summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov2020-12-083-10/+9
| * | btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov2020-12-084-22/+21
| * | btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov2020-12-083-36/+37
| * | btrfs: make btrfs_insert_replace_extent take btrfs_inodeNikolay Borisov2020-12-081-17/+17
| * | btrfs: make find_first_non_hole take btrfs_inodeNikolay Borisov2020-12-081-7/+8
| * | btrfs: make maybe_insert_hole take btrfs_inodeNikolay Borisov2020-12-081-11/+11
| * | btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-0810-51/+51
| * | btrfs: make btrfs_update_inode_item take btrfs_inodeNikolay Borisov2020-12-081-7/+7
| * | btrfs: make btrfs_delayed_update_inode take btrfs_inodeNikolay Borisov2020-12-083-7/+10
| * | btrfs: make btrfs_finish_ordered_io btrfs_inode-centricNikolay Borisov2020-12-081-19/+18
| * | btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov2020-12-084-25/+27
| * | btrfs: make insert_prealloc_file_extent take btrfs_inodeNikolay Borisov2020-12-081-5/+7
| * | btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov2020-12-085-18/+18
| * | 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