1. f337206 btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock by Johannes Thumshirn · 3 years, 8 months ago
  2. eafa4fd btrfs: fix exhaustion of the system chunk array due to concurrent allocations by Filipe Manana · 3 years, 9 months ago
  3. b6e9f16 btrfs: replace open coded while loop with proper construct by Nikolay Borisov · 3 years, 10 months ago
  4. 195a49e btrfs: fix race between writes to swap files and scrub by Filipe Manana · 3 years, 11 months ago
  5. 40ab3be btrfs: zoned: extend zoned allocator to use dedicated tree-log block group by Naohiro Aota · 3 years, 11 months ago
  6. 138082f btrfs: extend btrfs_rmap_block for specifying a device by Naohiro Aota · 3 years, 11 months ago
  7. dcba6e4 btrfs: zoned: reset zones of unused block groups by Naohiro Aota · 3 years, 11 months ago
  8. 2eda570 btrfs: zoned: implement sequential extent allocation by Naohiro Aota · 3 years, 11 months ago
  9. 169e0da btrfs: zoned: track unusable bytes for zones by Naohiro Aota · 3 years, 11 months ago
  10. a94794d btrfs: zoned: calculate allocation offset for conventional zones by Naohiro Aota · 3 years, 11 months ago
  11. 08e11a3 btrfs: zoned: load zone's allocation offset by Naohiro Aota · 3 years, 11 months ago
  12. 4afd2fe btrfs: release path before calling to btrfs_load_block_group_zone_info by Johannes Thumshirn · 3 years, 11 months ago
  13. ddfd08c btrfs: do not block on deleted bgs mutex in the cleaner by Josef Bacik · 4 years ago
  14. 938fcbf btrfs: splice remaining dirty_bg's onto the transaction dirty bg list by Josef Bacik · 4 years ago
  15. 2187374 btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself by Josef Bacik · 4 years ago
  16. 9ee9b97 btrfs: document fs_info in btrfs_rmap_block by Nikolay Borisov · 4 years ago
  17. 2f96e40 btrfs: fix possible free space tree corruption with online conversion by Josef Bacik · 4 years ago
  18. 34d1eb0 btrfs: don't clear ret in btrfs_start_dirty_block_groups by Josef Bacik · 4 years ago
  19. af456a2 btrfs: skip space_cache v1 setup when not using it by Boris Burkov · 4 years, 1 month ago
  20. 36b216c btrfs: remove free space items when disabling space cache v1 by Boris Burkov · 4 years, 1 month ago
  21. 997e3e2 btrfs: only mark bg->needs_free_space if free space tree is on by Boris Burkov · 4 years, 1 month ago
  22. 1265925 btrfs: implement log-structured superblock for ZONED mode by Naohiro Aota · 4 years, 2 months ago
  23. 9a56fcd btrfs: make btrfs_update_inode take btrfs_inode by Nikolay Borisov · 4 years, 2 months ago
  24. bbb86a3 btrfs: protect fs_info->caching_block_groups by block_group_cache_lock by Josef Bacik · 4 years, 2 months ago
  25. e747853 btrfs: load free space cache asynchronously by Josef Bacik · 4 years, 2 months ago
  26. cd79909 btrfs: load free space cache into a temporary ctl by Josef Bacik · 4 years, 2 months ago
  27. 42437a6 btrfs: introduce mount option rescue=ignorebadroots by Josef Bacik · 4 years, 2 months ago
  28. 7837fa8 btrfs: drop the path before adding block group sysfs files by Josef Bacik · 4 years, 3 months ago
  29. 49ea112 btrfs: do not create raid sysfs entries under any locks by Josef Bacik · 4 years, 4 months ago
  30. 7280490 btrfs: kill the RCU protection for fs_info->space_info by Josef Bacik · 4 years, 4 months ago
  31. 4c448ce btrfs: make read_block_group_item return void by Marcos Paulo de Souza · 4 years, 4 months ago
  32. 99ffb43 btrfs: call btrfs_try_granting_tickets when reserving space by Josef Bacik · 4 years, 5 months ago
  33. 3308234 btrfs: call btrfs_try_granting_tickets when freeing reserved bytes by Josef Bacik · 4 years, 5 months ago
  34. 260db43 btrfs: delete duplicated words + other fixes in comments by Randy Dunlap · 4 years, 5 months ago
  35. e3e39c7 btrfs: block-group: fix free-space bitmap threshold by Marcos Paulo de Souza · 4 years, 4 months ago
  36. 162e0a1 btrfs: if we're restriping, use the target restripe profile by Josef Bacik · 4 years, 5 months ago
  37. 349e120 btrfs: don't adjust bg flags and use default allocation profiles by Josef Bacik · 4 years, 5 months ago
  38. 48aaeeb btrfs: convert block group refcount to refcount_t by Josef Bacik · 4 years, 6 months ago
  39. 36ea6f3 btrfs: make btrfs_check_data_free_space take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  40. f22f457 btrfs: remove no longer necessary chunk mutex locking cases by Filipe Manana · 4 years, 7 months ago
  41. e3ba67a btrfs: factor out reading of bg from find_frist_block_group by Johannes Thumshirn · 4 years, 7 months ago
  42. 89d7da9 btrfs: get mapping tree directly from fsinfo in find_first_block_group by Johannes Thumshirn · 4 years, 7 months ago
  43. 96f9b0f btrfs: simplify checks when adding excluded ranges by Nikolay Borisov · 4 years, 9 months ago
  44. 9e22b92 btrfs: read stripe len directly in btrfs_rmap_block by Nikolay Borisov · 4 years, 9 months ago
  45. ffcb9d4 btrfs: fix race between block group removal and block group creation by Filipe Manana · 4 years, 7 months ago
  46. 9fecd13 btrfs: fix a block group ref counter leak after failure to remove block group by Filipe Manana · 4 years, 7 months ago
  47. f2998eb btrfs: remove duplicated include in block-group.c by Tiezhu Yang · 4 years, 8 months ago
  48. 3be4d8e btrfs: block-group: rename write_one_cache_group() by Qu Wenruo · 4 years, 8 months ago
  49. 97f4728 btrfs: block-group: refactor how we insert a block group item by Qu Wenruo · 4 years, 8 months ago
  50. 7357623 btrfs: block-group: refactor how we delete one block group item by Qu Wenruo · 4 years, 8 months ago
  51. 9afc664 btrfs: block-group: refactor how we read one block group item by Qu Wenruo · 4 years, 8 months ago
  52. 83fe9e1 btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups() by Qu Wenruo · 4 years, 8 months ago
  53. 684b752 btrfs: move the block group freeze/unfreeze helpers into block-group.c by Filipe Manana · 4 years, 8 months ago
  54. 6b7304a btrfs: rename member 'trimming' of block group to a more generic name by Filipe Manana · 4 years, 8 months ago
  55. 534cf53 btrfs: simplify error handling of clean_pinned_extents() by Filipe Manana · 4 years, 9 months ago
  56. 7f9fe61 btrfs: improve global reserve stealing logic by Josef Bacik · 4 years, 10 months ago
  57. f6033c5 btrfs: fix block group leak when removing fails by Xiyu Yang · 4 years, 8 months ago
  58. 5150bf1 btrfs: fix memory leak of transaction when deleting unused block group by Filipe Manana · 4 years, 9 months ago
  59. d611add btrfs: fix reclaim counter leak of space_info objects by Filipe Manana · 4 years, 9 months ago
  60. 29566c9 btrfs: add RCU locks around block group initialization by Madhuparna Bhowmik · 4 years, 10 months ago
  61. fe119a6 btrfs: switch to per-transaction pinned extents by Nikolay Borisov · 5 years ago
  62. 45bb5d6 btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgs by Nikolay Borisov · 5 years ago
  63. bf31f87 btrfs: add wrapper for transaction abort predicate by David Sterba · 5 years ago
  64. d8e6fd5 btrfs: fix removal of raid[56|1c34} incompat flags after removing block group by Filipe Manana · 4 years, 9 months ago
  65. a30a3d2 btrfs: take overcommit into account in inc_block_group_ro by Josef Bacik · 5 years ago
  66. a7a63acc btrfs: fix force usage in inc_block_group_ro by Josef Bacik · 5 years ago
  67. 1776ad1 btrfs: Refactor btrfs_rmap_block to improve readability by Nikolay Borisov · 5 years ago
  68. 96a1433 btrfs: Move and unexport btrfs_rmap_block by Nikolay Borisov · 5 years ago
  69. ef0a82d btrfs: remove unnecessary wrapper get_alloc_profile by Johannes Thumshirn · 5 years ago
  70. 6e80d4f btrfs: handle empty block_group removal for async discard by Dennis Zhou · 5 years ago
  71. b0643e5 btrfs: add the beginning of async discard, discard workqueue by Dennis Zhou · 5 years ago
  72. 46b27f5 btrfs: rename DISCARD mount option to to DISCARD_SYNC by Dennis Zhou · 5 years ago
  73. f893556 btrfs: kill min_allocable_bytes in inc_block_group_ro by Josef Bacik · 5 years ago
  74. b12de52 btrfs: scrub: Don't check free space before marking a block group RO by Qu Wenruo · 5 years ago
  75. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  76. d49a2dd btrfs: block-group: Reuse the item key from caller of read_one_block_group() by Qu Wenruo · 5 years ago
  77. ffb9e0f btrfs: block-group: Refactor btrfs_read_block_groups() by Qu Wenruo · 5 years ago
  78. 9c90744 btrfs: drop incompat bit for raid1c34 after last block group is gone by David Sterba · 5 years ago
  79. b3470b5 btrfs: add dedicated members for start and length of a block group by David Sterba · 5 years ago
  80. de0dc45 btrfs: rename block_group_item on-stack accessors to follow naming by David Sterba · 5 years ago
  81. 3d97638 btrfs: remove embedded block_group_cache::item by David Sterba · 5 years ago
  82. f93c63e btrfs: move block_group_item::flags to block group by David Sterba · 5 years ago
  83. bf38be6 btrfs: move block_group_item::used to block group by David Sterba · 5 years ago
  84. a60adce btrfs: use btrfs_block_group_cache_done in update_block_group by Josef Bacik · 5 years ago
  85. a9143bd btrfs: block-group: Rework documentation of check_system_chunk function by Marcos Paulo de Souza · 5 years ago
  86. a0cac0e btrfs: get rid of unique workqueue helper functions by Omar Sandoval · 5 years ago
  87. 4b654ac btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group() by Qu Wenruo · 5 years ago
  88. a43c383 btrfs: add space reservation tracepoint for reserved bytes by Josef Bacik · 5 years ago
  89. f3e75e3 btrfs: roll tracepoint into btrfs_space_info_update helper by Josef Bacik · 5 years ago
  90. 784352f btrfs: move math functions to misc.h by David Sterba · 5 years ago
  91. 2bd36e7 btrfs: rename the btrfs_calc_*_metadata_size helpers by Josef Bacik · 5 years ago
  92. e11c040 btrfs: unexport the temporary exported functions by Josef Bacik · 6 years ago
  93. 3e43c27 btrfs: migrate the block group cleanup code by Josef Bacik · 6 years ago
  94. 878d7b6 btrfs: migrate the alloc_profile helpers by Josef Bacik · 6 years ago
  95. 07730d8 btrfs: migrate the chunk allocation code by Josef Bacik · 6 years ago
  96. 606d1bf btrfs: migrate the block group space accounting helpers by Josef Bacik · 6 years ago
  97. 77745c0 btrfs: migrate the dirty bg writeout code by Josef Bacik · 6 years ago
  98. 26ce209 btrfs: migrate inc/dec_block_group_ro code by Josef Bacik · 6 years ago
  99. 4358d963 btrfs: migrate the block group read/creation code by Josef Bacik · 6 years ago
  100. e3e0520 btrfs: migrate the block group removal code by Josef Bacik · 6 years ago