summaryrefslogtreecommitdiff
path: root/fs/bcachefs/tests.c
AgeCommit message (Expand)Author
2022-11-30bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2022-10-24bcachefs: Make error messages more uniformKent Overstreet
2022-10-05bcachefs: Unit test updatesKent Overstreet
2022-10-05bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2022-10-05bcachefs: Use bch2_err_str() in error messagesKent Overstreet
2022-10-05bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet
2022-10-05bcachefs: Convert to lib/printbuf.cKent Overstreet
2022-10-05bcachefs: Change flags param to bch2_btree_delete_range to update_flagsKent Overstreet
2022-10-05bcachefs: Heap allocate printbufsKent Overstreet
2022-10-05bcachefs: New snapshot unit testKent Overstreet
2022-10-05bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet
2022-10-05bcachefs: bch2_trans_update() is now __must_checkKent Overstreet
2022-10-05bcachefs: Fix unit & perf tests for snapshotsKent Overstreet
2022-10-05bcachefs: Fix initialization of bch_write_op.nonceKent Overstreet
2022-10-05bcachefs: Fix 32 bit build failuresBrett Holman
2022-10-05bcachefs: Fixes for unit testsKent Overstreet
2022-10-05bcachefs: Improve iter->should_be_lockedKent Overstreet
2022-10-05bcachefs: Kill __btree_delete_at()Kent Overstreet
2022-10-05bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2022-10-05bcachefs: Add a perf test for multiple updates per commitKent Overstreet
2022-10-05bcachefs: Start using bpos.snapshot fieldKent Overstreet
2022-10-05bcachefs: Require all btree iterators to be freedKent Overstreet
2022-10-05bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2022-10-05bcachefs: Fix rand_delete() testKent Overstreet
2022-10-05bcachefs: Add error handling to unit & perf testsKent Overstreet
2022-10-03bcachefs: Some btree iterator improvementsKent Overstreet
2022-10-03bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet
2022-10-03bcachefs: Split out btree_trigger_flagsKent Overstreet
2022-10-03bcachefs: Initial commitKent Overstreet