aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: locking: remove the recursion handling codeGravatar Josef Bacik 1-64/+4
2020-12-08btrfs: remove btrfs_path::recurseGravatar Josef Bacik 2-4/+2
2020-12-08btrfs: unlock to current level in btrfs_next_old_leafGravatar Josef Bacik 1-15/+17
2020-12-08btrfs: cleanup the locking in btrfs_next_old_leafGravatar Josef Bacik 1-10/+4
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceGravatar Anand Jain 5-21/+19
2020-12-08btrfs: drop never met disk total bytes check in verify_one_dev_extentGravatar Anand Jain 1-15/+10
2020-12-08btrfs: drop unused argument step from btrfs_free_extra_devidsGravatar Anand Jain 3-11/+11
2020-12-08btrfs: update the number of bytes used by an inode atomicallyGravatar Filipe Manana 8-50/+176
2020-12-08btrfs: fix race when defragmenting leads to unnecessary IOGravatar Filipe Manana 1-0/+39
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendGravatar Filipe Manana 5-107/+186
2020-12-08btrfs: set the lockdep class for extent buffers on creationGravatar Josef Bacik 4-7/+6
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferGravatar Josef Bacik 9-18/+31
2020-12-08btrfs: pass the root owner and level around for readaheadGravatar Josef Bacik 1-6/+18
2020-12-08btrfs: pass root owner to read_tree_blockGravatar Josef Bacik 8-18/+25
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtreeGravatar Josef Bacik 1-12/+3
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocksGravatar Josef Bacik 1-10/+1
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swapGravatar Josef Bacik 1-12/+1
2020-12-08btrfs: use btrfs_read_node_slot in walk_down_treeGravatar Josef Bacik 1-16/+2
2020-12-08btrfs: use btrfs_read_node_slot in replace_pathGravatar Josef Bacik 1-9/+1
2020-12-08btrfs: use btrfs_read_node_slot in do_relocationGravatar Josef Bacik 1-11/+1
2020-12-08btrfs: use btrfs_read_node_slot in walk_down_reloc_treeGravatar Josef Bacik 1-13/+2
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_realloc_nodeGravatar Josef Bacik 1-33/+3
2020-12-08btrfs: cleanup extent buffer readaheadGravatar Josef Bacik 8-61/+63
2020-12-08btrfs: remove lockdep classes for the fs treeGravatar Josef Bacik 1-1/+0
2020-12-08btrfs: discard: reschedule work after sysfs param updateGravatar Pavel Begunkov 1-2/+3
2020-12-08btrfs: don't miss async discards after scheduled work overrideGravatar Pavel Begunkov 2-0/+16
2020-12-08btrfs: discard: store async discard delay as ns not as jiffiesGravatar Pavel Begunkov 2-8/+8
2020-12-08btrfs: discard: speed up async discard up to iops_limitGravatar Pavel Begunkov 1-5/+5
2020-12-08btrfs: scrub: refactor scrub_find_csum()Gravatar Qu Wenruo 1-20/+47
2020-12-08btrfs: scrub: remove the force parameter from scrub_pagesGravatar Qu Wenruo 1-5/+5
2020-12-08btrfs: scrub: distinguish scrub page from regular pageGravatar Qu Wenruo 1-51/+51
2020-12-08btrfs: pass bvec to csum_dirty_buffer instead of pageGravatar Qu Wenruo 1-5/+6
2020-12-08btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()Gravatar Qu Wenruo 1-36/+42
2020-12-08btrfs: make csum_tree_block() handle node smaller than pageGravatar Qu Wenruo 1-2/+3
2020-12-08btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirtyGravatar Qu Wenruo 1-4/+1
2020-12-08btrfs: make buffer_radix take sector size unitsGravatar Qu Wenruo 2-4/+5
2020-12-08btrfs: assert page mapping lock in attach_extent_buffer_pageGravatar Qu Wenruo 1-0/+9
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockGravatar Josef Bacik 2-6/+8
2020-12-08btrfs: load free space cache asynchronouslyGravatar Josef Bacik 3-70/+60
2020-12-08btrfs: load the free space cache inode extents from commit rootGravatar Josef Bacik 1-1/+10
2020-12-08btrfs: load free space cache into a temporary ctlGravatar Josef Bacik 4-119/+70
2020-12-08btrfs: cleanup btrfs_discard_update_discardable usageGravatar Josef Bacik 3-11/+13
2020-12-08btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_rangeGravatar Josef Bacik 1-0/+2
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsGravatar Josef Bacik 3-28/+40
2020-12-08btrfs: do not shorten unpin len for caching block groupsGravatar Josef Bacik 1-4/+4
2020-12-08btrfs: reorder extent buffer members for better packingGravatar David Sterba 1-3/+3
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 17-58/+0
2020-12-08btrfs: locking: remove all the blocking helpersGravatar Josef Bacik 15-219/+30
2020-12-08btrfs: scrub: remove local copy of csum_size from contextGravatar David Sterba 1-10/+9
2020-12-08btrfs: check integrity: remove local copy of csum_sizeGravatar David Sterba 1-5/+1