index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
2024-10-07
btrfs: add cancellation points to trim loops
Luca Stefani
2024-10-07
btrfs: split remaining space to discard in chunks
Luca Stefani
2024-09-10
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
2024-08-13
btrfs: check delayed refs when we're checking if a ref exists
Josef Bacik
2024-07-29
btrfs: zoned: fix zone_unusable accounting on making block group read-write a...
Naohiro Aota
2024-07-11
btrfs: avoid allocating and running pointless delayed extent operations
Filipe Manana
2024-07-11
btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
Filipe Manana
2024-07-11
btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()
Filipe Manana
2024-07-11
btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()
Filipe Manana
2024-07-11
btrfs: remove NULL transaction support for btrfs_lookup_extent_info()
Filipe Manana
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
2024-07-11
btrfs: add documentation around snapshot delete
Josef Bacik
2024-07-11
btrfs: handle errors from btrfs_dec_ref() properly
Josef Bacik
2024-07-11
btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()
Josef Bacik
2024-07-11
btrfs: clean up our handling of refs == 0 in snapshot delete
Josef Bacik
2024-07-11
btrfs: replace BUG_ON with ASSERT in walk_down_proc()
Josef Bacik
2024-07-11
btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc()
Josef Bacik
2024-07-11
btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...
Josef Bacik
2024-07-11
btrfs: extract the reference dropping code into it's own helper
Josef Bacik
2024-07-11
btrfs: unify logic to decide if we need to walk down into a node during snaps...
Josef Bacik
2024-07-11
btrfs: remove local variable need_account in do_walk_down()
Josef Bacik
2024-07-11
btrfs: factor out eb uptodate check from do_walk_down()
Josef Bacik
2024-07-11
btrfs: push lookup_info into struct walk_control
Josef Bacik
2024-07-11
btrfs: use btrfs_read_extent_buffer() in do_walk_down()
Josef Bacik
2024-07-11
btrfs: don't do extra find_extent_buffer() in do_walk_down()
Josef Bacik
2024-07-11
btrfs: rename err to ret in btrfs_drop_snapshot()
Anand Jain
2024-07-11
btrfs: automatically remove the subvolume qgroup
Qu Wenruo
2024-05-15
btrfs: fix end of tree detection when searching for data extent ref
Filipe Manana
2024-05-07
btrfs: simplify return variables in btrfs_drop_subtree()
Anand Jain
2024-05-07
btrfs: simplify return variables in lookup_extent_data_ref()
Anand Jain
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
btrfs: stop referencing btrfs_delayed_tree_ref directly
Josef Bacik
2024-05-07
btrfs: stop referencing btrfs_delayed_data_ref directly
Josef Bacik
2024-05-07
btrfs: make the insert backref helpers take a btrfs_delayed_ref_node
Josef Bacik
2024-05-07
btrfs: drop unnecessary arguments from __btrfs_free_extent
Josef Bacik
2024-05-07
btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_node
Josef Bacik
2024-05-07
btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node
Josef Bacik
2024-05-07
btrfs: rename ->len to ->num_bytes in btrfs_ref
Josef Bacik
2024-05-07
btrfs: simplify delayed ref tracepoints
Josef Bacik
2024-05-07
btrfs: move ref_root into btrfs_ref
Josef Bacik
2024-05-07
btrfs: do not use a function to initialize btrfs_ref
Josef Bacik
2024-05-07
btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()
Filipe Manana
2024-04-09
btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handling
Naohiro Aota
2024-03-04
btrfs: avoid unnecessary ref initialization when freeing log tree block
Filipe Manana
2024-03-04
btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...
David Sterba
2024-03-04
btrfs: handle invalid extent item reference found in check_committed_ref()
David Sterba
2024-03-04
btrfs: make btrfs_error_unpin_extent_range() return void
David Sterba
2024-03-04
btrfs: return errors from unpin_extent_range()
David Sterba
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-01-18
btrfs: don't warn if discard range is not aligned to sector
David Sterba
[next]