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