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
2023-12-15
btrfs: reflow btrfs_free_tree_block
Johannes Thumshirn
2023-12-15
btrfs: remove now unneeded btrfs_redirty_list_add
Johannes Thumshirn
2023-12-15
btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT
Johannes Thumshirn
2023-12-06
btrfs: ensure releasing squota reserve on head refs
Boris Burkov
2023-11-03
btrfs: get correct owning_root when dropping snapshot
Josef Bacik
2023-10-12
btrfs: track data relocation with simple quota
Boris Burkov
2023-10-12
btrfs: qgroup: track metadata relocation COW with simple quota
Boris Burkov
2023-10-12
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
2023-10-12
btrfs: record simple quota deltas in delayed refs
Boris Burkov
2023-10-12
btrfs: add helper for inline owner ref lookup
Boris Burkov
2023-10-12
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
2023-10-12
btrfs: track owning root in btrfs_ref
Boris Burkov
2023-10-12
btrfs: rename tree_ref and data_ref owning_root
Boris Burkov
2023-10-12
btrfs: delete stripe extent on extent deletion
Johannes Thumshirn
2023-10-12
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
2023-10-12
btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()
Filipe Manana
2023-10-12
btrfs: remove stale comment from btrfs_free_extent()
Filipe Manana
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-10-12
btrfs: stop doing excessive space reservation for csum deletion
Filipe Manana
2023-10-12
btrfs: reserve space for delayed refs on a per ref basis
Filipe Manana
2023-10-12
btrfs: allow to run delayed refs by bytes to be released instead of count
Filipe Manana
2023-10-12
btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()
Filipe Manana
2023-10-12
btrfs: return -EUCLEAN if extent item is missing when searching inline backref
Filipe Manana
2023-10-12
btrfs: use a single variable for return value at lookup_inline_extent_backref()
Filipe Manana
2023-10-12
btrfs: use a single variable for return value at run_delayed_extent_op()
Filipe Manana
2023-10-12
btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()
Filipe Manana
2023-10-12
btrfs: initialize key where it's used when running delayed data ref
Filipe Manana
2023-10-12
btrfs: remove refs_to_drop argument from __btrfs_free_extent()
Filipe Manana
2023-10-12
btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref()
Filipe Manana
2023-10-12
btrfs: remove unnecessary logic when running new delayed references
Filipe Manana
2023-10-12
btrfs: move extent_buffer::lock_owner to debug section
David Sterba
2023-10-12
btrfs: reduce parameters of btrfs_pin_extent_for_log_replay
David Sterba
2023-10-12
btrfs: reduce parameters of btrfs_pin_reserved_extent
David Sterba
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
2023-10-12
btrfs: remove btrfs_crc32c wrapper
Josef Bacik
2023-09-20
btrfs: log message if extent item not found when running delayed extent op
Filipe Manana
2023-09-20
btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()
Filipe Manana
2023-09-20
btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1
Filipe Manana
2023-08-21
btrfs: remove v0 extent handling
Qu Wenruo
2023-08-21
btrfs: output extra debug info if we failed to find an inline backref
Qu Wenruo
2023-08-21
btrfs: zoned: do not zone finish data relocation block group
Naohiro Aota
2023-08-21
btrfs: wait on uncached block groups on every allocation loop
Josef Bacik
2023-08-21
btrfs: handle errors properly in update_inline_extent_backref()
Qu Wenruo
2023-08-21
btrfs: zoned: don't activate non-DATA BG on allocation
Naohiro Aota
2023-08-21
btrfs: move comments to btrfs_loop_type definition
Josef Bacik
2023-08-21
btrfs: move btrfs_free_excluded_extents() into block-group.c
Filipe Manana
2023-08-21
btrfs: open code trivial btrfs_add_excluded_extent()
Filipe Manana
2023-08-21
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
2023-08-10
btrfs: set cache_block_group_error if we find an error
Josef Bacik
2023-06-19
btrfs: use bool type for delayed ref head fields that are used as booleans
Filipe Manana
[next]