summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/debug.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: bch2_btree_id_str()Kent Overstreet2023-10-311-4/+4
* bcachefs: Fix copy_to_user() usage in flush_buf()Kent Overstreet2023-10-221-8/+8
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-17/+17
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-4/+2
* bcachefs: Break up io.cKent Overstreet2023-10-221-1/+0
* bcachefs: Fix more lockdep splats in debug.cKent Overstreet2023-10-221-17/+17
* bcachefs: seqmutex; fix a lockdep splatKent Overstreet2023-10-221-11/+35
* bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet2023-10-221-2/+2
* bcachefs: bch2_btree_node_ondisk_to_text()Kent Overstreet2023-10-221-0/+119
* bcachefs: Drop some anonymous structs, unionsKent Overstreet2023-10-221-1/+1
* bcachefs: New backtrace utility codeKent Overstreet2023-10-221-1/+1
* bcachefs: debug: Fix some locking bugsKent Overstreet2023-10-221-2/+2
* bcachefs: Plumb saw_error through to btree_err()Kent Overstreet2023-10-221-2/+2
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-3/+3
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Optimize bch2_trans_init()Kent Overstreet2023-10-221-3/+3
* bcachefs: Print cycle on unrecoverable deadlockKent Overstreet2023-10-221-21/+1
* bcachefs: Improve btree_deadlock debugfs outputKent Overstreet2023-10-221-5/+12
* bcachefs: Print deadlock cycle in debugfsKent Overstreet2023-10-221-0/+43
* bcachefs: Deadlock cycle detectorKent Overstreet2023-10-221-3/+3
* bcachefs: Track maximum transaction memoryKent Overstreet2023-10-221-0/+3
* bcachefs: Debugfs cleanupKent Overstreet2023-10-221-64/+51
* bcachefs: Print last line in debugfs/btree_transaction_statsKent Overstreet2023-10-221-2/+5
* bcachefs: Track the maximum btree_paths ever allocated by each transactionKent Overstreet2023-10-221-5/+25
* bcachefs: Rename lock_held_stats -> btree_transaction_statsKent Overstreet2023-10-221-7/+10
* bcachefs: Convert debugfs code to for_each_btree_key2()Kent Overstreet2023-10-221-48/+31
* bcachefs: added lock held time statsDaniel Hill2023-10-221-0/+74
* bcachefs: Improve an error messageKent Overstreet2023-10-221-0/+77
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-43/+44
* bcachefs: Fix usage of six lock's percpu modeKent Overstreet2023-10-221-0/+5
* bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet2023-10-221-13/+163
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-22/+20
* bcachefs: Fix debugfs -bfloat-failedKent Overstreet2023-10-221-1/+3
* bcachefs: Add missing bch2_trans_iter_exit() callKent Overstreet2023-10-221-0/+2
* bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet2023-10-221-1/+1
* bcachefs: btree_pathKent Overstreet2023-10-221-16/+16
* bcachefs: Really don't hold btree locks while btree IOs are in flightKent Overstreet2023-10-221-2/+2
* bcachefs: Split out SPOS_MAXKent Overstreet2023-10-221-2/+2
* bcachefs: Update bch2_btree_verify()Kent Overstreet2023-10-221-41/+79
* bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet2023-10-221-2/+2
* bcachefs: Start using bpos.snapshot fieldKent Overstreet2023-10-221-2/+4
* bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet2023-10-221-2/+2
* bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceKent Overstreet2023-10-221-1/+1
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-0/+4
* bcachefs: Include device in btree IO error messagesKent Overstreet2023-10-221-1/+1
* bcachefs: Drop sysfs interface to debug parametersKent Overstreet2023-10-221-1/+1
* bcachefs: Change bch2_dump_bset() to also print key valuesKent Overstreet2023-10-221-3/+3
* bcachefs: Kill direct access to bi_io_vecKent Overstreet2023-10-221-2/+1
* bcachefs: More work to avoid transaction restartsKent Overstreet2023-10-221-3/+3
* bcachefs: btree_bkey_cached_commonKent Overstreet2023-10-221-2/+2