summaryrefslogtreecommitdiff
path: root/fs/bcachefs/tests.c
AgeCommit message (Expand)Author
2023-08-14bcachefs: Fix overlapping extent repairKent Overstreet
2023-08-14bcachefs: Assorted sparse fixesKent Overstreet
2023-08-14bcachefs: New error message helpersKent Overstreet
2023-08-14bcachefs: Clean up tests codeKent Overstreet
2023-08-14bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill
2023-08-14bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-08-14bcachefs: Make error messages more uniformKent Overstreet
2023-08-14bcachefs: Unit test updatesKent Overstreet
2023-08-14bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-08-14bcachefs: Use bch2_err_str() in error messagesKent Overstreet
2023-08-14bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet
2023-08-14bcachefs: Printbuf reworkKent Overstreet
2023-08-14bcachefs: Change flags param to bch2_btree_delete_range to update_flagsKent Overstreet
2023-08-14bcachefs: Heap allocate printbufsKent Overstreet
2023-08-14bcachefs: New snapshot unit testKent Overstreet
2023-08-14bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet
2023-08-14bcachefs: bch2_trans_update() is now __must_checkKent Overstreet
2023-08-14bcachefs: Fix unit & perf tests for snapshotsKent Overstreet
2023-08-14bcachefs: btree_pathKent Overstreet
2023-08-14bcachefs: Fix 32 bit build failuresBrett Holman
2023-08-14bcachefs: Fixes for unit testsKent Overstreet
2023-08-14bcachefs: Improve iter->should_be_lockedKent Overstreet
2023-08-14bcachefs: Kill __btree_delete_at()Kent Overstreet
2023-08-14bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2023-08-14bcachefs: Add a perf test for multiple updates per commitKent Overstreet
2023-08-14bcachefs: Start using bpos.snapshot fieldKent Overstreet
2023-08-14bcachefs: Require all btree iterators to be freedKent Overstreet
2023-08-14bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-08-14bcachefs: Fix rand_delete() testKent Overstreet
2023-08-14bcachefs: Add error handling to unit & perf testsKent Overstreet
2023-08-14bcachefs: Some btree iterator improvementsKent Overstreet
2023-08-14bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet
2023-08-14bcachefs: Split out btree_trigger_flagsKent Overstreet
2023-08-14bcachefs: Kill deferred btree updatesKent Overstreet
2023-08-14bcachefs: More work to avoid transaction restartsKent Overstreet
2023-08-14bcachefs: Return errors from for_each_btree_key()Kent Overstreet
2023-08-14bcachefs: Only get btree iters from btree transactionsKent Overstreet
2023-08-14bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet
2023-08-14bcachefs: Lots of option handling improvementsKent Overstreet
2023-08-14bcachefs: Comparison function cleanupsKent Overstreet
2023-08-14bcachefs: kill extent_insert_hookKent Overstreet
2023-08-14bcachefs: extent unit testsKent Overstreet
2023-08-14bcachefs: Initial commitKent Overstreet