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