aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-12-08btrfs: make btrfs_update_inode_item take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_delayed_update_inode take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_finish_ordered_io btrfs_inode-centricNikolay Borisov
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make insert_prealloc_file_extent take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov
2020-12-08btrfs: remove extent_buffer::recursedJosef Bacik
2020-12-08btrfs: remove the recurse parameter from __btrfs_tree_read_lockJosef Bacik
2020-12-08btrfs: use btrfs_tree_read_lock in btrfs_search_slotJosef Bacik
2020-12-08btrfs: merge back btrfs_read_lock_root_node helpersJosef Bacik
2020-12-08btrfs: locking: remove the recursion handling codeJosef Bacik
2020-12-08btrfs: remove btrfs_path::recurseJosef Bacik
2020-12-08btrfs: unlock to current level in btrfs_next_old_leafJosef Bacik
2020-12-08btrfs: cleanup the locking in btrfs_next_old_leafJosef Bacik
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain
2020-12-08btrfs: drop never met disk total bytes check in verify_one_dev_extentAnand Jain
2020-12-08btrfs: drop unused argument step from btrfs_free_extra_devidsAnand Jain
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana
2020-12-08btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik
2020-12-08btrfs: pass the root owner and level around for readaheadJosef Bacik
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtreeJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocksJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swapJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in walk_down_treeJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in replace_pathJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in do_relocationJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in walk_down_reloc_treeJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_realloc_nodeJosef Bacik
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik
2020-12-08btrfs: remove lockdep classes for the fs treeJosef Bacik
2020-12-08btrfs: discard: reschedule work after sysfs param updatePavel Begunkov
2020-12-08btrfs: don't miss async discards after scheduled work overridePavel Begunkov
2020-12-08btrfs: discard: store async discard delay as ns not as jiffiesPavel Begunkov
2020-12-08btrfs: discard: speed up async discard up to iops_limitPavel Begunkov
2020-12-08btrfs: scrub: refactor scrub_find_csum()Qu Wenruo
2020-12-08btrfs: scrub: remove the force parameter from scrub_pagesQu Wenruo
2020-12-08btrfs: scrub: distinguish scrub page from regular pageQu Wenruo
2020-12-08btrfs: pass bvec to csum_dirty_buffer instead of pageQu Wenruo
2020-12-08btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()Qu Wenruo
2020-12-08btrfs: make csum_tree_block() handle node smaller than pageQu Wenruo
2020-12-08btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirtyQu Wenruo
2020-12-08btrfs: make buffer_radix take sector size unitsQu Wenruo
2020-12-08btrfs: assert page mapping lock in attach_extent_buffer_pageQu Wenruo
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik
2020-12-08btrfs: load free space cache asynchronouslyJosef Bacik
2020-12-08btrfs: load the free space cache inode extents from commit rootJosef Bacik