1. 7b6a221 btrfs: rename btrfs_update_iflags to reflect which flags it touches by David Sterba · 6 years ago
  2. d9a071f btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdev by Anand Jain · 6 years ago
  3. ab5c2f6 btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdev by Anand Jain · 6 years ago
  4. b25e59e btrfs: drop uuid_mutex in btrfs_dev_replace_finishing by Anand Jain · 6 years ago
  5. 542c590 btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devices by Anand Jain · 6 years ago
  6. 3dd0f7a btrfs: document uuid_mutex uasge in read_chunk_tree by Anand Jain · 6 years ago
  7. 41a52a0 btrfs: use existing cur_devices, cleanup btrfs_rm_device by Anand Jain · 6 years ago
  8. b6ed73b btrfs: reduce uuid_mutex critical section while scanning devices by Anand Jain · 6 years ago
  9. 20a6800 btrfs: Unexport and rename btrfs_invalidate_inodes by Nikolay Borisov · 6 years ago
  10. 093258e btrfs: replace waitqueue_actvie with cond_wake_up by David Sterba · 6 years ago
  11. 3d3a2e6 btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups by David Sterba · 6 years ago
  12. 110a21f btrfs: introduce conditional wakeup helpers by David Sterba · 6 years ago
  13. ff3d27a0 btrfs: qgroup: Finish rescan when hit the last leaf of extent tree by Qu Wenruo · 6 years ago
  14. b6debf1 btrfs: qgroup: Search commit root for rescan to avoid missing extent by Qu Wenruo · 6 years ago
  15. 7a1b1e7 btrfs: take the last remnants of ->d_fsdata use out by Al Viro · 6 years ago
  16. 75cb857 btrfs: Do super block verification before writing it to disk by Qu Wenruo · 6 years ago
  17. 069ec95 btrfs: Refactor btrfs_check_super_valid by Qu Wenruo · 6 years ago
  18. 21a852b btrfs: Move btrfs_check_super_valid() to avoid forward declaration by Qu Wenruo · 6 years ago
  19. ffa9a9e btrfs: Remove fs_info argument from populate_free_space_tree by Nikolay Borisov · 6 years ago
  20. e7355e5 btrfs: Remove fs_info argument from add_to_free_space_tree by Nikolay Borisov · 6 years ago
  21. 25a356d btrfs: Remove fs_info argument from remove_from_free_space_tree by Nikolay Borisov · 6 years ago
  22. c31683a btrfs: Remove fs_info argument from __remove_from_free_space_tree by Nikolay Borisov · 6 years ago
  23. e581168 btrfs: Remove fs_info argument from remove_free_space_extent by Nikolay Borisov · 6 years ago
  24. 5cb1782 btrfs: Remove fs_info argument from add_free_space_extent by Nikolay Borisov · 6 years ago
  25. 85a7ef1 btrfs: Remove fs_info argument from modify_free_space_bitmap by Nikolay Borisov · 6 years ago
  26. 690d768 btrfs: Remove fs_info argument from update_free_space_extent_count by Nikolay Borisov · 6 years ago
  27. 5296c2b btrfs: Remove fs_info parameter from convert_free_space_to_extents by Nikolay Borisov · 6 years ago
  28. 719fb4d btrfs: Remove fs_info argument from convert_free_space_to_bitmaps by Nikolay Borisov · 6 years ago
  29. f3f7277 btrfs: Remove fs_info parameter from remove_block_group_free_space by Nikolay Borisov · 6 years ago
  30. 4457c1c btrfs: Remove fs_info argument from add_new_free_space by Nikolay Borisov · 6 years ago
  31. 66afee1 btrfs: Remove fs_info parameter from add_new_free_space_info by Nikolay Borisov · 6 years ago
  32. 2d5cffa btrfs: Remove fs_info argument from __add_to_free_space_tree by Nikolay Borisov · 6 years ago
  33. 9a7e0f9 btrfs: Remove fs_info argument from __add_block_group_free_space by Nikolay Borisov · 6 years ago
  34. e4e0711 btrfs: Remove fs_info argument from add_block_group_free_space by Nikolay Borisov · 6 years ago
  35. 483bce0 btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info field by Nikolay Borisov · 6 years ago
  36. 7c8a0d3 btrfs: Add assert in __btrfs_del_delalloc_inode by Nikolay Borisov · 6 years ago
  37. 0f96f51 btrfs: incremental send, improve rmdir performance for large directory by Robbie Ko · 6 years ago
  38. 35c8eda btrfs: incremental send, move allocation until it's needed in orphan_dir_info by Robbie Ko · 6 years ago
  39. 2335efa btrfs: split delayed ref head initialization and addition by Nikolay Borisov · 6 years ago
  40. eb86ec7 btrfs: Use init_delayed_ref_head in add_delayed_ref_head by Nikolay Borisov · 6 years ago
  41. a2e569b btrfs: Introduce init_delayed_ref_head by Nikolay Borisov · 6 years ago
  42. cd7f969 btrfs: Open-code add_delayed_data_ref by Nikolay Borisov · 6 years ago
  43. 70d6400 btrfs: Open-code add_delayed_tree_ref by Nikolay Borisov · 6 years ago
  44. c812c8a btrfs: Use init_delayed_ref_common in add_delayed_data_ref by Nikolay Borisov · 6 years ago
  45. 646f4dd btrfs: Use init_delayed_ref_common in add_delayed_tree_ref by Nikolay Borisov · 6 years ago
  46. cb49a87 btrfs: Factor out common delayed refs init code by Nikolay Borisov · 6 years ago
  47. 891f41c btrfs: return original error code when failing from option parsing by Chengguang Xu · 6 years ago
  48. 6fcf6e2 btrfs: remove redundant btrfs_balance_control::fs_info by David Sterba · 6 years ago
  49. c9f6f3c btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transid by Qu Wenruo · 6 years ago
  50. f5686e3 btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress" by Colin Ian King · 6 years ago
  51. 63a9c7b btrfs: Remove devid parameter from btrfs_rmap_block by Nikolay Borisov · 6 years ago
  52. 8b31790 btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl value by Qu Wenruo · 6 years ago
  53. 3a2f8c0 btrfs: Unexport btrfs_alloc_delalloc_work by Nikolay Borisov · 6 years ago
  54. 076da91 btrfs: Remove delayed_iput member from btrfs_delalloc_work by Nikolay Borisov · 6 years ago
  55. 4fbb514 btrfs: Remove delay_iput parameter from __start_delalloc_inodes by Nikolay Borisov · 6 years ago
  56. 76f32e2 btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodes by Nikolay Borisov · 6 years ago
  57. 82b3e53 btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_roots by Nikolay Borisov · 6 years ago
  58. 0338dff btrfs: do reverse path readahead in btrfs_shrink_device by Gu Jinxiang · 6 years ago
  59. 4ed0a7a btrfs: trace: Add trace points for unused block groups by Qu Wenruo · 6 years ago
  60. 3dca5c9 btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent event class by Qu Wenruo · 6 years ago
  61. 9113493 btrfs: remove unused fs_info parameter by Gu Jinxiang · 6 years ago
  62. f9fbcaa btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr table by Anand Jain · 6 years ago
  63. 41a6e89 btrfs: move btrfs_raid_group values to btrfs_raid_attr table by Anand Jain · 6 years ago
  64. ed23467 btrfs: move btrfs_raid_type_names values to btrfs_raid_attr table by Anand Jain · 6 years ago
  65. b545993 btrfs: print-tree: Add eb locking status output for debug build by Qu Wenruo · 6 years ago
  66. 833aae1 btrfs: open code set_balance_control by David Sterba · 6 years ago
  67. 1354e1a btrfs: use mutex in btrfs_resume_balance_async by David Sterba · 6 years ago
  68. 008ef09 btrfs: drop lock parameter from update_ioctl_balance_args and rename by David Sterba · 6 years ago
  69. cf7d20f btrfs: move and comment read-only check in btrfs_cancel_balance by David Sterba · 6 years ago
  70. 3009a62 btrfs: track running balance in a simpler way by David Sterba · 6 years ago
  71. dccdb07 btrfs: kill btrfs_fs_info::volume_mutex by David Sterba · 6 years ago
  72. a0fecc2 btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_start by David Sterba · 6 years ago
  73. 149196a btrfs: cleanup helpers that reset balance state by David Sterba · 6 years ago
  74. eee95e3 btrfs: add sanity check when resuming balance after mount by David Sterba · 6 years ago
  75. 010a47b btrfs: add proper safety check before resuming dev-replace by David Sterba · 6 years ago
  76. a17c95d btrfs: move clearing of EXCL_OP out of __cancel_balance by David Sterba · 6 years ago
  77. 72b81ab btrfs: move volume_mutex to callers of btrfs_rm_device by David Sterba · 6 years ago
  78. d48f39d btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static by David Sterba · 6 years ago
  79. a425f9d btrfs: export and rename free_device by David Sterba · 6 years ago
  80. 6fc4749 btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clear by David Sterba · 6 years ago
  81. 00251a5 btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller by David Sterba · 6 years ago
  82. b518519 btrfs: cleanup btrfs_rm_device() promote fs_devices pointer by Anand Jain · 6 years ago
  83. 636d2c9 btrfs: cleanup find_device() drop list_head pointer by Anand Jain · 6 years ago
  84. 897fb57 btrfs: rename __btrfs_open_devices to open_fs_devices by Anand Jain · 6 years ago
  85. 0226e0e btrfs: rename __btrfs_close_devices to close_fs_devices by Anand Jain · 6 years ago
  86. f117e29 btrfs: cleanup __btrfs_open_devices() drop head pointer by Anand Jain · 6 years ago
  87. c4babc5 btrfs: rename struct btrfs_fs_devices::list by Anand Jain · 6 years ago
  88. be97f13 btrfs: Drop fs_info parameter from btrfs_merge_delayed_refs by Nikolay Borisov · 6 years ago
  89. f033798 btrfs: Drop fs_info parameter from add_delayed_data_ref by Nikolay Borisov · 6 years ago
  90. 1acda0c btrfs: Drop add_delayed_ref_head fs_info parameter by Nikolay Borisov · 6 years ago
  91. 40012f9 btrfs: Remove btrfs_wait_and_free_delalloc_work by Nikolay Borisov · 6 years ago
  92. 8ae225a btrfs: Remove tree argument from extent_writepages by Nikolay Borisov · 6 years ago
  93. 81f1d39 btrfs: Use list_empty instead of list_empty_careful by Nikolay Borisov · 6 years ago
  94. 2a3ff0a btrfs: Remove redundant tree argument from extent_readpages by Nikolay Borisov · 6 years ago
  95. 29c68b2 btrfs: Remove map argument from try_release_extent_state by Nikolay Borisov · 6 years ago
  96. 477a30b btrfs: Sink extent_tree arguments in try_release_extent_mapping by Nikolay Borisov · 6 years ago
  97. a79a464 btrfs: Allow rmdir(2) to delete an empty subvolume by Misono Tomohiro · 6 years ago
  98. f60a236 btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy() by Misono Tomohiro · 6 years ago
  99. ec42f16 btrfs: Move may_destroy_subvol() from ioctl.c to inode.c by Misono Tomohiro · 6 years ago
  100. 3b079a9 btrfs: remove unused le_test_bit() by Howard McLauchlan · 6 years ago