summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/defrag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix use-after-free on rbtree that tracks inodes for auto defragFilipe Manana2024-09-171-0/+2
* btrfs: always pass readahead state to defragDavid Sterba2024-09-101-21/+11
* btrfs: drop transaction parameter from btrfs_add_inode_defrag()David Sterba2024-09-101-9/+2
* btrfs: return void from btrfs_add_inode_defrag()David Sterba2024-09-101-7/+7
* btrfs: clear defragmented inodes using postorder in btrfs_cleanup_defrag_inod...David Sterba2024-09-101-10/+4
* btrfs: rename __btrfs_run_defrag_inode() and drop double underscoresDavid Sterba2024-09-101-3/+3
* btrfs: rename __btrfs_add_inode_defrag() and drop double underscoresDavid Sterba2024-09-101-6/+4
* btrfs: rename __need_auto_defrag() and drop double underscoresDavid Sterba2024-09-101-4/+4
* btrfs: constify arguments of compare_inode_defrag()David Sterba2024-09-101-2/+2
* btrfs: rename __compare_inode_defrag() and drop double underscoresDavid Sterba2024-09-101-4/+4
* btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana2024-07-111-1/+1
* btrfs: remove super block argument from btrfs_iget()Filipe Manana2024-07-111-1/+1
* btrfs: remove extent_map::block_start memberQu Wenruo2024-07-111-5/+4
* btrfs: remove extent_map::orig_start memberQu Wenruo2024-07-111-1/+0
* btrfs: introduce new members for extent_mapQu Wenruo2024-07-111-0/+4
* btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik2024-05-071-1/+1
* btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou2024-03-051-3/+1
* btrfs: add helper to get fs_info from struct inode pointerDavid Sterba2024-03-041-2/+2
* btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()David Sterba2024-03-041-1/+1
* btrfs: remove unused included headersDavid Sterba2024-03-041-1/+0
* btrfs: use a folio array throughout the defrag processMatthew Wilcox (Oracle)2024-03-041-23/+21
* btrfs: convert defrag_prepare_one_page() to use a folioMatthew Wilcox (Oracle)2024-03-041-26/+27
* btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo2024-02-191-1/+1
* btrfs: migrate subpage code to folio interfacesQu Wenruo2023-12-151-1/+1
* btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-4/+4
* btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana2023-12-151-2/+1
* btrfs: add specific helper for range bit test existsDavid Sterba2023-10-121-2/+2
* btrfs: move btrfs_realloc_node() from ctree.c into defrag.cFilipe Manana2023-10-121-0/+105
* btrfs: move btrfs_defrag_root() to defrag.{c,h}Filipe Manana2023-10-121-2/+41
* 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