summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/debug.c
AgeCommit message (Expand)AuthorLines
2023-10-22bcachefs: Fix usage of six lock's percpu modeKent Overstreet-0/+5
2023-10-22bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet-13/+163
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet-22/+20
2023-10-22bcachefs: Fix debugfs -bfloat-failedKent Overstreet-1/+3
2023-10-22bcachefs: Add missing bch2_trans_iter_exit() callKent Overstreet-0/+2
2023-10-22bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet-1/+1
2023-10-22bcachefs: btree_pathKent Overstreet-16/+16
2023-10-22bcachefs: Really don't hold btree locks while btree IOs are in flightKent Overstreet-2/+2
2023-10-22bcachefs: Split out SPOS_MAXKent Overstreet-2/+2
2023-10-22bcachefs: Update bch2_btree_verify()Kent Overstreet-41/+79
2023-10-22bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet-2/+2
2023-10-22bcachefs: Start using bpos.snapshot fieldKent Overstreet-2/+4
2023-10-22bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet-2/+2
2023-10-22bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceKent Overstreet-1/+1
2023-10-22bcachefs: Require all btree iterators to be freedKent Overstreet-0/+4
2023-10-22bcachefs: Include device in btree IO error messagesKent Overstreet-1/+1
2023-10-22bcachefs: Drop sysfs interface to debug parametersKent Overstreet-1/+1
2023-10-22bcachefs: Change bch2_dump_bset() to also print key valuesKent Overstreet-3/+3
2023-10-22bcachefs: Kill direct access to bi_io_vecKent Overstreet-2/+1
2023-10-22bcachefs: More work to avoid transaction restartsKent Overstreet-3/+3
2023-10-22bcachefs: btree_bkey_cached_commonKent Overstreet-2/+2
2023-10-22bcachefs: trans_for_each_iter()Kent Overstreet-2/+2
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet-16/+25
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet-3/+3
2023-10-22bcachefs: revamp to_text methodsKent Overstreet-9/+8
2023-10-22bcachefs: extent_ptr_decodedKent Overstreet-1/+1
2023-10-22bcachefs: Initial commitKent Overstreet-0/+425