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: 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
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: btree_bkey_cached_common
Kent Overstreet
2023-10-22
bcachefs: Don't hardcode BTREE_ID_EXTENTS
Kent Overstreet
2023-10-22
bcachefs: Return errors from for_each_btree_key()
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: 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: Remove direct use of bch2_btree_iter_link()
Kent Overstreet
2023-10-22
bcachefs: Use deferred btree updates for inode updates
Kent Overstreet
2023-10-22
bcachefs: More allocator startup improvements
Kent Overstreet
2023-10-22
bcachefs: Pass around bset_tree less
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: trace transaction restarts
Kent Overstreet
[next]