index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
btrfs: fix read corruption due to race with extent map merging
Boris Burkov
1
-15
/
+16
2024-09-10
btrfs: reduce size and overhead of extent_map_block_end()
Filipe Manana
1
-3
/
+6
2024-08-13
btrfs: only run the extent map shrinker from kswapd tasks
Filipe Manana
1
-16
/
+6
2024-07-30
Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2024-07-25
btrfs: fix corrupt read due to bad offset of a compressed extent map
Filipe Manana
1
-1
/
+1
2024-07-17
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-80
/
+163
2024-07-11
btrfs: avoid races when tracking progress for extent map shrinking
Filipe Manana
1
-21
/
+63
2024-07-11
btrfs: stop extent map shrinker if reschedule is needed
Filipe Manana
1
-8
/
+31
2024-07-11
btrfs: use delayed iput during extent map shrinking
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: make validate_extent_map() catch ram_bytes mismatch
Qu Wenruo
1
-0
/
+5
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
1
-39
/
+14
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
1
-27
/
+14
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
1
-19
/
+2
2024-07-11
btrfs: introduce extra sanity checks for extent maps
Qu Wenruo
1
-0
/
+59
2024-07-11
btrfs: introduce new members for extent_map
Qu Wenruo
1
-4
/
+75
2024-07-11
btrfs: rename extent_map::orig_block_len to disk_num_bytes
Qu Wenruo
1
-8
/
+8
2024-07-11
btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree
Filipe Manana
1
-22
/
+26
2024-07-11
btrfs: rename rb_root member of extent_map_tree from map to root
Filipe Manana
1
-11
/
+11
2024-05-07
btrfs: add tracepoints for extent map shrinker events
Filipe Manana
1
-0
/
+13
2024-05-07
btrfs: add a shrinker for extent maps
Filipe Manana
1
-0
/
+160
2024-05-07
btrfs: add a global per cpu counter to track number of used extent maps
Filipe Manana
1
-0
/
+17
2024-05-07
btrfs: pass the extent map tree's inode to try_merge_map()
Filipe Manana
1
-7
/
+6
2024-05-07
btrfs: pass the extent map tree's inode to setup_extent_mapping()
Filipe Manana
1
-5
/
+5
2024-05-07
btrfs: pass the extent map tree's inode to replace_extent_mapping()
Filipe Manana
1
-5
/
+6
2024-05-07
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
1
-9
/
+13
2024-05-07
btrfs: pass the extent map tree's inode to clear_em_logging()
Filipe Manana
1
-1
/
+3
2024-05-07
btrfs: pass the extent map tree's inode to add_extent_mapping()
Filipe Manana
1
-18
/
+16
2024-05-07
btrfs: simplify add_extent_mapping() by removing pointless label
Filipe Manana
1
-4
/
+4
2024-05-07
btrfs: pass an inode to btrfs_add_extent_mapping()
Filipe Manana
1
-7
/
+7
2024-05-07
btrfs: remove not needed mod_start and mod_len from struct extent_map
Filipe Manana
1
-18
/
+0
2024-04-18
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
1
-1
/
+1
2024-03-26
btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()
Filipe Manana
1
-5
/
+5
2024-03-26
btrfs: fix message not properly printing interval when adding extent map
Filipe Manana
1
-2
/
+2
2024-03-26
btrfs: fix warning messages not printing interval at unpin_extent_range()
Filipe Manana
1
-2
/
+2
2024-03-26
btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()
Filipe Manana
1
-1
/
+1
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
1
-2
/
+1
2024-03-04
btrfs: handle invalid range and start in merge_extent_mapping()
David Sterba
1
-4
/
+5
2024-03-04
btrfs: handle errors returned from unpin_extent_cache()
David Sterba
1
-1
/
+9
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-1
/
+0
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
1
-29
/
+22
2023-12-15
btrfs: refactor mergable_maps() for more readability
Filipe Manana
1
-14
/
+14
2023-12-15
btrfs: avoid useless rbtree iterations when attempting to merge extent map
Filipe Manana
1
-17
/
+21
2023-12-15
btrfs: log messages at unpin_extent_range() during unexpected cases
Filipe Manana
1
-6
/
+16
2023-12-15
btrfs: remove redundant value assignment at btrfs_add_extent_mapping()
Filipe Manana
1
-2
/
+0
2023-12-15
btrfs: unexport add_extent_mapping()
Filipe Manana
1
-2
/
+2
2023-12-15
btrfs: assert extent map is not in a list when setting it up
Filipe Manana
1
-1
/
+3
2023-12-15
btrfs: remove no longer used EXTENT_MAP_DELALLOC block start value
Filipe Manana
1
-3
/
+0
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
1
-46
/
+0
2023-12-15
btrfs: unexport extent_map_block_end()
Filipe Manana
1
-0
/
+7
2023-08-18
btrfs: fix incorrect splitting in btrfs_drop_extent_map_range
Josef Bacik
1
-4
/
+2
[next]