blob: 9d083190c3be74ed01d7f829e31aebe18844f111 [file] [log] [blame]
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")
5e388e958154 ("btrfs: Fix race condition between delayed refs and blockgroup removal")
0e0adbcfdc90 ("btrfs: track refs in a rb_tree instead of a list")
1d148e5939f5 ("btrfs: add a comp_refs() helper")
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")
01747e92a996 ("btrfs: clean up extraneous computations in add_delayed_refs")
3ec4d3238ab1 ("btrfs: allow backref search checks for shared extents")
9dd14fd6964e ("btrfs: add cond_resched() calls when resolving backrefs")
00142756e1f8 ("btrfs: backref, add tracepoints for prelim_ref insertion and merging")
6c336b212bef ("btrfs: add a node counter to each of the rbtrees")
86d5f9944252 ("btrfs: convert prelimary reference tracking to use rbtrees")
f6954245d9e1 ("btrfs: remove ref_tree implementation from backref.c")
bb739cf08e8f ("btrfs: btrfs_check_shared should manage its own transaction")
e0c476b128e3 ("btrfs: backref, cleanup __ namespace abuse")
4dae077a83dd ("btrfs: backref, add unode_aux_to_inode_list helper")
73980becaebf ("btrfs: backref, constify some arguments")
9a35b63728ce ("btrfs: constify tracepoint arguments")
d7eae3403f46 ("Btrfs: rework delayed ref total_bytes_pinned accounting")
7be07912b32d ("Btrfs: return old and new total ref mods when adding delayed refs")
3159fe7baef3 ("btrfs: qgroup: Add trace point for qgroup reserved space")
de47c9d3ff87 ("btrfs: replace hardcoded value with SEQ_LAST macro")
f58d88b336c1 ("btrfs: provide enumeration for __merge_refs mode argument")
6df8cdf5bda2 ("btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_t")
ce0dcee626c4 ("btrfs: Change qgroup_meta_rsv to 64bit")
fb235dc06fac ("btrfs: qgroup: Move half of the qgroup accounting time out of commit trans")
eeac44cb498d ("btrfs: remove unused parameter from __add_inline_refs")
0b08e1f4f7b7 ("btrfs: qgroups: opencode qgroup_free helper")
e4c3b2dcd144 ("Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_exist")
003d7c59e8af ("btrfs: allow unlink to exceed subvolume quota")
f85b7379cd76 ("btrfs: fix over-80 lines introduced by previous cleanups")
51cc0d322746 ("btrfs: Make log_new_dir_dentries take btrfs_inode")
9d122629f1f6 ("btrfs: Make btrfs_log_changed_extents take btrfs_inode")
44d70e194fb2 ("btrfs: Make copy_items take btrfs_inode")
9ca5fbfbb92e ("btrfs: Make btrfs_log_new_name take btrfs_inode")
4176bdbf2d1a ("btrfs: Make btrfs_record_unlink_dir take btrfs_inode")
6f45d18568c2 ("btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inode")
e5517a7bffaf ("btrfs: Make btrfs_get_or_create_delayed_node take btrfs_inode")
340c6ca9fd07 ("btrfs: Make btrfs_get_delayed_node take btrfs_inode")
4a0cc7ca6c40 ("btrfs: Make btrfs_ino take a struct btrfs_inode")