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
/
debug.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
bcachefs: Optimize bch2_trans_init()
Kent Overstreet
2023-10-22
bcachefs: Print cycle on unrecoverable deadlock
Kent Overstreet
2023-10-22
bcachefs: Improve btree_deadlock debugfs output
Kent Overstreet
2023-10-22
bcachefs: Print deadlock cycle in debugfs
Kent Overstreet
2023-10-22
bcachefs: Deadlock cycle detector
Kent Overstreet
2023-10-22
bcachefs: Track maximum transaction memory
Kent Overstreet
2023-10-22
bcachefs: Debugfs cleanup
Kent Overstreet
2023-10-22
bcachefs: Print last line in debugfs/btree_transaction_stats
Kent Overstreet
2023-10-22
bcachefs: Track the maximum btree_paths ever allocated by each transaction
Kent Overstreet
2023-10-22
bcachefs: Rename lock_held_stats -> btree_transaction_stats
Kent Overstreet
2023-10-22
bcachefs: Convert debugfs code to for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: added lock held time stats
Daniel Hill
2023-10-22
bcachefs: Improve an error message
Kent Overstreet
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
bcachefs: Fix usage of six lock's percpu mode
Kent Overstreet
2023-10-22
bcachefs: Start moving debug info from sysfs to debugfs
Kent Overstreet
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
bcachefs: Fix debugfs -bfloat-failed
Kent Overstreet
2023-10-22
bcachefs: Add missing bch2_trans_iter_exit() call
Kent Overstreet
2023-10-22
bcachefs: for_each_btree_node() now returns errors directly
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: Really don't hold btree locks while btree IOs are in flight
Kent Overstreet
2023-10-22
bcachefs: Split out SPOS_MAX
Kent Overstreet
2023-10-22
bcachefs: Update bch2_btree_verify()
Kent Overstreet
2023-10-22
bcachefs: Eliminate more PAGE_SIZE uses
Kent Overstreet
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
2023-10-22
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
2023-10-22
bcachefs: Include device in btree IO error messages
Kent Overstreet
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
2023-10-22
bcachefs: Change bch2_dump_bset() to also print key values
Kent Overstreet
2023-10-22
bcachefs: Kill direct access to bi_io_vec
Kent Overstreet
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
2023-10-22
bcachefs: btree_bkey_cached_common
Kent Overstreet
2023-10-22
bcachefs: trans_for_each_iter()
Kent Overstreet
2023-10-22
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
2023-10-22
bcachefs: revamp to_text methods
Kent Overstreet
2023-10-22
bcachefs: extent_ptr_decoded
Kent Overstreet
2023-10-22
bcachefs: Initial commit
Kent Overstreet