1. adbd914d btrfs: zoned: fix silent data loss after failure splitting ordered extent by Filipe Manana · 3 years, 9 months ago
  2. 20bbf20 btrfs: replace offset_in_entry with in_range by Nikolay Borisov · 3 years, 11 months ago
  3. d8e3fb1 btrfs: zoned: use ZONE_APPEND write for zoned mode by Naohiro Aota · 4 years ago
  4. 24533f6 btrfs: save irq flags when looking up an ordered extent by Johannes Thumshirn · 4 years ago
  5. d22002f btrfs: zoned: split ordered extent when bio is sent by Naohiro Aota · 4 years ago
  6. 5deb17e btrfs: track ordered bytes instead of just dio ordered bytes by Josef Bacik · 4 years, 3 months ago
  7. 3c198fe btrfs: rework the order of btrfs_ordered_extent::flags by Qu Wenruo · 4 years ago
  8. 58f74b2 btrfs: refactor btrfs_dec_test_* functions for ordered extents by Qu Wenruo · 4 years ago
  9. 9e46458 btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sums by Qu Wenruo · 4 years, 1 month ago
  10. 223486c btrfs: switch cached fs_info::csum_size from u16 to u32 by David Sterba · 4 years, 6 months ago
  11. 55fc29b btrfs: use cached value of fs_info::csum_size everywhere by David Sterba · 4 years, 6 months ago
  12. 265fdfa btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits by David Sterba · 4 years, 6 months ago
  13. ab108d9 btrfs: use precalculated sectorsize_bits from fs_info by David Sterba · 4 years, 6 months ago
  14. c0a4360 btrfs: remove inode argument from btrfs_start_ordered_extent by Nikolay Borisov · 4 years, 4 months ago
  15. 71fe0a5 btrfs: switch btrfs_remove_ordered_extent to btrfs_inode by Nikolay Borisov · 4 years, 4 months ago
  16. 3c5641a btrfs: make btrfs_find_ordered_sum take btrfs_inode by Nikolay Borisov · 4 years, 4 months ago
  17. 6fee248 btrfs: convert btrfs_inode_sectorsize to take btrfs_inode by Nikolay Borisov · 4 years, 4 months ago
  18. 90c0304 btrfs: make btrfs_dec_test_ordered_pending take btrfs_inode by Nikolay Borisov · 4 years, 4 months ago
  19. acbf1dd btrfs: make ordered extent tracepoint take btrfs_inode by Nikolay Borisov · 4 years, 4 months ago
  20. 6d072c8 btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 4 months ago
  21. 4877817 btrfs: make fast fsyncs wait only for writeback by Filipe Manana · 4 years, 5 months ago
  22. c1e0952 btrfs: make btrfs_add_ordered_extent_dio take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  23. 7095821 btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  24. 72b7d15 btrfs: make btrfs_qgroup_release_data take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  25. 4cc6120 btrfs: make btrfs_add_ordered_extent_compress take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  26. e7fbf60 btrfs: make btrfs_add_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  27. 8b8a979 btrfs: make btrfs_qgroup_free_data take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  28. c350437 btrfs: make btrfs_lookup_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  29. da69fea btrfs: make __btrfs_add_ordered_extent take struct btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  30. 3ef6414 btrfs: remove no longer used trans_list member of struct btrfs_ordered_extent by Filipe Manana · 4 years, 7 months ago
  31. cd8d39f4a btrfs: remove no longer used log_list member of struct btrfs_ordered_extent by Filipe Manana · 4 years, 7 months ago
  32. 7dbeaad btrfs: change timing for qgroup reserved space for ordered extents to fix reserved space leak by Qu Wenruo · 4 years, 7 months ago
  33. b272ae2 btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range by David Sterba · 5 years ago
  34. ae6957e btrfs: add assertions for tree == inode->io_tree to extent IO helpers by David Sterba · 5 years ago
  35. 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
  36. 3f1c64c btrfs: delete the ordered isize update code by Josef Bacik · 5 years ago
  37. e75fd33 Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents by Filipe Manana · 5 years ago
  38. bffe633 btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item by Omar Sandoval · 5 years ago
  39. 511a32b btrfs: Opencode ordered_data_tree_panic by Nikolay Borisov · 5 years ago
  40. 042528f Btrfs: fix block group remaining RO forever after error during device replace by Filipe Manana · 5 years ago
  41. a0cac0e btrfs: get rid of unique workqueue helper functions by Omar Sandoval · 5 years ago
  42. 602cbe9 btrfs: move cond_wake_up functions out of ctree by David Sterba · 5 years ago
  43. a3b46b8 btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range by Naohiro Aota · 5 years ago
  44. 8673634 btrfs: migrate the delalloc space stuff to it's own home by Josef Bacik · 6 years ago
  45. 1e25a2e btrfs: don't assume ordered sums to be 4 bytes by Johannes Thumshirn · 6 years ago
  46. bd80d94 btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
  47. ffa8721 btrfs: add new helper btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
  48. 4297ff8 btrfs: track DIO bytes in flight by Josef Bacik · 6 years ago
  49. f975626 btrfs: Remove redundant inode argument from btrfs_add_ordered_sum by Nikolay Borisov · 6 years ago
  50. a3d46ae btrfs: Switch memory allocations in async csum calculation path to kvmalloc by Nikolay Borisov · 6 years ago
  51. 85dd506 Btrfs: remove no longer used stuff for tracking pending ordered extents by Filipe Manana · 6 years ago
  52. d7f663f btrfs: prune unused includes by David Sterba · 7 years ago
  53. ca5788a btrfs: remove remaing full_sync logic from btrfs_sync_file by David Sterba · 6 years ago
  54. 5636cf7 btrfs: remove the logged extents infrastructure by Josef Bacik · 7 years ago
  55. 093258e btrfs: replace waitqueue_actvie with cond_wake_up by David Sterba · 7 years ago
  56. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  57. 43b1859 btrfs: qgroup: Use separate meta reservation type for delalloc by Qu Wenruo · 7 years ago
  58. e67c718 btrfs: add more __cold annotations by David Sterba · 7 years ago
  59. 8b62f87 Btrfs: rework outstanding_extents by Josef Bacik · 7 years ago
  60. 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 8 years ago
  61. e76edab btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  62. 9b64f57 btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  63. a776c6f btrfs: Make btrfs_lookup_ordered_range take btrfs_inode by Nikolay Borisov · 8 years ago
  64. 62c821a Btrfs: clean up btrfs_ordered_update_i_size by Liu Bo · 8 years ago
  65. 19fd2df Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properly by Liu Bo · 8 years ago
  66. 2234663 btrfs: Make btrfs_get_logged_extents take btrfs_inode by Nikolay Borisov · 8 years ago
  67. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  68. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  69. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  70. fba4b69 btrfs: Fix slab accounting flags by Nikolay Borisov · 9 years ago
  71. c0d2f61 btrfs: fix disk_i_size update bug when fallocate() fails by Wang Xiaoguang · 9 years ago
  72. f0e9b7d Btrfs: fix race setting block group readonly during device replace by Filipe Manana · 9 years ago
  73. 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 9 years ago
  74. bb7ab3b btrfs: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  75. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 9 years ago
  76. 5598e90 btrfs: drop null testing before destroy functions by Kinglong Mee · 9 years ago
  77. 161c3549 Btrfs: change how we wait for pending ordered extents by Josef Bacik · 9 years ago
  78. a83342a btrfs: add comments to barriers before waitqueue_active by David Sterba · 10 years ago
  79. 61de718 Btrfs: fix memory corruption on failure to submit bio for direct IO by Filipe Manana · 10 years ago
  80. 7558c8b Btrfs: don't attach unnecessary extents to transaction on fsync by Filipe Manana · 10 years ago
  81. b659ef0 Btrfs: avoid syncing log in the fast fsync path when not necessary by Filipe Manana · 10 years ago
  82. 0c30430 Btrfs: remove csum_bytes_left by Liu Bo · 10 years ago
  83. 28aeeac Btrfs: fix panic when starting bg cache writeout after IO error by Filipe Manana · 10 years ago
  84. 4d884fc Btrfs: fix fsync race leading to ordered extent memory leaks by Filipe Manana · 10 years ago
  85. 0870295 Btrfs: collect only the necessary ordered extents on ranged fsync by Filipe Manana · 10 years ago
  86. 50d9aa9 Btrfs: make sure logged extents complete in the current transaction V3 by Josef Bacik · 10 years ago
  87. 728404d Btrfs: add helper btrfs_fdatawrite_range by Filipe Manana · 10 years ago
  88. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  89. 8d875f9 btrfs: disable strict file flushes for renames and truncates by Chris Mason · 10 years ago
  90. 98ce2de Btrfs: fix abnormal long waiting in fsync by Liu Bo · 10 years ago
  91. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 11 years ago
  92. 31f3d25 Btrfs: split the global ordered extents mutex by Miao Xie · 11 years ago
  93. af7a650 Btrfs: wake up the tasks that wait for the io earlier by Miao Xie · 11 years ago
  94. 8b9d83c Btrfs: fix early enospc due to the race of the two ordered extent wait by Miao Xie · 11 years ago
  95. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 11 years ago
  96. a44903a btrfs: Replace fs_info->flush_workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
  97. 827463c Btrfs: don't mix the ordered extents of all files together during logging the inodes by Miao Xie · 11 years ago
  98. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  99. 1b8e7e4 Btrfs: avoid unnecessary ordered extent cache resets by Filipe David Borba Manana · 11 years ago
  100. 931aa87 Btrfs: fix list delete warning when removing ordered root from the list by Miao Xie · 11 years ago