aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-08btrfs: scrub: distinguish scrub page from regular pageQu Wenruo1-51/+51
2020-12-08btrfs: pass bvec to csum_dirty_buffer instead of pageQu Wenruo1-5/+6
2020-12-08btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()Qu Wenruo1-36/+42
2020-12-08btrfs: make csum_tree_block() handle node smaller than pageQu Wenruo1-2/+3
2020-12-08btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirtyQu Wenruo1-4/+1
2020-12-08btrfs: make buffer_radix take sector size unitsQu Wenruo2-4/+5
2020-12-08btrfs: assert page mapping lock in attach_extent_buffer_pageQu Wenruo1-0/+9
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik2-6/+8
2020-12-08btrfs: load free space cache asynchronouslyJosef Bacik3-70/+60
2020-12-08btrfs: load the free space cache inode extents from commit rootJosef Bacik1-1/+10
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik4-119/+70
2020-12-08btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik3-11/+13
2020-12-08btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_rangeJosef Bacik1-0/+2
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik3-28/+40
2020-12-08btrfs: do not shorten unpin len for caching block groupsJosef Bacik1-4/+4
2020-12-08btrfs: reorder extent buffer members for better packingDavid Sterba1-3/+3
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik17-58/+0
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik15-219/+30
2020-12-08btrfs: scrub: remove local copy of csum_size from contextDavid Sterba1-10/+9
2020-12-08btrfs: check integrity: remove local copy of csum_sizeDavid Sterba1-5/+1
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba4-10/+5
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba9-20/+18
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba11-24/+23
2020-12-08btrfs: precalculate checksums per leaf onceDavid Sterba3-20/+13
2020-12-08btrfs: store precalculated csum_size in fs_infoDavid Sterba2-0/+2
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba7-30/+25
2020-12-08btrfs: replace div_u64 by shift in free_space_bitmap_sizeDavid Sterba1-10/+8