summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/debug.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-211-8/+8
* bcachefs: Improve would_deadlock trace eventKent Overstreet2024-01-051-1/+1
* bcachefs: kill useless return retKent Overstreet2024-01-051-3/+1
* bcachefs: track transaction durationsKent Overstreet2024-01-051-11/+18
* bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet2024-01-011-9/+9
* bcachefs: btree_iter -> btree_path_idx_tKent Overstreet2024-01-011-1/+2
* bcachefs: for_each_btree_key() now declares loop iterKent Overstreet2024-01-011-59/+32
* bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet2024-01-011-6/+6
* bcachefs: Fix bch2_read_btree()Kent Overstreet2024-01-011-2/+4
* 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