blob: 5c0f390663186e7e9dbbb6f4ab0209fc63433b44 [file] [log] [blame]
63611e738a62 ("btrfs: run delayed iput at unlink time")
034f784d7cab ("btrfs: replace cleaner_delayed_iput_mutex with a waitqueue")
3ec9a4c81c8c ("btrfs: run delayed iputs before committing")
c1c3fac2a95b ("btrfs: Remove btrfs_inode::delayed_iput_count")
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")
9a35b63728ce ("btrfs: constify tracepoint arguments")
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")
0c9ab349c205 ("btrfs: flush_space always takes fs_info->fs_root")
72b468c8daeb ("btrfs: remove unused parameter from __btrfs_alloc_chunk")
4136135b080f ("Btrfs: use helper to get used bytes of space_info")
4a0cc7ca6c40 ("btrfs: Make btrfs_ino take a struct btrfs_inode")
562a7a07bf61 ("btrfs: make tracepoint format strings more compact")
7856654842bd ("Btrfs: add truncated_len for ordered extent tracepoints")
92a1bf76a89a ("Btrfs: add 'inode' for extent map tracepoint")
ac0c7cf8be00 ("btrfs: fix crash when tracepoint arguments are freed by wq callbacks")
2939e1a86f75 ("btrfs: limit async_work allocation and worker func duration")
2ff7e61e0d30 ("btrfs: take an fs_info directly when the root is not used otherwise")
71ff6437c236 ("btrfs: convert extent-tree tracepoints to use fs_info")
ccdf9b305a49 ("btrfs: root->fs_info cleanup, access fs_info->delayed_root directly")
0b246afa62b0 ("btrfs: root->fs_info cleanup, add fs_info convenience variables")
6202df692149 ("btrfs: root->fs_info cleanup, update_block_group{,flags}")
3796d335356a ("btrfs: root->fs_info cleanup, lock/unlock_chunks")
27965b6c2cad ("btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size")
da17066c4047 ("btrfs: pull node/sector/stripe sizes out of root and into fs_info")
fb456252d3d9 ("btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere")
c28f158e5ee7 ("btrfs: struct reada_control.root -> reada_control.fs_info")
de143792253e ("btrfs: struct btrfsic_state->root should be an fs_info")
2b2e27eb9230 ("btrfs: alloc_reserved_file_extent trace point should use extent_root")
5112febbc772 ("btrfs: btrfs_init_new_device should use fs_info->dev_root")
6bccf3ab1e1f ("btrfs: call functions that always use the same root with fs_info instead")
5b4aacefb8fb ("btrfs: call functions that overwrite their root parameter with fs_info")
33d1f05ccb69 ("btrfs: Export and move leaf/subtree qgroup helpers to qgroup.c")
50b3e040b7c0 ("btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps")
4989d277eb4b ("btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_all")
81381053d094 ("btrfs: use bi_size")
6a2de22f6bab ("btrfs: don't access the bio directly in the direct I/O code")
0c476a5d7f63 ("btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_space")
c2951f32d36c ("btrfs: remove old tree_root dirent processing in btrfs_real_readdir()")
4d5106a126f3 ("btrfs: remove redundant check of btrfs_iget return value")
a23eaa875f0f ("Btrfs: adjust len of writes if following a preallocated extent")
b159fa2808b1 ("btrfs: remove constant parameter to memset_extent_buffer and rename it")
d24ee97b96db ("btrfs: use new helpers to set uuids in eb")
62d1f9fe97dd ("btrfs: remove trivial helper btrfs_find_tree_block")
ebce0e01b930 ("btrfs: make block group flags in balance printks human-readable")
cf8cddd38bab ("btrfs: don't abuse REQ_OP_* flags for btrfs_map_block")