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