summaryrefslogtreecommitdiff
path: root/fs/bcachefs/debug.c
AgeCommit message (Expand)Author
2022-10-03bcachefs: Improve btree_deadlock debugfs outputKent Overstreet
2022-10-03bcachefs: Print deadlock cycle in debugfsKent Overstreet
2022-10-03bcachefs: Deadlock cycle detectorKent Overstreet
2022-10-03bcachefs: Track maximum transaction memoryKent Overstreet
2022-10-03bcachefs: Debugfs cleanupKent Overstreet
2022-10-03lib/printbuf: Tabstop improvementsKent Overstreet
2022-10-03bcachefs: Print last line in debugfs/btree_transaction_statsKent Overstreet
2022-10-03bcachefs: Track the maximum btree_paths ever allocated by each transactionKent Overstreet
2022-10-03bcachefs: Rename lock_held_stats -> btree_transaction_statsKent Overstreet
2022-10-03bcachefs: Convert debugfs code to for_each_btree_key2()Kent Overstreet
2022-10-03bcachefs: added lock held time statsDaniel Hill
2022-10-03bcachefs: Move 'btree_transactions' debug to debugsKent Overstreet
2022-10-03bcachefs: Convert to lib/printbuf.cKent Overstreet
2022-10-03bcachefs: Fix usage of six lock's percpu modeKent Overstreet
2022-10-03bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet
2022-10-03bcachefs: Heap allocate printbufsKent Overstreet
2022-10-03bcachefs: Fix debugfs -bfloat-failedKent Overstreet
2022-10-03bcachefs: Add missing bch2_trans_iter_exit() callKent Overstreet
2022-10-03bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet
2022-10-03bcachefs: Fix initialization of bch_write_op.nonceKent Overstreet
2022-10-03bcachefs: Really don't hold btree locks while btree IOs are in flightKent Overstreet
2022-10-03bcachefs: Split out SPOS_MAXKent Overstreet
2022-10-03bcachefs: Update bch2_btree_verify()Kent Overstreet
2022-10-03bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet
2022-10-03bcachefs: Start using bpos.snapshot fieldKent Overstreet
2022-10-03bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet
2022-10-03bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceKent Overstreet
2022-10-03bcachefs: Require all btree iterators to be freedKent Overstreet
2022-10-03bcachefs: Include device in btree IO error messagesKent Overstreet
2022-10-03bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2022-10-03bcachefs: Change bch2_dump_bset() to also print key valuesKent Overstreet
2022-10-03bcachefs: btree_bkey_cached_commonKent Overstreet
2022-10-03bcachefs: Initial commitKent Overstreet