summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-02bcachefs: Fix errors for second fsck passbtree_root_fixKent Overstreet
2024-04-02bcachefs: reconstruct_inode()Kent Overstreet
2024-04-02bcachefs: Subvolume reconstructionKent Overstreet
2024-04-02bcachefs: Check for extents that point to same spaceKent Overstreet
2024-04-02bcachefs: Reconstruct missing snapshot nodesKent Overstreet
2024-04-02bcachefs: Flag btrees with missing dataKent Overstreet
2024-04-02bcachefs: Topology repair now uses nodes found by scanning to fill holesKent Overstreet
2024-04-02bcachefs: Repair pass for scanning for btree nodesKent Overstreet
2024-04-02bcachefs: Don't skip fake btree roots in fsckKent Overstreet
2024-04-02bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet
2024-04-02bcachefs: Etyzinger cleanupsKent Overstreet
2024-04-02bcachefs: bch2_shoot_down_journal_keys()Kent Overstreet
2024-04-02bcachefs: Clear recovery_passes_required as they complete without errorsKent Overstreet
2024-04-02bcachefs: ratelimit informational fsck errorsKent Overstreet
2024-04-02bcachefs: Check for bad needs_discard before doing discardKent Overstreet
2024-04-02bcachefs: Improve bch2_btree_update_to_text()Kent Overstreet
2024-04-02mean_and_variance: Drop always failing testsGuenter Roeck
2024-04-02bcachefs: fix nocow lock deadlockKent Overstreet
2024-04-01bcachefs: BCH_WATERMARK_interior_updatesKent Overstreet
2024-04-01bcachefs: Fix btree node reserveKent Overstreet
2024-04-01bcachefs: On emergency shutdown, print out current journal sequence numberbcachefs-2024-04-01Kent Overstreet
2024-04-01bcachefs: Fix overlapping extent repairKent Overstreet
2024-04-01bcachefs: Fix remove_dirent()Kent Overstreet
2024-04-01bcachefs: Logged op errors should be ignoredKent Overstreet
2024-03-31bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet
2024-03-31bcachefs: bch2_run_explicit_recovery_pass_persistent()Kent Overstreet
2024-03-31bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet
2024-03-31bcachefs: Flush journal immediately after replay if we did early repairKent Overstreet
2024-03-31bcachefs: Resume logged ops after fsckKent Overstreet
2024-03-31bcachefs: Add error messages to logged ops fnsKent Overstreet
2024-03-31bcachefs: Split out recovery_passes.cKent Overstreet
2024-03-31bcachefs: fix backpointer for missing alloc key msgKent Overstreet
2024-03-31bcachefs: Fix bch2_btree_increase_depth()Kent Overstreet
2024-03-31bcachefs: Kill bch2_bkey_ptr_data_type()Kent Overstreet
2024-03-31bcachefs: Fix use after free in check_root_trans()Kent Overstreet
2024-03-31bcachefs: Fix repair path for missing indirect extentsKent Overstreet
2024-03-31bcachefs: Fix use after free in bch2_check_fix_ptrs()Kent Overstreet
2024-03-31bcachefs: Fix btree node keys accounting in topology repair pathKent Overstreet
2024-03-31bcachefs: Check btree ptr min_key in .invalidKent Overstreet
2024-03-31bcachefs: add REQ_SYNC and REQ_IDLE in write diozhuxiaohui
2024-03-31bcachefs: Improved topology repair checksKent Overstreet
2024-03-31bcachefs: Be careful about btree node splits during journal replayKent Overstreet
2024-03-31bcachefs: btree_and_journal_iter now respects trans->journal_replay_not_finishedKent Overstreet
2024-03-31bcachefs: fix trans->mem realloc in __bch2_trans_kmallocHongbo Li
2024-03-31bcachefs: Don't do extent merging before journal replay is finishedKent Overstreet
2024-03-31bcachefs: Add checks for invalid snapshot IDsKent Overstreet
2024-03-31bcachefs: Move snapshot table size to struct snapshot_tableKent Overstreet
2024-03-31bcachefs: Add an assertion for trying to evict btree rootKent Overstreet
2024-03-31bcachefs: fix mount error pathKent Overstreet
2024-03-31bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()Thomas Bertschinger