blob: a0c79e20acf9e9c9a9b917b9865d2d1d1456e017 [file] [log] [blame]
d89dbefb8c5f ("btrfs: check if there are free block groups for commit")
4c8edbc75cb9 ("btrfs: update may_commit_transaction to use the delayed refs rsv")
dec59fa3a760 ("btrfs: use customized batch size for total_bytes_pinned")
5e388e958154 ("btrfs: Fix race condition between delayed refs and blockgroup removal")
057aac3e628f ("btrfs: Reduce scope of delayed_rsv->lock in may_commit_trans")
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")
996478ca9c46 ("btrfs: change how we decide to commit transactions during flushing")
e38ae7a0868b ("btrfs: Make flush_space return void")
7bdd6277e0dc ("btrfs: Remove redundant argument of flush_space")
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")
4da8b76d347b ("Btrfs: update total_bytes_pinned when pinning down extents")
55e8196a57cf ("Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()")
0d9f824df35d ("Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64")
28785f70ef88 ("Btrfs: skip commit transaction if we don't have enough pinned bytes")
c1c4919b112d ("btrfs: remove root usage from can_overcommit")
1b86826d12dc ("btrfs: cleanup root usage by btrfs_get_alloc_profile")
a9b3311ef36b ("btrfs: fix race with relocation recovery and fs_root setup")
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")
0c9ab349c205 ("btrfs: flush_space always takes fs_info->fs_root")
fb235dc06fac ("btrfs: qgroup: Move half of the qgroup accounting time out of commit trans")
eeac44cb498d ("btrfs: remove unused parameter from __add_inline_refs")
72b468c8daeb ("btrfs: remove unused parameter from __btrfs_alloc_chunk")
0b08e1f4f7b7 ("btrfs: qgroups: opencode qgroup_free helper")
4136135b080f ("Btrfs: use helper to get used bytes of space_info")
e4c3b2dcd144 ("Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_exist")