blob: 02a995b4d8ece5dedf98ad419b1b78cb33b0c40f [file] [log] [blame]
fcec36224fc6 ("btrfs: cleanup the target logic in __btrfs_block_rsv_release")
ba2c4d4e3bda ("btrfs: introduce delayed_refs_rsv")
07c47775f410 ("btrfs: add cleanup_ref_head_accounting helper")
688a75b9a30a ("btrfs: switch BTRFS_BLOCK_RSV_* to enums")
46df06b85e28 ("btrfs: refactor block group replication factor calculation to a helper")
dec59fa3a760 ("btrfs: use customized batch size for total_bytes_pinned")
c83488afc5a7 ("btrfs: Remove fs_info from btrfs_inc_block_group_ro")
bece2e823933 ("btrfs: Fix misleading indentation reported by smatch")
2335efafa63f ("btrfs: split delayed ref head initialization and addition")
eb86ec73b968 ("btrfs: Use init_delayed_ref_head in add_delayed_ref_head")
cd7f9699b113 ("btrfs: Open-code add_delayed_data_ref")
70d640004ab5 ("btrfs: Open-code add_delayed_tree_ref")
c812c8a857a0 ("btrfs: Use init_delayed_ref_common in add_delayed_data_ref")
646f4dd76fb3 ("btrfs: Use init_delayed_ref_common in add_delayed_tree_ref")
cb49a87b2a4e ("btrfs: Factor out common delayed refs init code")
f033798d1200 ("btrfs: Drop fs_info parameter from add_delayed_data_ref")
1acda0c28979 ("btrfs: Drop add_delayed_ref_head fs_info parameter")
ec42f167348a ("btrfs: Move may_destroy_subvol() from ioctl.c to inode.c")
5e388e958154 ("btrfs: Fix race condition between delayed refs and blockgroup removal")
ff6bc37eb7f6 ("btrfs: qgroup: Use independent and accurate per inode qgroup rsv")
43b18595d660 ("btrfs: qgroup: Use separate meta reservation type for delalloc")
733e03a0b26a ("btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans")
64ee4e751a1c ("btrfs: qgroup: Update trace events to use new separate rsv types")
429d6275d501 ("btrfs: qgroup: Fix wrong qgroup reservation update for relationship modification")
dba213242fbc ("btrfs: qgroup: Make qgroup_reserve and its callers to use separate reservation type")
f59c0347d4be ("btrfs: qgroup: Introduce helpers to update and access new qgroup rsv")
d4e5c92055d8 ("btrfs: qgroup: Skeleton to support separate qgroup reservation type")
3e72ee8874f4 ("btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()")
0e34693f7bb1 ("btrfs: Make btrfs_trans_release_metadata private to transaction.c")
765f3cebff00 ("btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster")
d2560ebd231e ("btrfs: Make btrfs_inode_rsv_release static")
e43bbe5e16d8 ("btrfs: sink unlock_extent parameter gfp_flags")
66b0c887bbf6 ("btrfs: prepare to drop gfp mask parameter from clear_extent_bit")
057aac3e628f ("btrfs: Reduce scope of delayed_rsv->lock in may_commit_trans")
e3b8a4858566 ("Btrfs: fix reported number of inode blocks after buffered append writes")
0e0adbcfdc90 ("btrfs: track refs in a rb_tree instead of a list")
1d148e5939f5 ("btrfs: add a comp_refs() helper")
69fe2d75dd91 ("btrfs: make the delalloc block rsv per inode")
8b62f87bad9c ("Btrfs: rework outstanding_extents")
79f015f21653 ("btrfs: cleanup extent locking sequence")
bf2681cb94d1 ("btrfs: add assertions for releasing trans handle reservations")
3b60d436a165 ("btrfs: remove type argument from comp_tree_refs")
d278850eff30 ("btrfs: remove delayed_ref_node from ref_head")
c1103f7a5d7a ("btrfs: move all ref head cleanup to the helper function")
1ce7a5ec44c8 ("btrfs: move ref_mod modification into the if (ref) logic")
194ab0bc21cc ("btrfs: breakout empty head cleanup to a helper")
b00e62507ec6 ("btrfs: move extent_op cleanup to a helper")
2eadaa22c17a ("btrfs: add a helper to return a head ref")
736cd52e0c72 ("Btrfs: remove nr_async_submits and async_submit_draining")
f851689b5ae3 ("Btrfs: remove nr_async_bios")