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.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
2024-08-13
btrfs: check delayed refs when we're checking if a ref exists
Josef Bacik
1
-6
/
+45
2024-07-29
btrfs: zoned: fix zone_unusable accounting on making block group read-write a...
Naohiro Aota
1
-1
/
+2
2024-07-11
btrfs: avoid allocating and running pointless delayed extent operations
Filipe Manana
1
-36
/
+27
2024-07-11
btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
Filipe Manana
1
-4
/
+20
2024-07-11
btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()
Filipe Manana
1
-13
/
+9
2024-07-11
btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: remove NULL transaction support for btrfs_lookup_extent_info()
Filipe Manana
1
-14
/
+2
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
1
-10
/
+14
2024-07-11
btrfs: add documentation around snapshot delete
Josef Bacik
1
-0
/
+51
2024-07-11
btrfs: handle errors from btrfs_dec_ref() properly
Josef Bacik
1
-1
/
+4
2024-07-11
btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()
Josef Bacik
1
-3
/
+3
2024-07-11
btrfs: clean up our handling of refs == 0 in snapshot delete
Josef Bacik
1
-5
/
+23
2024-07-11
btrfs: replace BUG_ON with ASSERT in walk_down_proc()
Josef Bacik
1
-2
/
+2
2024-07-11
btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc()
Josef Bacik
1
-3
/
+12
2024-07-11
btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...
Josef Bacik
1
-1
/
+0
2024-07-11
btrfs: extract the reference dropping code into it's own helper
Josef Bacik
1
-70
/
+87
2024-07-11
btrfs: unify logic to decide if we need to walk down into a node during snaps...
Josef Bacik
1
-44
/
+89
2024-07-11
btrfs: remove local variable need_account in do_walk_down()
Josef Bacik
1
-5
/
+4
2024-07-11
btrfs: factor out eb uptodate check from do_walk_down()
Josef Bacik
1
-20
/
+45
2024-07-11
btrfs: push lookup_info into struct walk_control
Josef Bacik
1
-10
/
+12
2024-07-11
btrfs: use btrfs_read_extent_buffer() in do_walk_down()
Josef Bacik
1
-11
/
+4
2024-07-11
btrfs: don't do extra find_extent_buffer() in do_walk_down()
Josef Bacik
1
-10
/
+6
2024-07-11
btrfs: rename err to ret in btrfs_drop_snapshot()
Anand Jain
1
-25
/
+26
2024-07-11
btrfs: automatically remove the subvolume qgroup
Qu Wenruo
1
-0
/
+8
2024-05-15
btrfs: fix end of tree detection when searching for data extent ref
Filipe Manana
1
-1
/
+1
2024-05-07
btrfs: simplify return variables in btrfs_drop_subtree()
Anand Jain
1
-9
/
+7
2024-05-07
btrfs: simplify return variables in lookup_extent_data_ref()
Anand Jain
1
-15
/
+14
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-31
/
+25
2024-05-07
btrfs: stop referencing btrfs_delayed_tree_ref directly
Josef Bacik
1
-5
/
+5
2024-05-07
btrfs: stop referencing btrfs_delayed_data_ref directly
Josef Bacik
1
-9
/
+11
2024-05-07
btrfs: make the insert backref helpers take a btrfs_delayed_ref_node
Josef Bacik
1
-25
/
+21
2024-05-07
btrfs: drop unnecessary arguments from __btrfs_free_extent
Josef Bacik
1
-15
/
+8
2024-05-07
btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_node
Josef Bacik
1
-32
/
+9
2024-05-07
btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node
Josef Bacik
1
-9
/
+9
2024-05-07
btrfs: rename ->len to ->num_bytes in btrfs_ref
Josef Bacik
1
-7
/
+7
2024-05-07
btrfs: simplify delayed ref tracepoints
Josef Bacik
1
-2
/
+2
2024-05-07
btrfs: move ref_root into btrfs_ref
Josef Bacik
1
-22
/
+16
2024-05-07
btrfs: do not use a function to initialize btrfs_ref
Josef Bacik
1
-38
/
+49
2024-05-07
btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()
Filipe Manana
1
-1
/
+1
2024-04-10
btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handling
Naohiro Aota
1
-0
/
+8
2024-03-04
btrfs: avoid unnecessary ref initialization when freeing log tree block
Filipe Manana
1
-6
/
+7
2024-03-04
btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...
David Sterba
1
-1
/
+1
2024-03-04
btrfs: handle invalid extent item reference found in check_committed_ref()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: make btrfs_error_unpin_extent_range() return void
David Sterba
1
-7
/
+6
2024-03-04
btrfs: return errors from unpin_extent_range()
David Sterba
1
-4
/
+15
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-4
/
+1
2024-01-19
btrfs: don't warn if discard range is not aligned to sector
David Sterba
1
-1
/
+2
2024-01-12
btrfs: zoned: optimize hint byte for zoned allocator
Naohiro Aota
1
-0
/
+18
2024-01-12
btrfs: zoned: factor out prepare_allocation_zoned()
Naohiro Aota
1
-13
/
+19
2023-12-15
btrfs: reflow btrfs_free_tree_block
Johannes Thumshirn
1
-49
/
+50
[next]