summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet
2023-10-22bcachefs: Dump journal state when we get stuckKent Overstreet
2023-10-22bcachefs: Fix a 64 bit divide on 32 bitKent Overstreet
2023-10-22bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet
2023-10-22bcachefs: Don't call into journal reclaim when we're not supposed toKent Overstreet
2023-10-22bcachefs: Create allocator threads when allocating filesystemKent Overstreet
2023-10-22bcachefs: Fix for bch2_btree_node_get_noiter() returning -ENOMEMKent Overstreet
2023-10-22bcachefs: Add error message for some allocation failuresKent Overstreet
2023-10-22bcachefs: Extents may now cross btree node boundariesKent Overstreet
2023-10-22bcachefs: iter->real_posKent Overstreet
2023-10-22bcachefs: Ensure btree iterators are traversed in bch2_trans_commit()Kent Overstreet
2023-10-22bcachefs: Drop invalid stripe ptrs in fsckKent Overstreet
2023-10-22bcachefs: Fix unnecessary read amplificaiton when allocating ec stripesRobbie Litchfield
2023-10-22bcachefs: Fsck fixesKent Overstreet
2023-10-22bcachefs: Fix a shift greater than type sizeKent Overstreet
2023-10-22bcachefs: Assert that we're not trying to flush journal seq in the futureKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_iter_peek_prev()Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_advance_pos()Kent Overstreet
2023-10-22bcachefs: Kill bch2_btree_iter_set_pos_same_leaf()Kent Overstreet
2023-10-22bcachefs: Simplify btree_iter_(next|prev)_leaf()Kent Overstreet
2023-10-22bcachefs: Fix for hash_redo_key() in fsckKent Overstreet
2023-10-22bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()Kent Overstreet
2023-10-22bcachefs: Redo checks for sufficient devicesKent Overstreet
2023-10-22bcachefs: Run fsck if BCH_FEATURE_alloc_v2 isn't setKent Overstreet
2023-10-22bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet
2023-10-22bcachefs: Include device in btree IO error messagesKent Overstreet
2023-10-22bcachefs: Journal updates to dev usageKent Overstreet
2023-10-22bcachefs: Persist 64 bit io clocksKent Overstreet
2023-10-22bcachefs: KEY_TYPE_alloc_v2Kent Overstreet
2023-10-22bcachefs: Add missing call to bch2_replicas_entry_sort()Kent Overstreet
2023-10-22bcachefs: Add an assertion to check for journal writes to same locationKent Overstreet
2023-10-22bcachefs: Add an option for metadata_targetKent Overstreet
2023-10-22bcachefs: Repair bad data pointersKent Overstreet
2023-10-22bcachefs: Add (partial) support for fixing btree topologyKent Overstreet
2023-10-22bcachefs: Add support for doing btree updates prior to journal replayKent Overstreet
2023-10-22bcachefs: Add BTREE_PTR_RANGE_UPDATEDKent Overstreet
2023-10-22bcachefs: Refactor checking of btree topologyKent Overstreet
2023-10-22bcachefs: Improve diagnostics when journal entries are missingKent Overstreet
2023-10-22bcachefs: Fix BCH_REPLICAS_MAX checkKent Overstreet
2023-10-22bcachefs: Fix build in userspaceKent Overstreet
2023-10-22bcachefs: Fix an assertionKent Overstreet
2023-10-22bcachefs: Mark superblocks transactionallyKent Overstreet
2023-10-22bcachefs: Kill bch2_invalidate_bucket()Kent Overstreet
2023-10-22bcachefs: Refactor dev usageKent Overstreet
2023-10-22bcachefs: Kill metadata only gcKent Overstreet
2023-10-22bcachefs: Ensure __bch2_trans_commit() always calls bch2_trans_reset()Kent Overstreet
2023-10-22bcachefs: Fix a faulty assertionKent Overstreet
2023-10-22bcachefs: Switch replicas.c allocations to GFP_KERNELKent Overstreet
2023-10-22bcachefs: Fix loopback in dio modeKent Overstreet
2023-10-22bcachefs: Clean up bch2_extent_can_insertKent Overstreet