summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)Author
2025-05-15btrfs: rename __tree_search() to remove double underscore prefixFilipe Manana
2025-05-15btrfs: rename __lookup_extent_mapping() to remove double underscore prefixFilipe Manana
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana
2025-05-15btrfs: use rb_entry_safe() where possible to simplify codeDavid Sterba
2025-02-21btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana
2025-02-21btrfs: skip inodes without loaded extent maps when shrinking extent mapsFilipe Manana
2025-02-21btrfs: fix use-after-free on inode when scanning root during em shrinkingFilipe Manana
2024-11-11btrfs: rename extent map shrinker members from struct btrfs_fs_infoFilipe Manana
2024-11-11btrfs: simplify tracking progress for the extent map shrinkerFilipe Manana
2024-11-11btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana
2024-11-11btrfs: add and use helper to remove extent map from its inode's treeFilipe Manana
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-10-31btrfs: fix extent map merging not happening for adjacent extentsFilipe Manana
2024-10-22btrfs: fix read corruption due to race with extent map mergingBoris Burkov
2024-09-10btrfs: reduce size and overhead of extent_map_block_end()Filipe Manana
2024-08-13btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-25btrfs: fix corrupt read due to bad offset of a compressed extent mapFilipe Manana
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