summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: add tracepoints for extent map shrinker eventsFilipe Manana1-0/+13
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana1-0/+160
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana1-0/+17
2024-05-07btrfs: pass the extent map tree's inode to try_merge_map()Filipe Manana1-7/+6
2024-05-07btrfs: pass the extent map tree's inode to setup_extent_mapping()Filipe Manana1-5/+5
2024-05-07btrfs: pass the extent map tree's inode to replace_extent_mapping()Filipe Manana1-5/+6
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana1-9/+13
2024-05-07btrfs: pass the extent map tree's inode to clear_em_logging()Filipe Manana1-1/+3
2024-05-07btrfs: pass the extent map tree's inode to add_extent_mapping()Filipe Manana1-18/+16
2024-05-07btrfs: simplify add_extent_mapping() by removing pointless labelFilipe Manana1-4/+4
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana1-7/+7
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana1-18/+0
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo1-1/+1
2024-03-26btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana1-5/+5
2024-03-26btrfs: fix message not properly printing interval when adding extent mapFilipe Manana1-2/+2
2024-03-26btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana1-2/+2
2024-03-26btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana1-1/+1
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou1-2/+1
2024-03-04btrfs: handle invalid range and start in merge_extent_mapping()David Sterba1-4/+5
2024-03-04btrfs: handle errors returned from unpin_extent_cache()David Sterba1-1/+9
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2023-12-16btrfs: use the flags of an extent map to identify the compression typeFilipe Manana1-29/+22
2023-12-16btrfs: refactor mergable_maps() for more readabilityFilipe Manana1-14/+14
2023-12-16btrfs: avoid useless rbtree iterations when attempting to merge extent mapFilipe Manana1-17/+21
2023-12-16btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana1-6/+16
2023-12-16btrfs: remove redundant value assignment at btrfs_add_extent_mapping()Filipe Manana1-2/+0
2023-12-16btrfs: unexport add_extent_mapping()Filipe Manana1-2/+2
2023-12-16btrfs: assert extent map is not in a list when setting it upFilipe Manana1-1/+3
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana1-3/+0
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-46/+0
2023-12-15btrfs: unexport extent_map_block_end()Filipe Manana1-0/+7
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik1-4/+2
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig1-3/+5
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig1-4/+94
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-2/+2
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba1-3/+4
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba1-2/+3
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana1-1/+6
2022-12-05btrfs: remove no longer used btrfs_next_extent_map()Filipe Manana1-29/+0
2022-12-05btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo1-0/+7
2022-12-05btrfs: update function commentsDavid Sterba1-35/+30
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana1-1/+30
2022-09-29btrfs: drop extent map range more efficientlyFilipe Manana1-45/+74
2022-09-29btrfs: remove unnecessary next extent map searchFilipe Manana1-14/+17
2022-09-29btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana1-14/+14
2022-09-29btrfs: assert tree is locked when clearing extent map from loggingFilipe Manana1-0/+2
2022-09-29btrfs: remove unnecessary extent map initializationsFilipe Manana1-2/+0
2022-09-29btrfs: remove the refcount warning/check at free_extent_map()Filipe Manana1-1/+0
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana1-0/+41