index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_map.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()
Filipe Manana
2024-03-26
1
-5
/
+5
*
btrfs: fix message not properly printing interval when adding extent map
Filipe Manana
2024-03-26
1
-2
/
+2
*
btrfs: fix warning messages not printing interval at unpin_extent_range()
Filipe Manana
2024-03-26
1
-2
/
+2
*
btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()
Filipe Manana
2024-03-26
1
-1
/
+1
*
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-05
1
-2
/
+1
*
btrfs: handle invalid range and start in merge_extent_mapping()
David Sterba
2024-03-04
1
-4
/
+5
*
btrfs: handle errors returned from unpin_extent_cache()
David Sterba
2024-03-04
1
-1
/
+9
*
btrfs: remove unused included headers
David Sterba
2024-03-04
1
-1
/
+0
*
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
1
-29
/
+22
*
btrfs: refactor mergable_maps() for more readability
Filipe Manana
2023-12-15
1
-14
/
+14
*
btrfs: avoid useless rbtree iterations when attempting to merge extent map
Filipe Manana
2023-12-15
1
-17
/
+21
*
btrfs: log messages at unpin_extent_range() during unexpected cases
Filipe Manana
2023-12-15
1
-6
/
+16
*
btrfs: remove redundant value assignment at btrfs_add_extent_mapping()
Filipe Manana
2023-12-15
1
-2
/
+0
*
btrfs: unexport add_extent_mapping()
Filipe Manana
2023-12-15
1
-2
/
+2
*
btrfs: assert extent map is not in a list when setting it up
Filipe Manana
2023-12-15
1
-1
/
+3
*
btrfs: remove no longer used EXTENT_MAP_DELALLOC block start value
Filipe Manana
2023-12-15
1
-3
/
+0
*
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-12-15
1
-46
/
+0
*
btrfs: unexport extent_map_block_end()
Filipe Manana
2023-12-15
1
-0
/
+7
*
btrfs: fix incorrect splitting in btrfs_drop_extent_map_range
Josef Bacik
2023-08-18
1
-4
/
+2
*
btrfs: pass the new logical address to split_extent_map
Christoph Hellwig
2023-06-19
1
-3
/
+5
*
btrfs: move split_extent_map to extent_map.c
Christoph Hellwig
2023-06-19
1
-4
/
+94
*
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
1
-2
/
+2
*
btrfs: pass NOWAIT for set/clear extent bits as another bit
David Sterba
2023-06-19
1
-3
/
+4
*
btrfs: open code set_extent_bits_nowait
David Sterba
2023-06-19
1
-2
/
+3
*
btrfs: fix extent map logging bit not cleared for split maps after dropping r...
Filipe Manana
2023-03-06
1
-1
/
+6
*
btrfs: remove no longer used btrfs_next_extent_map()
Filipe Manana
2022-12-05
1
-29
/
+0
*
btrfs: selftests: remove impossible inline extent at non-zero file offset
Qu Wenruo
2022-12-05
1
-0
/
+7
*
btrfs: update function comments
David Sterba
2022-12-05
1
-35
/
+30
*
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: get the next extent map during fiemap/lseek more efficiently
Filipe Manana
2022-12-05
1
-1
/
+30
*
btrfs: drop extent map range more efficiently
Filipe Manana
2022-09-29
1
-45
/
+74
*
btrfs: remove unnecessary next extent map search
Filipe Manana
2022-09-29
1
-14
/
+17
*
btrfs: remove unnecessary NULL pointer checks when searching extent maps
Filipe Manana
2022-09-29
1
-14
/
+14
*
btrfs: assert tree is locked when clearing extent map from logging
Filipe Manana
2022-09-29
1
-0
/
+2
*
btrfs: remove unnecessary extent map initializations
Filipe Manana
2022-09-29
1
-2
/
+0
*
btrfs: remove the refcount warning/check at free_extent_map()
Filipe Manana
2022-09-29
1
-1
/
+0
*
btrfs: add helper to replace extent map range with a new extent map
Filipe Manana
2022-09-29
1
-0
/
+41
*
btrfs: move open coded extent map tree deletion out of inode eviction
Filipe Manana
2022-09-29
1
-0
/
+27
*
btrfs: use extent_map_end() at btrfs_drop_extent_map_range()
Filipe Manana
2022-09-29
1
-4
/
+6
*
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
2022-09-29
1
-0
/
+192
*
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: assert we have a write lock when removing and replacing extent maps
Filipe Manana
2022-03-14
1
-0
/
+4
*
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
2022-02-23
1
-0
/
+2
*
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
2021-10-26
1
-2
/
+2
*
btrfs: fix parameter description of btrfs_add_extent_mapping
Nikolay Borisov
2021-02-08
1
-6
/
+7
*
btrfs: document modified parameter of add_extent_mapping
Nikolay Borisov
2021-02-08
1
-1
/
+4
*
Btrfs: fix race between using extent maps and merging them
Filipe Manana
2020-02-12
1
-0
/
+11
*
btrfs: remove extent_map::bdev
David Sterba
2019-11-18
1
-3
/
+0
*
btrfs: assert extent_map bdevs and lookup_map and split
David Sterba
2019-11-18
1
-1
/
+8
[next]