1. 57fa236 Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
  2. 18bb8bb btrfs: zoned: automatically reclaim zones by Johannes Thumshirn · 3 years, 11 months ago
  3. f337206 btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock by Johannes Thumshirn · 3 years, 11 months ago
  4. 01e8600 btrfs: zoned: reset zones of relocated block groups by Johannes Thumshirn · 3 years, 11 months ago
  5. e9306ad btrfs: more graceful errors/warnings on 32bit systems when reaching limits by Qu Wenruo · 4 years ago
  6. bb05b29 btrfs: zoned: bail out in btrfs_alloc_chunk for bad input by Arnd Bergmann · 4 years ago
  7. 7000bab btrfs: assign proper values to a bool variable in dev_extent_hole_check_zoned by Jiapeng Chong · 4 years ago
  8. 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 4 years ago
  9. 701c09c Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years ago
  10. 82d62d0 btrfs: do not initialize dev stats if we have no dev_root by Josef Bacik · 4 years ago
  11. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  12. f7ef528 btrfs: zoned: relocate block group to repair IO failure in zoned filesystems by Naohiro Aota · 4 years, 1 month ago
  13. de17add btrfs: zoned: implement copying for zoned device-replace by Naohiro Aota · 4 years, 1 month ago
  14. 6143c23 btrfs: zoned: implement cloning for zoned device-replace by Naohiro Aota · 4 years, 1 month ago
  15. d8e3fb1 btrfs: zoned: use ZONE_APPEND write for zoned mode by Naohiro Aota · 4 years, 1 month ago
  16. cfe9444 btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing by Naohiro Aota · 4 years, 1 month ago
  17. 381a696 btrfs: zoned: verify device extent is aligned to zone by Naohiro Aota · 4 years, 1 month ago
  18. 1cd6121 btrfs: zoned: implement zoned chunk allocator by Naohiro Aota · 4 years, 1 month ago
  19. 7365104 btrfs: zoned: defer loading zone info after opening trees by Naohiro Aota · 4 years, 1 month ago
  20. 4203431 btrfs: let callers of btrfs_get_io_geometry pass the em by Michal Rostecki · 4 years, 1 month ago
  21. 7056bf6 btrfs: consolidate btrfs_previous_item ret val handling in btrfs_shrink_device by Nikolay Borisov · 4 years, 3 months ago
  22. c05d51c Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 1 month ago
  23. 616c6a6 btrfs: use bio_kmalloc in __alloc_device by Christoph Hellwig · 4 years, 1 month ago
  24. c41ec45 btrfs: fix lockdep warning due to seqcount_mutex on 32bit arch by Su Yue · 4 years, 1 month ago
  25. 9791581 Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 1 month ago
  26. fb28610 btrfs: fix lockdep splat in btrfs_recover_relocation by Josef Bacik · 4 years, 3 months ago
  27. 71c061d Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 2 months ago
  28. a0a1db7 btrfs: fix race between RO remount and the cleaner task by Filipe Manana · 4 years, 3 months ago
  29. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  30. 1201b58 btrfs: drop casts of bio bi_sector by David Sterba · 4 years, 3 months ago
  31. 1265925 btrfs: implement log-structured superblock for ZONED mode by Naohiro Aota · 4 years, 4 months ago
  32. b70f509 btrfs: check and enable ZONED mode by Naohiro Aota · 4 years, 4 months ago
  33. 5b31646 btrfs: get zone information of zoned block devices by Naohiro Aota · 4 years, 4 months ago
  34. b2598ed btrfs: remove unused argument seed from btrfs_find_device by Anand Jain · 4 years, 4 months ago
  35. 3a160a9 btrfs: drop never met disk total bytes check in verify_one_dev_extent by Anand Jain · 4 years, 4 months ago
  36. bacce86 btrfs: drop unused argument step from btrfs_free_extra_devids by Anand Jain · 4 years, 4 months ago
  37. e114c54 btrfs: set the lockdep class for extent buffers on creation by Josef Bacik · 4 years, 4 months ago
  38. 3fbaf25 btrfs: pass the owner_root and level to alloc_extent_buffer by Josef Bacik · 4 years, 4 months ago
  39. bfb484d btrfs: cleanup extent buffer readahead by Josef Bacik · 4 years, 4 months ago
  40. 33fd2f7 btrfs: create read policy framework by Anand Jain · 4 years, 4 months ago
  41. 42437a6 btrfs: introduce mount option rescue=ignorebadroots by Josef Bacik · 4 years, 5 months ago
  42. 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 3 months ago
  43. 0697d9a btrfs: don't access possibly stale fs_info data for printing duplicate device by Johannes Thumshirn · 4 years, 4 months ago
  44. cf89af1 btrfs: dev-replace: fail mount if we don't have replace item with target device by Anand Jain · 4 years, 4 months ago
  45. d5c8238 btrfs: convert data_seqcount to seqcount_mutex_t by Davidlohr Bueso · 4 years, 5 months ago
  46. 66d204a1 btrfs: fix readahead hang and use-after-free after removing a device by Filipe Manana · 4 years, 5 months ago
  47. 96c2e06 btrfs: skip devices without magic signature when mounting by Anand Jain · 4 years, 5 months ago
  48. 92e26df btrfs: return error if we're unable to read device stats by Josef Bacik · 4 years, 6 months ago
  49. 124604e btrfs: init device stats for seed devices by Josef Bacik · 4 years, 6 months ago
  50. c83b60c btrfs: simplify gotos in open_seed_device by Anand Jain · 4 years, 6 months ago
  51. e493e8f btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device() by Anand Jain · 4 years, 6 months ago
  52. e17125b btrfs: use sprout device_list_mutex in btrfs_init_devices_late by Anand Jain · 4 years, 6 months ago
  53. 53f8a74 btrfs: split and refactor btrfs_sysfs_remove_devices_dir by Anand Jain · 4 years, 6 months ago
  54. cd36da2 btrfs: simplify parameters of btrfs_sysfs_add_devices_dir by Anand Jain · 4 years, 6 months ago
  55. 79dae17 btrfs: improve device scanning messages by Anand Jain · 4 years, 6 months ago
  56. c3e1f96 btrfs: enumerate the type of exclusive operation in progress by Goldwyn Rodrigues · 4 years, 6 months ago
  57. ca10845 btrfs: sysfs: init devices outside of the chunk_mutex by Josef Bacik · 4 years, 6 months ago
  58. b9ba017 btrfs: don't opencode sync_blockdev in btrfs_init_new_device by Nikolay Borisov · 4 years, 8 months ago
  59. 4ae312e btrfs: remove redundant code from btrfs_free_stale_devices by Nikolay Borisov · 4 years, 8 months ago
  60. 44cab9b btrfs: refactor locked condition in btrfs_init_new_device by Nikolay Borisov · 4 years, 8 months ago
  61. f4cfa9b btrfs: use RCU for quick device check in btrfs_init_new_device by Nikolay Borisov · 4 years, 8 months ago
  62. 425c6ed btrfs: do not hold device_list_mutex when closing devices by Josef Bacik · 4 years, 7 months ago
  63. 62cf539 btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks by Josef Bacik · 4 years, 7 months ago
  64. 68abf36 btrfs: remove alloc_list splice in btrfs_prepare_sprout by Nikolay Borisov · 4 years, 7 months ago
  65. 427c8fd btrfs: document some invariants of seed code by Nikolay Borisov · 4 years, 7 months ago
  66. 944d3f9 btrfs: switch seed device to list api by Nikolay Borisov · 4 years, 8 months ago
  67. c4989c2f btrfs: simplify setting/clearing fs_info to btrfs_fs_devices by Nikolay Borisov · 4 years, 8 months ago
  68. 54eed6a btrfs: make close_fs_devices return void by Nikolay Borisov · 4 years, 8 months ago
  69. 3712ccb btrfs: factor out loop logic from btrfs_free_extra_devids by Nikolay Borisov · 4 years, 8 months ago
  70. 154f7cb btrfs: add owner and fs_info to alloc_state io_tree by Qu Wenruo · 4 years, 7 months ago
  71. 8e56008 btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsid by Nikolay Borisov · 4 years, 7 months ago
  72. a466c85 btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks by Josef Bacik · 4 years, 7 months ago
  73. 313b085 btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishing by Josef Bacik · 4 years, 7 months ago
  74. fccc0007 btrfs: fix lockdep splat in add_missing_dev by Josef Bacik · 4 years, 6 months ago
  75. 9771a5cf btrfs: drop path before adding new uuid tree entry by Josef Bacik · 4 years, 7 months ago
  76. c57dd1f btrfs: trim: fix underflow in trim length to prevent access beyond device boundary by Qu Wenruo · 4 years, 7 months ago
  77. 01d01ca btrfs: move the chunk_mutex in btrfs_read_chunk_tree by Josef Bacik · 4 years, 8 months ago
  78. 18c850f btrfs: open device without device_list_mutex by Josef Bacik · 4 years, 8 months ago
  79. 44d354a btrfs: relocation: review the call sites which can be interrupted by signal by Qu Wenruo · 4 years, 8 months ago
  80. d85327b1 btrfs: prefetch chunk tree leaves at mount by David Sterba · 4 years, 8 months ago
  81. 608769a btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointers by Nikolay Borisov · 4 years, 8 months ago
  82. 3eee86c btrfs: don't check for btrfs_device::bdev in btrfs_end_bio by Nikolay Borisov · 4 years, 8 months ago
  83. c31efbd btrfs: record btrfs_device directly in btrfs_io_bio by Nikolay Borisov · 4 years, 8 months ago
  84. 3502a8c btrfs: allow use of global block reserve for balance item deletion by David Sterba · 4 years, 8 months ago
  85. 48cfa61 btrfs: fix mount failure caused by race with umount by Boris Burkov · 4 years, 8 months ago
  86. ae3e715 btrfs: drop stale reference to volume_mutex by Anand Jain · 4 years, 10 months ago
  87. 7f551d9 btrfs: free alien device after device add by Anand Jain · 4 years, 10 months ago
  88. 998a067 btrfs: include non-missing as a qualifier for the latest_bdev by Anand Jain · 4 years, 10 months ago
  89. 1ed802c btrfs: drop useless goto in open_fs_devices by Anand Jain · 4 years, 10 months ago
  90. b335eab btrfs: make btrfs_read_disk_super return struct btrfs_disk_super by Nikolay Borisov · 5 years ago
  91. 726a342 btrfs: relocation: add error injection points for cancelling balance by Qu Wenruo · 5 years ago
  92. 5ba366c btrfs: balance: factor out convert profile validation by David Sterba · 5 years ago
  93. 11c67b1 btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunk by Nikolay Borisov · 5 years ago
  94. 6aafb30 btrfs: parameterize dev_extent_min for chunk allocation by Naohiro Aota · 5 years ago
  95. dce580c btrfs: factor out create_chunk() by Naohiro Aota · 5 years ago
  96. 5badf51 btrfs: factor out decide_stripe_size() by Naohiro Aota · 5 years ago
  97. 560156c btrfs: factor out gather_device_info() by Naohiro Aota · 5 years ago
  98. 27c314d btrfs: factor out init_alloc_chunk_ctl by Naohiro Aota · 5 years ago
  99. 4f2bafe btrfs: introduce alloc_chunk_ctl by Naohiro Aota · 5 years ago
  100. 3b4ffa4 btrfs: refactor find_free_dev_extent_start() by Naohiro Aota · 5 years ago