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