aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/defrag.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Gravatar Josef Bacik 1-1/+1
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useGravatar Chengming Zhou 1-3/+1
2024-03-04btrfs: add helper to get fs_info from struct inode pointerGravatar David Sterba 1-2/+2
2024-03-04btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()Gravatar David Sterba 1-1/+1
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-1/+0
2024-03-04btrfs: use a folio array throughout the defrag processGravatar Matthew Wilcox (Oracle) 1-23/+21
2024-03-04btrfs: convert defrag_prepare_one_page() to use a folioGravatar Matthew Wilcox (Oracle) 1-26/+27
2024-02-19btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeGravatar Qu Wenruo 1-1/+1
2023-12-15btrfs: migrate subpage code to folio interfacesGravatar Qu Wenruo 1-1/+1
2023-12-15btrfs: use the flags of an extent map to identify the compression typeGravatar Filipe Manana 1-4/+4
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueGravatar Filipe Manana 1-2/+1
2023-10-12btrfs: add specific helper for range bit test existsGravatar David Sterba 1-2/+2
2023-10-12btrfs: move btrfs_realloc_node() from ctree.c into defrag.cGravatar Filipe Manana 1-0/+105
2023-10-12btrfs: move btrfs_defrag_root() to defrag.{c,h}Gravatar Filipe Manana 1-2/+41
2023-06-19btrfs: drop gfp from parameter extent state helpersGravatar David Sterba 1-2/+1
2023-06-19btrfs: open code set_extent_defragGravatar David Sterba 1-1/+3
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