aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/defrag.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentGravatar Christoph Hellwig 1-1/+1
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroGravatar Yushan Zhou 1-1/+1
2022-12-15btrfs: fix an error handling path in btrfs_defrag_leaves()Gravatar Christophe JAILLET 1-2/+4
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockGravatar David Sterba 1-4/+4
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockGravatar David Sterba 1-2/+2
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Gravatar Qu Wenruo 1-1/+1
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move defrag related prototypes to their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the file defrag code into defrag.cGravatar Josef Bacik 1-0/+903
2022-12-05btrfs: move the auto defrag code to defrag.cGravatar Josef Bacik 1-0/+337
2022-12-05btrfs: rename tree-defrag.c to defrag.cGravatar Josef Bacik 1-0/+133