summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove extent_buffer::recursedJosef Bacik2020-12-082-2/+0
* btrfs: remove the recurse parameter from __btrfs_tree_read_lockJosef Bacik2020-12-082-6/+3
* btrfs: use btrfs_tree_read_lock in btrfs_search_slotJosef Bacik2020-12-081-1/+1
* btrfs: merge back btrfs_read_lock_root_node helpersJosef Bacik2020-12-083-11/+4
* btrfs: locking: remove the recursion handling codeJosef Bacik2020-12-081-64/+4
* btrfs: remove btrfs_path::recurseJosef Bacik2020-12-082-4/+2
* btrfs: unlock to current level in btrfs_next_old_leafJosef Bacik2020-12-081-15/+17
* btrfs: cleanup the locking in btrfs_next_old_leafJosef Bacik2020-12-081-10/+4
* btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain2020-12-085-21/+19
* btrfs: drop never met disk total bytes check in verify_one_dev_extentAnand Jain2020-12-081-15/+10
* btrfs: drop unused argument step from btrfs_free_extra_devidsAnand Jain2020-12-083-11/+11
* btrfs: update the number of bytes used by an inode atomicallyFilipe Manana2020-12-088-50/+176
* btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana2020-12-081-0/+39
* btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana2020-12-085-107/+186
* btrfs: set the lockdep class for extent buffers on creationJosef Bacik2020-12-084-7/+6
* btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik2020-12-089-18/+31
* btrfs: pass the root owner and level around for readaheadJosef Bacik2020-12-081-6/+18
* btrfs: pass root owner to read_tree_blockJosef Bacik2020-12-088-18/+25
* btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtreeJosef Bacik2020-12-081-12/+3
* btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocksJosef Bacik2020-12-081-10/+1
* btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swapJosef Bacik2020-12-081-12/+1
* btrfs: use btrfs_read_node_slot in walk_down_treeJosef Bacik2020-12-081-16/+2
* btrfs: use btrfs_read_node_slot in replace_pathJosef Bacik2020-12-081-9/+1
* btrfs: use btrfs_read_node_slot in do_relocationJosef Bacik2020-12-081-11/+1
* btrfs: use btrfs_read_node_slot in walk_down_reloc_treeJosef Bacik2020-12-081-13/+2
* btrfs: use btrfs_read_node_slot in btrfs_realloc_nodeJosef Bacik2020-12-081-33/+3
* btrfs: cleanup extent buffer readaheadJosef Bacik2020-12-088-61/+63
* btrfs: remove lockdep classes for the fs treeJosef Bacik2020-12-081-1/+0
* btrfs: discard: reschedule work after sysfs param updatePavel Begunkov2020-12-081-2/+3
* btrfs: don't miss async discards after scheduled work overridePavel Begunkov2020-12-082-0/+16
* btrfs: discard: store async discard delay as ns not as jiffiesPavel Begunkov2020-12-082-8/+8
* btrfs: discard: speed up async discard up to iops_limitPavel Begunkov2020-12-081-5/+5
* btrfs: scrub: refactor scrub_find_csum()Qu Wenruo2020-12-081-20/+47
* btrfs: scrub: remove the force parameter from scrub_pagesQu Wenruo2020-12-081-5/+5
* btrfs: scrub: distinguish scrub page from regular pageQu Wenruo2020-12-081-51/+51
* btrfs: pass bvec to csum_dirty_buffer instead of pageQu Wenruo2020-12-081-5/+6
* btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()Qu Wenruo2020-12-081-36/+42
* btrfs: make csum_tree_block() handle node smaller than pageQu Wenruo2020-12-081-2/+3
* btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirtyQu Wenruo2020-12-081-4/+1
* btrfs: make buffer_radix take sector size unitsQu Wenruo2020-12-082-4/+5
* btrfs: assert page mapping lock in attach_extent_buffer_pageQu Wenruo2020-12-081-0/+9
* btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik2020-12-082-6/+8
* btrfs: load free space cache asynchronouslyJosef Bacik2020-12-083-70/+60
* btrfs: load the free space cache inode extents from commit rootJosef Bacik2020-12-081-1/+10
* btrfs: load free space cache into a temporary ctlJosef Bacik2020-12-084-119/+70
* btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik2020-12-083-11/+13
* btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_rangeJosef Bacik2020-12-081-0/+2
* btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik2020-12-083-28/+40
* btrfs: do not shorten unpin len for caching block groupsJosef Bacik2020-12-081-4/+4
* btrfs: reorder extent buffer members for better packingDavid Sterba2020-12-081-3/+3