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.h
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: BTREE_ITER_WITH_UPDATES
Kent Overstreet
2023-10-22
bcachefs: Child btree iterators
Kent Overstreet
2023-10-22
bcachefs: btree_iter->should_be_locked
Kent Overstreet
2023-10-22
bcachefs: Improve btree iterator tracepoints
Kent Overstreet
2023-10-22
bcachefs: Improve bch2_btree_iter_traverse_all()
Kent Overstreet
2023-10-22
bcachefs: Drop some memset() calls
Kent Overstreet
2023-10-22
bcachefs: Increase commality between BTREE_ITER_NODES and BTREE_ITER_KEYS
Kent Overstreet
2023-10-22
bcachefs: Drop trans->nounlock
Kent Overstreet
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
bcachefs: Fix for bch2_trans_commit() unlocking when it's not supposed to
Kent Overstreet
2023-10-22
bcachefs: Split btree_iter_traverse and bch2_btree_iter_traverse()
Kent Overstreet
2023-10-22
bcachefs: Update iter->real_pos lazily
Kent Overstreet
2023-10-22
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
2023-10-22
bcachefs: btree_iter_set_dontneed()
Kent Overstreet
2023-10-22
bcachefs: Fsck code refactoring
Kent Overstreet
2023-10-22
bcachefs: __bch2_trans_get_iter() refactoring, BTREE_ITER_NOT_EXTENTS
Kent Overstreet
2023-10-22
bcachefs: Simplify for_each_btree_key()
Kent Overstreet
2023-10-22
bcachefs: btree_iter_prev_slot()
Kent Overstreet
2023-10-22
bcachefs: btree_iter_live()
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_btree_iter_set_pos_same_leaf()
Kent Overstreet
2023-10-22
bcachefs: Fix __btree_iter_next() when all iters are in use_next() when all i...
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
2023-10-22
bcachefs: Fix spurious transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Fix btree updates when mixing cached and non cached iterators
Kent Overstreet
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_downgrade()
Kent Overstreet
2023-10-22
bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()
Kent Overstreet
2023-10-22
bcachefs: Add debug code to print btree transactions
Kent Overstreet
2023-10-22
bcachefs: Trace where btree iterators are allocated
Kent Overstreet
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
2023-10-22
bcachefs: btree_iter_peek_with_updates()
Kent Overstreet
2023-10-22
bcachefs: Iterator debug code improvements
Kent Overstreet
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
2023-10-22
bcachefs: __bch2_btree_iter_set_pos()
Kent Overstreet
2023-10-22
bcachefs: Use bch2_trans_reset in bch2_trans_commit()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_reset() calls should be at the tops of loops
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_iter_fix_key_modified()
Kent Overstreet
2023-10-22
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
2023-10-22
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
2023-10-22
bcachefs: Improve error handling for for_each_btree_key_continue()
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_iter_peek_prev()
Kent Overstreet
2023-10-22
bcachefs: Optimize calls to bch2_btree_iter_traverse()
Kent Overstreet
2023-10-22
bcachefs: Do updates in order they were queued up in
Kent Overstreet
2023-10-22
bcachefs: fix for_each_btree_key()
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
[next]