aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/tests.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-07bcachefs: check the invalid parameter for perf testHongbo Li1-0/+5
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet1-2/+2
2024-09-27bcachefs: rename version -> bversionKent Overstreet1-1/+1
2024-07-14bcachefs: bch2_btree_insert() - add btree iter flagsAriel Miculas1-7/+7
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-8/+8
2024-04-05bcachefs: fix rand_delete unit testKent Overstreet1-1/+1
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-22bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet1-60/+37
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet1-113/+92
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet1-32/+25
2023-10-22bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet1-9/+9
2023-10-22bcachefs: Split out snapshot.cKent Overstreet1-1/+1
2023-10-22bcachefs: Fix overlapping extent repairKent Overstreet1-0/+31
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet1-1/+1
2023-10-22bcachefs: New error message helpersKent Overstreet1-20/+20
2023-10-22bcachefs: Clean up tests codeKent Overstreet1-59/+18
2023-10-22bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill1-9/+9
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet1-24/+31
2023-10-22bcachefs: Make error messages more uniformKent Overstreet1-25/+22
2023-10-22bcachefs: Unit test updatesKent Overstreet1-77/+106
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-1/+1
2023-10-22bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-21/+21
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet1-11/+11
2023-10-22bcachefs: Printbuf reworkKent Overstreet1-2/+2
2023-10-22bcachefs: Change flags param to bch2_btree_delete_range to update_flagsKent Overstreet1-8/+6
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet1-5/+9
2023-10-22bcachefs: New snapshot unit testKent Overstreet1-1/+70
2023-10-22bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet1-5/+7
2023-10-22bcachefs: bch2_trans_update() is now __must_checkKent Overstreet1-2/+2
2023-10-22bcachefs: Fix unit & perf tests for snapshotsKent Overstreet1-29/+32
2023-10-22bcachefs: btree_pathKent Overstreet1-92/+97
2023-10-22bcachefs: Fix 32 bit build failuresBrett Holman1-4/+4
2023-10-22bcachefs: Fixes for unit testsKent Overstreet1-7/+11
2023-10-22bcachefs: Improve iter->should_be_lockedKent Overstreet1-8/+8
2023-10-22bcachefs: Kill __btree_delete_at()Kent Overstreet1-3/+6
2023-10-22bcachefs: Check for errors from bch2_trans_update()Kent Overstreet1-1/+1
2023-10-22bcachefs: Add a perf test for multiple updates per commitKent Overstreet1-0/+37
2023-10-22bcachefs: Start using bpos.snapshot fieldKent Overstreet1-0/+1
2023-10-22bcachefs: Require all btree iterators to be freedKent Overstreet1-6/+22
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-25/+25
2023-10-22bcachefs: Fix rand_delete() testKent Overstreet1-4/+3
2023-10-22bcachefs: Add error handling to unit & perf testsKent Overstreet1-84/+165
2023-10-22bcachefs: Some btree iterator improvementsKent Overstreet1-19/+27
2023-10-22bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet1-17/+56
2023-10-22bcachefs: Split out btree_trigger_flagsKent Overstreet1-5/+5
2023-10-22bcachefs: Kill deferred btree updatesKent Overstreet1-5/+5
2023-10-22bcachefs: More work to avoid transaction restartsKent Overstreet1-13/+13
2023-10-22bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-17/+18
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet1-47/+74