summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Switch a BUG_ON() to a warningKent Overstreet1-1/+2
2023-10-22bcachefs: Use kvpmalloc mempools for compression bounceKent Overstreet1-20/+5
2023-10-22bcachefs: Read journal when keep_journal onKent Overstreet1-1/+1
2023-10-22bcachefs: Various fixes for interior update pathKent Overstreet1-21/+14
2023-10-22bcachefs: Use memalloc_nofs_save()Kent Overstreet1-5/+9
2023-10-22bcachefs: Improve error message in fsckKent Overstreet1-10/+15
2023-10-22bcachefs: Add an option for keeping journal entries after startupKent Overstreet5-33/+47
2023-10-22bcachefs: Fix an assertion when nothing to replayKent Overstreet1-1/+2
2023-10-22bcachefs: Journal updates to interior nodesKent Overstreet9-274/+146
2023-10-22bcachefs: Replay interior node keysKent Overstreet1-8/+16
2023-10-22bcachefs: trans_commit() path can now insert to interior nodesKent Overstreet9-114/+296
2023-10-22bcachefs: Disable extent mergingKent Overstreet2-48/+19
2023-10-22bcachefs: Fix a locking bug in fsckKent Overstreet1-1/+2
2023-10-22bcachefs: Fix count_iters_for_insert()Kent Overstreet1-0/+4
2023-10-22bcachefs: Fix an iterator bugKent Overstreet1-1/+8
2023-10-22bcachefs: Shut down quickerKent Overstreet1-0/+6
2023-10-22bcachefs: BCH_FEATURE_new_extent_overwrite is now requiredKent Overstreet1-0/+1
2023-10-22bcachefs: Clear BCH_FEATURE_extents_above_btree_updates on clean shutdownKent Overstreet2-2/+2
2023-10-22bcachefs: Fix another iterator leakKent Overstreet1-26/+34
2023-10-22bcachefs: Don't use peek_filter() unnecessarilyKent Overstreet2-10/+5
2023-10-22bcachefs: Fix a use after free in dio write pathKent Overstreet1-4/+3
2023-10-22bcachefs: Drop unused exportKent Overstreet2-5/+3
2023-10-22bcachefs: Move extent overwrite handling out of core btree codeKent Overstreet15-602/+404
2023-10-22bcachefs: btree_iter_peek_with_updates()Kent Overstreet2-3/+87
2023-10-22bcachefs: Fix build when CONFIG_BCACHEFS_DEBUG=nKent Overstreet1-2/+5
2023-10-22bcachefs: More btree iter invariantsKent Overstreet2-91/+59
2023-10-22bcachefs: Simplify bch2_btree_iter_peek_slot()Kent Overstreet1-52/+24
2023-10-22bcachefs: Iterator debug code improvementsKent Overstreet5-119/+120
2023-10-22bcachefs: Skip 0 size deleted extents in journal replayKent Overstreet1-2/+7
2023-10-22bcachefs: Traverse iterator in journal replayKent Overstreet1-2/+4
2023-10-22bcachefs: Don't log errors that are expected during shutdownKent Overstreet3-4/+7
2023-10-22bcachefs: Fix bch2_dump_bset()Kent Overstreet1-2/+2
2023-10-22bcachefs: Fix another iterator leakKent Overstreet1-0/+1
2023-10-22bcachefs: Fix off by one error in bch2_extent_crc_append()Kent Overstreet1-4/+4
2023-10-22bcachefs: Fix extent_sort_fix_overlapping()Kent Overstreet1-8/+31
2023-10-22bcachefs: Some btree iterator improvementsKent Overstreet2-64/+65
2023-10-22bcachefs: Journal pin cleanupsKent Overstreet4-82/+59
2023-10-22bcachefs: Dont't del sysfs dir until after we go ROKent Overstreet1-4/+4
2023-10-22bcachefs: Fix error message on bucket sector count overflowKent Overstreet1-6/+4
2023-10-22bcachefs: Improve an error messageKent Overstreet1-12/+15
2023-10-22bcachefs: BCH_SB_FEATURES_ALLKent Overstreet2-5/+7
2023-10-22bcachefs: fix setting btree_node_accessed()Kent Overstreet1-1/+1
2023-10-22bcachefs: Use btree_ptr_v2.mem_ptr to avoid hash table lookupKent Overstreet4-17/+44
2023-10-22bcachefs: Fix incorrect initialization of btree_node_old_extent_overwrite()Kent Overstreet1-0/+3
2023-10-22bcachefs: Issue discards when needed to allocate journal writeKent Overstreet1-0/+7
2023-10-22bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet12-93/+136
2023-10-22bcachefs: Seralize btree_update operations at btree_update_nodes_written()Kent Overstreet4-6/+29
2023-10-22bcachefs: btree_ptr_v2Kent Overstreet11-26/+117
2023-10-22bcachefs: introduce b->hash_valKent Overstreet7-44/+52
2023-10-22bcachefs: Fix traversing to interior nodesKent Overstreet1-2/+1