aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/tests.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05bcachefs: fix rand_delete unit testGravatar Kent Overstreet 1-1/+1
2024-01-01bcachefs: for_each_btree_key() now declares loop iterGravatar Kent Overstreet 1-114/+77
2024-01-01bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Gravatar Kent Overstreet 1-7/+7
2023-10-22bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsGravatar Kent Overstreet 1-60/+37
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-113/+92
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-32/+25
2023-10-22bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Gravatar Kent Overstreet 1-9/+9
2023-10-22bcachefs: Split out snapshot.cGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix overlapping extent repairGravatar Kent Overstreet 1-0/+31
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New error message helpersGravatar Kent Overstreet 1-20/+20
2023-10-22bcachefs: Clean up tests codeGravatar Kent Overstreet 1-59/+18
2023-10-22bcachefs: let __bch2_btree_insert() pass in flagsGravatar Daniel Hill 1-9/+9
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyGravatar Kent Overstreet 1-24/+31
2023-10-22bcachefs: Make error messages more uniformGravatar Kent Overstreet 1-25/+22
2023-10-22bcachefs: Unit test updatesGravatar Kent Overstreet 1-77/+106
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Use bch2_err_str() in error messagesGravatar Kent Overstreet 1-21/+21
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Gravatar Kent Overstreet 1-11/+11
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Change flags param to bch2_btree_delete_range to update_flagsGravatar Kent Overstreet 1-8/+6
2023-10-22bcachefs: Heap allocate printbufsGravatar Kent Overstreet 1-5/+9
2023-10-22bcachefs: New snapshot unit testGravatar Kent Overstreet 1-1/+70
2023-10-22bcachefs: Add iter_flags arg to bch2_btree_delete_range()Gravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: bch2_trans_update() is now __must_checkGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Fix unit & perf tests for snapshotsGravatar Kent Overstreet 1-29/+32
2023-10-22bcachefs: btree_pathGravatar Kent Overstreet 1-92/+97
2023-10-22bcachefs: Fix 32 bit build failuresGravatar Brett Holman 1-4/+4
2023-10-22bcachefs: Fixes for unit testsGravatar Kent Overstreet 1-7/+11
2023-10-22bcachefs: Improve iter->should_be_lockedGravatar Kent Overstreet 1-8/+8
2023-10-22bcachefs: Kill __btree_delete_at()Gravatar Kent Overstreet 1-3/+6
2023-10-22bcachefs: Check for errors from bch2_trans_update()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add a perf test for multiple updates per commitGravatar Kent Overstreet 1-0/+37
2023-10-22bcachefs: Start using bpos.snapshot fieldGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Require all btree iterators to be freedGravatar Kent Overstreet 1-6/+22
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsGravatar Kent Overstreet 1-25/+25
2023-10-22bcachefs: Fix rand_delete() testGravatar Kent Overstreet 1-4/+3
2023-10-22bcachefs: Add error handling to unit & perf testsGravatar Kent Overstreet 1-84/+165
2023-10-22bcachefs: Some btree iterator improvementsGravatar Kent Overstreet 1-19/+27
2023-10-22bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSGravatar Kent Overstreet 1-17/+56
2023-10-22bcachefs: Split out btree_trigger_flagsGravatar Kent Overstreet 1-5/+5
2023-10-22bcachefs: Kill deferred btree updatesGravatar Kent Overstreet 1-5/+5
2023-10-22bcachefs: More work to avoid transaction restartsGravatar Kent Overstreet 1-13/+13
2023-10-22bcachefs: Return errors from for_each_btree_key()Gravatar Kent Overstreet 1-17/+18
2023-10-22bcachefs: Only get btree iters from btree transactionsGravatar Kent Overstreet 1-47/+74
2023-10-22bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Gravatar Kent Overstreet 1-38/+57
2023-10-22bcachefs: Lots of option handling improvementsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Comparison function cleanupsGravatar Kent Overstreet 1-0/+38
2023-10-22bcachefs: kill extent_insert_hookGravatar Kent Overstreet 1-15/+15
2023-10-22bcachefs: extent unit testsGravatar Kent Overstreet 1-0/+62