index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_map.c
Age
Commit message (
Expand
)
Author
2025-05-15
btrfs: rename __tree_search() to remove double underscore prefix
Filipe Manana
2025-05-15
btrfs: rename __lookup_extent_mapping() to remove double underscore prefix
Filipe Manana
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: use rb_entry_safe() where possible to simplify code
David Sterba
2025-02-21
btrfs: do regular iput instead of delayed iput during extent map shrinking
Filipe Manana
2025-02-21
btrfs: skip inodes without loaded extent maps when shrinking extent maps
Filipe Manana
2025-02-21
btrfs: fix use-after-free on inode when scanning root during em shrinking
Filipe Manana
2024-11-11
btrfs: rename extent map shrinker members from struct btrfs_fs_info
Filipe Manana
2024-11-11
btrfs: simplify tracking progress for the extent map shrinker
Filipe Manana
2024-11-11
btrfs: make the extent map shrinker run asynchronously as a work queue job
Filipe Manana
2024-11-11
btrfs: add and use helper to remove extent map from its inode's tree
Filipe Manana
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
2024-10-31
btrfs: fix extent map merging not happening for adjacent extents
Filipe Manana
2024-10-22
btrfs: fix read corruption due to race with extent map merging
Boris Burkov
2024-09-10
btrfs: reduce size and overhead of extent_map_block_end()
Filipe Manana
2024-08-13
btrfs: only run the extent map shrinker from kswapd tasks
Filipe Manana
2024-07-30
Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-25
btrfs: fix corrupt read due to bad offset of a compressed extent map
Filipe Manana
2024-07-17
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-07-11
btrfs: avoid races when tracking progress for extent map shrinking
Filipe Manana
2024-07-11
btrfs: stop extent map shrinker if reschedule is needed
Filipe Manana
2024-07-11
btrfs: use delayed iput during extent map shrinking
Filipe Manana
2024-07-11
btrfs: make validate_extent_map() catch ram_bytes mismatch
Qu Wenruo
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
2024-07-11
btrfs: introduce extra sanity checks for extent maps
Qu Wenruo
2024-07-11
btrfs: introduce new members for extent_map
Qu Wenruo
2024-07-11
btrfs: rename extent_map::orig_block_len to disk_num_bytes
Qu Wenruo
2024-07-11
btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree
Filipe Manana
2024-07-11
btrfs: rename rb_root member of extent_map_tree from map to root
Filipe Manana
2024-05-07
btrfs: add tracepoints for extent map shrinker events
Filipe Manana
2024-05-07
btrfs: add a shrinker for extent maps
Filipe Manana
2024-05-07
btrfs: add a global per cpu counter to track number of used extent maps
Filipe Manana
2024-05-07
btrfs: pass the extent map tree's inode to try_merge_map()
Filipe Manana
2024-05-07
btrfs: pass the extent map tree's inode to setup_extent_mapping()
Filipe Manana
2024-05-07
btrfs: pass the extent map tree's inode to replace_extent_mapping()
Filipe Manana
2024-05-07
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
2024-05-07
btrfs: pass the extent map tree's inode to clear_em_logging()
Filipe Manana
2024-05-07
btrfs: pass the extent map tree's inode to add_extent_mapping()
Filipe Manana
2024-05-07
btrfs: simplify add_extent_mapping() by removing pointless label
Filipe Manana
2024-05-07
btrfs: pass an inode to btrfs_add_extent_mapping()
Filipe Manana
2024-05-07
btrfs: remove not needed mod_start and mod_len from struct extent_map
Filipe Manana
2024-04-18
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
2024-03-26
btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()
Filipe Manana
2024-03-26
btrfs: fix message not properly printing interval when adding extent map
Filipe Manana
[next]