summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: stop incrementing log batch when joining log transactionFilipe Manana1-1/+0
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana3-1/+18
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov3-34/+29
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov3-10/+9
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov4-22/+21
2020-12-08btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov3-36/+37
2020-12-08btrfs: make btrfs_insert_replace_extent take btrfs_inodeNikolay Borisov1-17/+17
2020-12-08btrfs: make find_first_non_hole take btrfs_inodeNikolay Borisov1-7/+8
2020-12-08btrfs: make maybe_insert_hole take btrfs_inodeNikolay Borisov1-11/+11
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov10-51/+51
2020-12-08btrfs: make btrfs_update_inode_item take btrfs_inodeNikolay Borisov1-7/+7
2020-12-08btrfs: make btrfs_delayed_update_inode take btrfs_inodeNikolay Borisov3-7/+10
2020-12-08btrfs: make btrfs_finish_ordered_io btrfs_inode-centricNikolay Borisov1-19/+18
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov4-25/+27
2020-12-08btrfs: make insert_prealloc_file_extent take btrfs_inodeNikolay Borisov1-5/+7
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov5-18/+18
2020-12-08btrfs: remove extent_buffer::recursedJosef Bacik2-2/+0
2020-12-08btrfs: remove the recurse parameter from __btrfs_tree_read_lockJosef Bacik2-6/+3
2020-12-08btrfs: use btrfs_tree_read_lock in btrfs_search_slotJosef Bacik1-1/+1
2020-12-08btrfs: merge back btrfs_read_lock_root_node helpersJosef Bacik3-11/+4
2020-12-08btrfs: locking: remove the recursion handling codeJosef Bacik1-64/+4
2020-12-08btrfs: remove btrfs_path::recurseJosef Bacik2-4/+2
2020-12-08btrfs: unlock to current level in btrfs_next_old_leafJosef Bacik1-15/+17
2020-12-08btrfs: cleanup the locking in btrfs_next_old_leafJosef Bacik1-10/+4
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain5-21/+19
2020-12-08btrfs: drop never met disk total bytes check in verify_one_dev_extentAnand Jain1-15/+10
2020-12-08btrfs: drop unused argument step from btrfs_free_extra_devidsAnand Jain3-11/+11
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana8-50/+176
2020-12-08btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana1-0/+39
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana5-107/+186
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik4-7/+6
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik9-18/+31
2020-12-08btrfs: pass the root owner and level around for readaheadJosef Bacik1-6/+18
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik8-18/+25
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtreeJosef Bacik1-12/+3
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocksJosef Bacik1-10/+1
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swapJosef Bacik1-12/+1
2020-12-08btrfs: use btrfs_read_node_slot in walk_down_treeJosef Bacik1-16/+2
2020-12-08btrfs: use btrfs_read_node_slot in replace_pathJosef Bacik1-9/+1
2020-12-08btrfs: use btrfs_read_node_slot in do_relocationJosef Bacik1-11/+1
2020-12-08btrfs: use btrfs_read_node_slot in walk_down_reloc_treeJosef Bacik1-13/+2
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_realloc_nodeJosef Bacik1-33/+3
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik8-61/+63
2020-12-08btrfs: remove lockdep classes for the fs treeJosef Bacik1-1/+0
2020-12-08btrfs: discard: reschedule work after sysfs param updatePavel Begunkov1-2/+3
2020-12-08btrfs: don't miss async discards after scheduled work overridePavel Begunkov2-0/+16
2020-12-08btrfs: discard: store async discard delay as ns not as jiffiesPavel Begunkov2-8/+8
2020-12-08btrfs: discard: speed up async discard up to iops_limitPavel Begunkov1-5/+5
2020-12-08btrfs: scrub: refactor scrub_find_csum()Qu Wenruo1-20/+47
2020-12-08btrfs: scrub: remove the force parameter from scrub_pagesQu Wenruo1-5/+5