1. 01d01ca btrfs: move the chunk_mutex in btrfs_read_chunk_tree by Josef Bacik · 4 years, 6 months ago
  2. 18c850f btrfs: open device without device_list_mutex by Josef Bacik · 4 years, 6 months ago
  3. 44d354a btrfs: relocation: review the call sites which can be interrupted by signal by Qu Wenruo · 4 years, 6 months ago
  4. d85327b1 btrfs: prefetch chunk tree leaves at mount by David Sterba · 4 years, 6 months ago
  5. 608769a btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointers by Nikolay Borisov · 4 years, 7 months ago
  6. 3eee86c btrfs: don't check for btrfs_device::bdev in btrfs_end_bio by Nikolay Borisov · 4 years, 7 months ago
  7. c31efbd btrfs: record btrfs_device directly in btrfs_io_bio by Nikolay Borisov · 4 years, 7 months ago
  8. 3502a8c btrfs: allow use of global block reserve for balance item deletion by David Sterba · 4 years, 7 months ago
  9. 48cfa61 btrfs: fix mount failure caused by race with umount by Boris Burkov · 4 years, 6 months ago
  10. ae3e715 btrfs: drop stale reference to volume_mutex by Anand Jain · 4 years, 8 months ago
  11. 7f551d9 btrfs: free alien device after device add by Anand Jain · 4 years, 9 months ago
  12. 998a067 btrfs: include non-missing as a qualifier for the latest_bdev by Anand Jain · 4 years, 9 months ago
  13. 1ed802c btrfs: drop useless goto in open_fs_devices by Anand Jain · 4 years, 9 months ago
  14. b335eab btrfs: make btrfs_read_disk_super return struct btrfs_disk_super by Nikolay Borisov · 4 years, 9 months ago
  15. 726a342 btrfs: relocation: add error injection points for cancelling balance by Qu Wenruo · 5 years ago
  16. 5ba366c btrfs: balance: factor out convert profile validation by David Sterba · 5 years ago
  17. 11c67b1 btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunk by Nikolay Borisov · 4 years, 11 months ago
  18. 6aafb30 btrfs: parameterize dev_extent_min for chunk allocation by Naohiro Aota · 5 years ago
  19. dce580c btrfs: factor out create_chunk() by Naohiro Aota · 5 years ago
  20. 5badf51 btrfs: factor out decide_stripe_size() by Naohiro Aota · 5 years ago
  21. 560156c btrfs: factor out gather_device_info() by Naohiro Aota · 5 years ago
  22. 27c314d btrfs: factor out init_alloc_chunk_ctl by Naohiro Aota · 5 years ago
  23. 4f2bafe btrfs: introduce alloc_chunk_ctl by Naohiro Aota · 5 years ago
  24. 3b4ffa4 btrfs: refactor find_free_dev_extent_start() by Naohiro Aota · 5 years ago
  25. c4a816c btrfs: introduce chunk allocation policy by Naohiro Aota · 5 years ago
  26. b25c19f btrfs: handle invalid profile in chunk allocation by Naohiro Aota · 5 years ago
  27. 1db45a3 btrfs: replace u_long type cast with unsigned long by David Sterba · 5 years ago
  28. eeb6f17 btrfs: raid56: simplify sort_parity_stripes by David Sterba · 5 years ago
  29. 75fb2e9 btrfs: move mapping of block for discard to its caller by David Sterba · 6 years ago
  30. c94bec2 btrfs: bail out of uuid tree scanning if we're closing by Josef Bacik · 5 years ago
  31. 97f4dd0 btrfs: make btrfs_check_uuid_tree private to disk-io.c by Nikolay Borisov · 5 years ago
  32. 560b7a4 btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterate by Nikolay Borisov · 5 years ago
  33. 8f32380 btrfs: use the page cache for super block reading by Johannes Thumshirn · 5 years ago
  34. 6fbceb9 btrfs: reduce scope of btrfs_scratch_superblocks() by Johannes Thumshirn · 5 years ago
  35. c514c9b btrfs: don't kmap() pages from block devices by Johannes Thumshirn · 5 years ago
  36. f6d9abb btrfs: Export btrfs_release_disk_super by Nikolay Borisov · 5 years ago
  37. f3cd2c5 btrfs: sysfs, rename device_link add/remove functions by Anand Jain · 5 years ago
  38. 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
  39. bc44d7c btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root by Josef Bacik · 5 years ago
  40. fbb0ce4 btrfs: hold a ref on the root in btrfs_check_uuid_tree_entry by Josef Bacik · 5 years ago
  41. 3619c94 btrfs: open code btrfs_read_fs_root_no_name by Josef Bacik · 5 years ago
  42. 1362089 btrfs: Fix split-brain handling when changing FSID to metadata uuid by Nikolay Borisov · 5 years ago
  43. 0584071 btrfs: Handle another split brain scenario with metadata uuid feature by Nikolay Borisov · 5 years ago
  44. c6730a0 btrfs: Factor out metadata_uuid code from find_fsid. by Su Yue · 5 years ago
  45. c0d81c7 btrfs: Call find_fsid from find_fsid_inprogress by Su Yue · 5 years ago
  46. 96a1433 btrfs: Move and unexport btrfs_rmap_block by Nikolay Borisov · 5 years ago
  47. a69976b btrfs: device stats, log when stats are zeroed by Anand Jain · 5 years ago
  48. b0643e5 btrfs: add the beginning of async discard, discard workqueue by Dennis Zhou · 5 years ago
  49. 321f69f btrfs: reset device back to allocation state when removing by Johannes Thumshirn · 5 years ago
  50. 3fff397 btrfs: decrement number of open devices after closing the device not before by Johannes Thumshirn · 5 years ago
  51. b38f4cb btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev() by Johannes Thumshirn · 5 years ago
  52. db26a02 btrfs: fill ncopies for all raid table entries by David Sterba · 5 years ago
  53. e4f6c6b btrfs: use raid_attr table in calc_stripe_length for nparity by David Sterba · 6 years ago
  54. b35cf1f btrfs: check rw_devices, not num_devices for balance by Josef Bacik · 5 years ago
  55. cf93e15 btrfs: fix devs_max constraints for raid1c3 and raid1c4 by David Sterba · 5 years ago
  56. 7f0432d btrfs: change btrfs_fs_devices::rotating to bool by Johannes Thumshirn · 5 years ago
  57. 0395d84 btrfs: change btrfs_fs_devices::seeding to bool by Johannes Thumshirn · 5 years ago
  58. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  59. cfbb825 btrfs: add incompat for raid1 with 3, 4 copies by David Sterba · 7 years ago
  60. 8d6fac0 btrfs: add support for 4-copy replication (raid1c4) by David Sterba · 7 years ago
  61. 47e6f74 btrfs: add support for 3-copy replication (raid1c3) by David Sterba · 7 years ago
  62. 6b7faad btrfs: Ensure we trim ranges across block group boundary by Qu Wenruo · 5 years ago
  63. 2d97461 btrfs: volumes: Use more straightforward way to calculate map length by Qu Wenruo · 5 years ago
  64. b3470b5 btrfs: add dedicated members for start and length of a block group by David Sterba · 5 years ago
  65. bf38be6 btrfs: move block_group_item::used to block group by David Sterba · 5 years ago
  66. 32ab3d1 btrfs: remove pointless indentation in btrfs_read_sys_array() by Johannes Thumshirn · 5 years ago
  67. 5ae2169 btrfs: reduce indentation in btrfs_may_alloc_data_chunk by Johannes Thumshirn · 5 years ago
  68. ba8a9d0 Btrfs: delete the entire async bio submission framework by Chris Mason · 6 years ago
  69. 08635ba Btrfs: stop using btrfs_schedule_bio() by Chris Mason · 6 years ago
  70. 4143cb8 btrfs: add const function attribute by David Sterba · 5 years ago
  71. b105e92 btrfs: add __cold attribute to more functions by David Sterba · 5 years ago
  72. aa6c0df btrfs: print process name and pid that calls device scanning by Anand Jain · 5 years ago
  73. c149916 btrfs: use has_single_bit_set for clarity by David Sterba · 5 years ago
  74. e62869b btrfs: balance: use term redundancy instead of integrity in message by Anand Jain · 5 years ago
  75. a0cac0e btrfs: get rid of unique workqueue helper functions by Omar Sandoval · 5 years ago
  76. c17add7 btrfs: Consider system chunk array size for new SYSTEM chunks by Qu Wenruo · 5 years ago
  77. 7a54789 btrfs: fix balance convert to single on 32-bit host CPUs by Zygo Blaxell · 5 years ago
  78. fab2735 btrfs: Fix a regression which we can't convert to SINGLE profile by Qu Wenruo · 5 years ago
  79. 1dc990d btrfs: move dev_stats helpers to volumes.c by David Sterba · 5 years ago
  80. 784352f btrfs: move math functions to misc.h by David Sterba · 5 years ago
  81. d2979aa btrfs: use proper error values on allocation failure in clone_fs_devices by Anand Jain · 5 years ago
  82. a06dee4d btrfs: proper error handling when invalid device is found in find_next_devid by Anand Jain · 5 years ago
  83. f113698 btrfs: fix error pointer check in __btrfs_map_block() by Dan Carpenter · 5 years ago
  84. 3b80a984 btrfs: dev stat drop useless goto by Anand Jain · 5 years ago
  85. 440630e btrfs: dev stats item key conversion per cpu type is not needed by Anand Jain · 5 years ago
  86. f93c399 btrfs: factor out sysfs code for updating sprout fsid by David Sterba · 5 years ago
  87. 5b28692 btrfs: factor out sysfs code for sending device uevent by David Sterba · 5 years ago
  88. ae4b9b4 btrfs: opencode reset of all device stats by Anand Jain · 5 years ago
  89. 4e411a7 btrfs: reset device stat using btrfs_dev_stat_set by Anand Jain · 5 years ago
  90. aac0023 btrfs: move basic block_group definitions to their own header by Josef Bacik · 6 years ago
  91. 112974d btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate() by Qu Wenruo · 6 years ago
  92. 135da97 btrfs: volumes: Add comment for find_free_dev_extent_start() by Qu Wenruo · 6 years ago
  93. 9e3246a btrfs: volumes: Unexport find_free_dev_extent_start() by Qu Wenruo · 6 years ago
  94. 99fccf3 btrfs: remove set but not used variable 'offset' by YueHaibing · 6 years ago
  95. d7cd4dd Btrfs: fix sysfs warning and missing raid sysfs directories by Filipe Manana · 5 years ago
  96. 373c3b8 btrfs: don't leak extent_map in btrfs_get_io_geometry() by Johannes Thumshirn · 6 years ago
  97. 8719aaa btrfs: move space_info to space-info.h by Josef Bacik · 6 years ago
  98. 89b798a btrfs: Use btrfs_get_io_geometry appropriately by Nikolay Borisov · 6 years ago
  99. 5f14112 btrfs: Introduce btrfs_io_geometry infrastructure by Nikolay Borisov · 6 years ago
  100. 9e96749 Btrfs: prevent send failures and crashes due to concurrent relocation by Filipe Manana · 6 years ago