summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)Author
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana
2024-07-11btrfs: stop extent map shrinker if reschedule is neededFilipe Manana
2024-07-11btrfs: use delayed iput during extent map shrinkingFilipe Manana
2024-07-11btrfs: make validate_extent_map() catch ram_bytes mismatchQu Wenruo
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo
2024-07-11btrfs: introduce extra sanity checks for extent mapsQu Wenruo
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo
2024-07-11btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo
2024-07-11btrfs: use a regular rb_root instead of cached rb_root for extent_map_treeFilipe Manana
2024-07-11btrfs: rename rb_root member of extent_map_tree from map to rootFilipe Manana
2024-05-07btrfs: add tracepoints for extent map shrinker eventsFilipe Manana
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana
2024-05-07btrfs: pass the extent map tree's inode to try_merge_map()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to setup_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to replace_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to clear_em_logging()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to add_extent_mapping()Filipe Manana
2024-05-07btrfs: simplify add_extent_mapping() by removing pointless labelFilipe Manana
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2024-03-26btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana
2024-03-26btrfs: fix message not properly printing interval when adding extent mapFilipe Manana
2024-03-26btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana
2024-03-26btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou
2024-03-04btrfs: handle invalid range and start in merge_extent_mapping()David Sterba
2024-03-04btrfs: handle errors returned from unpin_extent_cache()David Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana
2023-12-15btrfs: refactor mergable_maps() for more readabilityFilipe Manana
2023-12-15btrfs: avoid useless rbtree iterations when attempting to merge extent mapFilipe Manana
2023-12-15btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana
2023-12-15btrfs: remove redundant value assignment at btrfs_add_extent_mapping()Filipe Manana
2023-12-15btrfs: unexport add_extent_mapping()Filipe Manana
2023-12-15btrfs: assert extent map is not in a list when setting it upFilipe Manana
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-12-15btrfs: unexport extent_map_block_end()Filipe Manana
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba