summaryrefslogtreecommitdiff
path: root/fs/bcachefs/tests.c
AgeCommit message (Expand)AuthorFilesLines
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