index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-02
btrfs: zoned: refine extent allocator hint selection
Naohiro Aota
1
-2
/
+4
2025-08-28
btrfs: fix ssd_spread overallocation
Boris Burkov
1
-16
/
+17
2025-05-22
btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
Filipe Manana
1
-5
/
+20
2025-04-10
btrfs: handle errors from btrfs_dec_ref() properly
Josef Bacik
1
-1
/
+4
2024-12-14
btrfs: add cancellation points to trim loops
Luca Stefani
1
-1
/
+6
2024-12-09
btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...
Josef Bacik
1
-1
/
+0
2024-12-09
btrfs: don't loop for nowait writes when checking for cross references
Filipe Manana
1
-1
/
+1
2024-12-09
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
1
-9
/
+13
2024-10-17
btrfs: split remaining space to discard in chunks
Luca Stefani
1
-4
/
+15
2024-10-04
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
1
-2
/
+2
2024-09-12
btrfs: clean up our handling of refs == 0 in snapshot delete
Josef Bacik
1
-5
/
+23
2024-09-12
btrfs: replace BUG_ON with ASSERT in walk_down_proc()
Josef Bacik
1
-2
/
+2
2024-08-11
btrfs: zoned: fix zone_unusable accounting on making block group read-write a...
Naohiro Aota
1
-1
/
+2
2024-02-01
btrfs: zoned: optimize hint byte for zoned allocator
Naohiro Aota
1
-0
/
+18
2024-02-01
btrfs: zoned: factor out prepare_allocation_zoned()
Naohiro Aota
1
-13
/
+19
2024-02-01
btrfs: don't warn if discard range is not aligned to sector
David Sterba
1
-1
/
+2
2023-11-28
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-16
/
+20
2023-09-20
btrfs: log message if extent item not found when running delayed extent op
Filipe Manana
1
-1
/
+4
2023-09-20
btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()
Filipe Manana
1
-4
/
+3
2023-09-20
btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1
Filipe Manana
1
-3
/
+3
2023-08-21
btrfs: remove v0 extent handling
Qu Wenruo
1
-14
/
+21
2023-08-21
btrfs: output extra debug info if we failed to find an inline backref
Qu Wenruo
1
-0
/
+5
2023-08-21
btrfs: zoned: do not zone finish data relocation block group
Naohiro Aota
1
-20
/
+23
2023-08-21
btrfs: wait on uncached block groups on every allocation loop
Josef Bacik
1
-43
/
+18
2023-08-21
btrfs: handle errors properly in update_inline_extent_backref()
Qu Wenruo
1
-12
/
+61
2023-08-21
btrfs: zoned: don't activate non-DATA BG on allocation
Naohiro Aota
1
-1
/
+7
2023-08-21
btrfs: move comments to btrfs_loop_type definition
Josef Bacik
1
-9
/
+28
2023-08-21
btrfs: move btrfs_free_excluded_extents() into block-group.c
Filipe Manana
1
-12
/
+0
2023-08-21
btrfs: open code trivial btrfs_add_excluded_extent()
Filipe Manana
1
-9
/
+0
2023-08-21
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
1
-3
/
+2
2023-08-10
btrfs: set cache_block_group_error if we find an error
Josef Bacik
1
-1
/
+4
2023-06-19
btrfs: use bool type for delayed ref head fields that are used as booleans
Filipe Manana
1
-7
/
+7
2023-06-19
btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node
Filipe Manana
1
-1
/
+0
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
1
-8
/
+6
2023-06-19
btrfs: drop NOFAIL from set_extent_bit allocation masks
David Sterba
1
-2
/
+1
2023-06-19
btrfs: open code set_extent_bits
David Sterba
1
-5
/
+5
2023-06-19
btrfs: open code set_extent_dirty
David Sterba
1
-6
/
+9
2023-06-19
btrfs: open code set_extent_new
David Sterba
1
-2
/
+3
2023-06-19
btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()
Filipe Manana
1
-1
/
+1
2023-06-19
btrfs: remove level argument from btrfs_set_block_flags
Josef Bacik
1
-4
/
+3
2023-06-19
btrfs: use SECTOR_SHIFT to convert LBA to physical offset
Anand Jain
1
-2
/
+2
2023-06-19
btrfs: use SECTOR_SHIFT to convert physical offset to LBA
Anand Jain
1
-2
/
+4
2023-06-19
btrfs: improve leaf dump and error handling
Qu Wenruo
1
-66
/
+57
2023-06-19
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
1
-1
/
+1
2023-04-17
btrfs: remove obsolete delayed ref throttling logic when truncating items
Filipe Manana
1
-25
/
+2
2023-04-17
btrfs: abort the transaction if we get an error during snapshot drop
Josef Bacik
1
-0
/
+2
2023-04-17
btrfs: handle errors in walk_down_tree properly
Josef Bacik
1
-4
/
+4
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
1
-3
/
+3
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
1
-2
/
+2
2023-02-15
btrfs: always lock the block before calling btrfs_clean_tree_block
Josef Bacik
1
-2
/
+1
[next]