summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-28bcachefs: Fix bch2_btree_cache_scan()compatKent Overstreet
2021-12-28bcachefs: Add a mempool for the replicas delta listKent Overstreet
2021-12-28bcachefs: Add a mempool for btree_trans bump allocatorKent Overstreet
2021-12-27bcachefs: Start journal reclaim thread earlierKent Overstreet
2021-11-04bcachefs: Fix for copygc getting stuck waiting for reserve to be filledKent Overstreet
2021-11-04bcachefs: Add allocator thread state to sysfsKent Overstreet
2021-11-04bcachefs: Rip out copygc pd controllerKent Overstreet
2021-11-04bcachefs: Add copygc wait to sysfsKent Overstreet
2021-11-04bcachefs: Fix copygc thresholdKent Overstreet
2021-11-04bcachefs: Don't drop ptrs to btree nodesKent Overstreet
2021-11-04bcachefs: Fix a use-after-free in bch2_gc_mark_key()Kent Overstreet
2021-11-04bcachefs: Bring back metadata only gcKent Overstreet
2021-11-04bcachefs: Fix bch2_write_super to obey very_degraded optionKent Overstreet
2021-11-04bcachefs: Don't fail mounts due to devices that are marked as failedKent Overstreet
2021-11-04bcachefs: Add a cond_seched() to the allocator threadKent Overstreet
2021-11-04bcachefs: Use x-macros for compat feature bitsKent Overstreet
2021-11-04bcachefs: Fix some (spurious) warnings about uninitialized varsKent Overstreet
2021-11-04bcachefs: Fix an allocator startup raceKent Overstreet
2021-11-04bcachefs: Fix bkey format generation for 32 bit fieldsKent Overstreet
2021-11-04bcachefs: Scan for old btree nodes if necessary on mountKent Overstreet
2021-11-04bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet
2021-11-04bcachefs: Dump journal state when we get stuckKent Overstreet
2021-11-04bcachefs: Fix a 64 bit divide on 32 bitKent Overstreet
2021-11-04bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet
2021-11-04bcachefs: Don't call into journal reclaim when we're not supposed toKent Overstreet
2021-11-04bcachefs: Create allocator threads when allocating filesystemKent Overstreet
2021-11-04bcachefs: Fix for bch2_btree_node_get_noiter() returning -ENOMEMKent Overstreet
2021-11-04bcachefs: Add error message for some allocation failuresKent Overstreet
2021-11-04bcachefs: Extents may now cross btree node boundariesKent Overstreet
2021-11-04bcachefs: iter->real_posKent Overstreet
2021-11-04bcachefs: Ensure btree iterators are traversed in bch2_trans_commit()Kent Overstreet
2021-11-04bcachefs: Drop invalid stripe ptrs in fsckKent Overstreet
2021-11-04bcachefs: Fix unnecessary read amplificaiton when allocating ec stripesRobbie Litchfield
2021-11-04bcachefs: Fsck fixesKent Overstreet
2021-11-04bcachefs: Fix a shift greater than type sizeKent Overstreet
2021-11-04bcachefs: Assert that we're not trying to flush journal seq in the futureKent Overstreet
2021-11-04bcachefs: Fix bch2_btree_iter_peek_prev()Kent Overstreet
2021-11-04bcachefs: bch2_btree_iter_advance_pos()Kent Overstreet
2021-11-04bcachefs: Kill bch2_btree_iter_set_pos_same_leaf()Kent Overstreet
2021-11-04bcachefs: Simplify btree_iter_(next|prev)_leaf()Kent Overstreet
2021-11-04bcachefs: Fix for hash_redo_key() in fsckKent Overstreet
2021-11-04bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()Kent Overstreet
2021-11-04bcachefs: Redo checks for sufficient devicesKent Overstreet
2021-11-04bcachefs: Run fsck if BCH_FEATURE_alloc_v2 isn't setKent Overstreet
2021-11-04bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet
2021-11-04bcachefs: Include device in btree IO error messagesKent Overstreet
2021-11-04bcachefs: Journal updates to dev usageKent Overstreet
2021-11-04bcachefs: Persist 64 bit io clocksKent Overstreet
2021-11-04bcachefs: KEY_TYPE_alloc_v2Kent Overstreet
2021-11-04bcachefs: Add missing call to bch2_replicas_entry_sort()Kent Overstreet