summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/defrag.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-2/+1
* btrfs: open code set_extent_defragDavid Sterba2023-06-191-1/+3
* btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig2023-02-131-1/+1
* btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou2023-02-131-1/+1
* btrfs: fix an error handling path in btrfs_defrag_leaves()Christophe JAILLET2022-12-151-2/+4
* btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba2022-12-051-4/+4
* btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba2022-12-051-2/+2
* btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo2022-12-051-1/+1
* btrfs: move super_block specific helpers into super.hJosef Bacik2022-12-051-0/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move defrag related prototypes to their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move the file defrag code into defrag.cJosef Bacik2022-12-051-0/+903
* btrfs: move the auto defrag code to defrag.cJosef Bacik2022-12-051-0/+337
* btrfs: rename tree-defrag.c to defrag.cJosef Bacik2022-12-051-0/+133