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
/
bcachefs
/
btree_iter.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Fix an error path in bch2_btree_iter_traverse()
Kent Overstreet
2023-10-22
bcachefs: Don't use a fixed size buffer for fs_usage_deltas
Kent Overstreet
2023-10-22
bcachefs: Rip out old hacky transaction restart tracing
Kent Overstreet
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Avoid spurious transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Ensure bch2_btree_iter_next() always advances
Kent Overstreet
2023-10-22
bcachefs: Delete duplicate code
Kent Overstreet
2023-10-22
bcachefs: improved btree locking tracepoints
Kent Overstreet
2023-10-22
bcachefs: kill BTREE_ITER_NOUNLOCK
Kent Overstreet
2023-10-22
bcachefs: Don't pass around may_drop_locks
Kent Overstreet
2023-10-22
bcachefs: Kill remaining bch2_btree_iter_unlock() uses
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_mark_update()
Kent Overstreet
2023-10-22
bcachefs: btree_bkey_cached_common
Kent Overstreet
2023-10-22
bcachefs: Fix a bug with multiple iterators being traversed
Kent Overstreet
2023-10-22
bcachefs: Don't hardcode BTREE_ID_EXTENTS
Kent Overstreet
2023-10-22
bcachefs: Add actual tracepoints for transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Rewrite journal_seq_blacklist machinery
Kent Overstreet
2023-10-22
bcachefs: don't lose errors from iterators that have been freed
Kent Overstreet
2023-10-22
bcachefs: fix bch2_trans_unlock()
Kent Overstreet
2023-10-22
bcachefs: add missing bch2_btree_iter_node_drop() call
Kent Overstreet
2023-10-22
bcachefs: move some checks to expensive_debug_checks
Kent Overstreet
2023-10-22
bcachefs: Unlink not-touched iters on successful transaction commit
Kent Overstreet
2023-10-22
bcachefs: traverse all iterators on transaction restart
Kent Overstreet
2023-10-22
bcachefs: Add iter->idx
Kent Overstreet
2023-10-22
bcachefs: Kill btree_iter->next
Kent Overstreet
2023-10-22
bcachefs: Change btree_iter_traverse_error() to not use iter->next
Kent Overstreet
2023-10-22
bcachefs: trans_for_each_iter()
Kent Overstreet
2023-10-22
bcachefs: Better bch2_trans_copy_iter()
Kent Overstreet
2023-10-22
bcachefs: Btree iterators now always have a btree_trans
Kent Overstreet
2023-10-22
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
2023-10-22
bcachefs: Btree iter improvements
Kent Overstreet
2023-10-22
bcachefs: increase BTREE_ITER_MAX
Kent Overstreet
2023-10-22
bcachefs: Remove direct use of bch2_btree_iter_link()
Kent Overstreet
2023-10-22
bcachefs: fix an incorrect bkey_debugcheck() call
Kent Overstreet
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
2023-10-22
bcachefs: Btree locking fix, refactoring
Kent Overstreet
2023-10-22
bcachefs: fix btree iterator bug when using depth > 0
Kent Overstreet
2023-10-22
bcachefs: revamp to_text methods
Kent Overstreet
2023-10-22
bcachefs: Fix a btree iter bug when iter pos == POS_MAX
Kent Overstreet
2023-10-22
bcachefs: Comparison function cleanups
Kent Overstreet
2023-10-22
bcachefs: Pass around bset_tree less
Kent Overstreet
2023-10-22
bcachefs: kill extent_insert_hook
Kent Overstreet
2023-10-22
bcachefs: convert bchfs_write_index_update() to bch2_extent_update()
Kent Overstreet
2023-10-22
bcachefs: mempoolify btree_trans
Kent Overstreet
2023-10-22
bcachefs: make struct btree_iter a bit smaller
Kent Overstreet
2023-10-22
bcachefs: lift ordering restriction on 0 size extents
Kent Overstreet
2023-10-22
bcachefs: Fix an assertion in the btree node merge path
Kent Overstreet
2023-10-22
bcachefs: trace transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Initial commit
Kent Overstreet