summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/defrag.c
Commit message (Expand)AuthorAgeFilesLines
* 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