index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-12-18
Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2024-12-17
btrfs: fix improper generation check in snapshot delete
Josef Bacik
1
-3
/
+3
2024-11-29
btrfs: don't loop for nowait writes when checking for cross references
Filipe Manana
1
-1
/
+1
2024-11-11
btrfs: track delayed ref heads in an xarray
Filipe Manana
1
-1
/
+1
2024-11-11
btrfs: pass fs_info to btrfs_delete_ref_head()
Filipe Manana
1
-4
/
+5
2024-11-11
btrfs: pass fs_info to functions that search for delayed ref heads
Filipe Manana
1
-5
/
+5
2024-11-11
btrfs: move delayed ref head unselection to delayed-ref.c
Filipe Manana
1
-13
/
+3
2024-11-11
btrfs: simplify obtaining a delayed ref head
Filipe Manana
1
-34
/
+1
2024-11-11
btrfs: change return type of btrfs_delayed_ref_lock() to boolean
Filipe Manana
1
-3
/
+3
2024-11-11
btrfs: remove num_entries atomic counter from delayed ref root
Filipe Manana
1
-1
/
+0
2024-11-11
btrfs: reduce extent tree lock contention when searching for inline backref
Robbie Ko
1
-3
/
+23
2024-11-11
btrfs: drop unused parameter refs from visit_node_for_delete()
David Sterba
1
-4
/
+3
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
1
-1
/
+1
2024-10-07
btrfs: add cancellation points to trim loops
Luca Stefani
1
-1
/
+6
2024-10-07
btrfs: split remaining space to discard in chunks
Luca Stefani
1
-4
/
+15
2024-09-10
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
1
-2
/
+2
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
[next]