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_locking.c
Age
Commit message (
Expand
)
Author
2024-07-14
bcachefs: Kill bch2_assert_btree_nodes_not_locked()
Kent Overstreet
2024-07-14
lockdep: lockdep_set_notrack_class()
Kent Overstreet
2024-07-11
bcachefs: Set PF_MEMALLOC_NOFS when trans->locked
Kent Overstreet
2024-07-10
bcachefs: fix scheduling while atomic in break_cycle()
Kent Overstreet
2024-06-05
bcachefs: Fix GFP_KERNEL allocation in break_cycle()
Kent Overstreet
2024-05-08
bcachefs: bch2_trans_verify_not_unlocked()
Kent Overstreet
2024-05-08
bcachefs: trans->locked
Kent Overstreet
2024-05-08
bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodate
Kent Overstreet
2024-05-08
bcachefs: bch2_trans_relock_fail() - factor out slowpath
Kent Overstreet
2024-05-08
bcachefs: bch2_btree_path_to_text()
Kent Overstreet
2024-05-08
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
2024-04-10
bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()
Kent Overstreet
2024-03-13
bcachefs: Drop redundant btree_path_downgrade()s
Kent Overstreet
2024-01-22
bcachefs: Add gfp flags param to bch2_prt_task_backtrace()
Kent Overstreet
2024-01-21
bcachefs: Improve trace_trans_restart_relock
Kent Overstreet
2024-01-05
bcachefs: Improve would_deadlock trace event
Kent Overstreet
2024-01-01
bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONS
Kent Overstreet
2024-01-01
bcachefs: rcu protect trans->paths
Kent Overstreet
2024-01-01
bcachefs: kill btree_path.idx
Kent Overstreet
2024-01-01
bcachefs: trans_for_each_path() no longer uses path->idx
Kent Overstreet
2024-01-01
bcachefs: kill btree_path->(alloc_seq|downgrade_seq)
Kent Overstreet
2024-01-01
bcachefs: Improve trace_trans_restart_would_deadlock
Kent Overstreet
2024-01-01
bcachefs: Improve btree_path_dowgrade tracepoint
Kent Overstreet
2023-11-04
bcachefs: Ensure srcu lock is not held too long
Kent Overstreet
2023-11-01
bcachefs: Don't downgrade locks on transaction restart
Kent Overstreet
2023-10-22
bcachefs: Assorted fixes for clang
Kent Overstreet
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
bcachefs: Don't call lock_graph_descend() with wait lock held
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_unlock_noassert()
Kent Overstreet
2023-10-22
bcachefs: drop_locks_do()
Kent Overstreet
2023-10-22
bcachefs: trans_for_each_path_safe()
Kent Overstreet
2023-10-22
six locks: Kill six_lock_pcpu_(alloc|free)
Kent Overstreet
2023-10-22
six locks: six_lock_readers_add()
Kent Overstreet
2023-10-22
bcachefs: Centralize btree node lock initialization
Kent Overstreet
2023-10-22
bcachefs: Fix erasure coding locking
Kent Overstreet
2023-10-22
bcachefs: New backtrace utility code
Kent Overstreet
2023-10-22
bcachefs: trans->notrace_relock_fail
Kent Overstreet
2023-10-22
bcachefs: Use six_lock_ip()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_relock_notrace()
Kent Overstreet
2023-10-22
bcachefs: Fixes for building in userspace
Kent Overstreet
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
fixup bcachefs: Deadlock cycle detector
Kent Overstreet
2023-10-22
fixup bcachefs: Deadlock cycle detector
Kent Overstreet
2023-10-22
bcachefs: Fix lock_graph_remove_non_waiters()
Kent Overstreet
2023-10-22
bcachefs: Simplify break_cycle()
Kent Overstreet
2023-10-22
bcachefs: Print cycle on unrecoverable deadlock
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_locked()
Kent Overstreet
2023-10-22
bcachefs: Improve btree_deadlock debugfs output
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_node_relock_notrace()
Kent Overstreet
2023-10-22
bcachefs: Ensure bch2_btree_node_lock_write_nofail() never fails
Kent Overstreet
[next]