summaryrefslogtreecommitdiff
path: root/fs/bcachefs/tests.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-114/+77
2024-01-01bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Kent Overstreet1-7/+7
2023-10-23bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet1-60/+37
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-113/+92
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-32/+25
2023-10-23bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet1-9/+9
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-1/+1
2023-10-23bcachefs: Fix overlapping extent repairKent Overstreet1-0/+31
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-1/+1
2023-10-23bcachefs: New error message helpersKent Overstreet1-20/+20
2023-10-23bcachefs: Clean up tests codeKent Overstreet1-59/+18
2023-10-23bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill1-9/+9
2023-10-23bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet1-24/+31
2023-10-23bcachefs: Make error messages more uniformKent Overstreet1-25/+22
2023-10-23bcachefs: Unit test updatesKent Overstreet1-77/+106
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-1/+1
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-21/+21
2023-10-23bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet1-11/+11
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-2/+2
2023-10-23bcachefs: Change flags param to bch2_btree_delete_range to update_flagsKent Overstreet1-8/+6
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-5/+9
2023-10-23bcachefs: New snapshot unit testKent Overstreet1-1/+70
2023-10-23bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet1-5/+7
2023-10-23bcachefs: bch2_trans_update() is now __must_checkKent Overstreet1-2/+2
2023-10-23bcachefs: Fix unit & perf tests for snapshotsKent Overstreet1-29/+32
2023-10-23bcachefs: btree_pathKent Overstreet1-92/+97
2023-10-23bcachefs: Fix 32 bit build failuresBrett Holman1-4/+4
2023-10-23bcachefs: Fixes for unit testsKent Overstreet1-7/+11
2023-10-23bcachefs: Improve iter->should_be_lockedKent Overstreet1-8/+8
2023-10-23bcachefs: Kill __btree_delete_at()Kent Overstreet1-3/+6
2023-10-23bcachefs: Check for errors from bch2_trans_update()Kent Overstreet1-1/+1
2023-10-23bcachefs: Add a perf test for multiple updates per commitKent Overstreet1-0/+37
2023-10-23bcachefs: Start using bpos.snapshot fieldKent Overstreet1-0/+1
2023-10-23bcachefs: Require all btree iterators to be freedKent Overstreet1-6/+22
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-25/+25
2023-10-23bcachefs: Fix rand_delete() testKent Overstreet1-4/+3
2023-10-23bcachefs: Add error handling to unit & perf testsKent Overstreet1-84/+165
2023-10-23bcachefs: Some btree iterator improvementsKent Overstreet1-19/+27
2023-10-23bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet1-17/+56
2023-10-23bcachefs: Split out btree_trigger_flagsKent Overstreet1-5/+5
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-5/+5
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-13/+13
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-17/+18
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-47/+74
2023-10-23bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-38/+57
2023-10-23bcachefs: Lots of option handling improvementsKent Overstreet1-2/+2
2023-10-23bcachefs: Comparison function cleanupsKent Overstreet1-0/+38
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-15/+15
2023-10-23bcachefs: extent unit testsKent Overstreet1-0/+62
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+531