summaryrefslogtreecommitdiff
path: root/fs/bcachefs/recovery.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-05bcachefs: Fix recovery when forced to use JSET_NO_FLUSH journal entryKent Overstreet1-0/+7
2023-11-04bcachefs: Fix build errors with gcc 10Kent Overstreet1-1/+1
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-2/+8
2023-11-02bcachefs: rebalance_workKent Overstreet1-0/+1
2023-10-31bcachefs: Ensure devices are always correctly initializedKent Overstreet1-15/+9
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-3/+3
2023-10-31bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyKent Overstreet1-1/+1
2023-10-23bcachefs: Fix drop_alloc_keys()Kent Overstreet1-15/+15
2023-10-23bcachefs: Fix another smatch complaintKent Overstreet1-1/+1
2023-10-23bcachefs: Make btree root read errors recoverableKent Overstreet1-5/+4
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-3/+3
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-12/+4
2023-10-23bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King1-1/+1
2023-10-23bcachefs: BTREE_ID_logged_opsKent Overstreet1-0/+1
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-0/+1
2023-10-23bcachefs: Fix check_version_upgrade()Kent Overstreet1-1/+1
2023-10-23bcachefs: btree_journal_iter.cKent Overstreet1-519/+2
2023-10-23bcachefs: sb-clean.cKent Overstreet1-136/+9
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-2/+2
2023-10-23bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet1-7/+0
2023-10-23bcachefs: Ensure topology repair runsKent Overstreet1-0/+2
2023-10-23bcachefs: Log a message when running an explicit recovery passKent Overstreet1-10/+10
2023-10-23bcachefs: Print out required recovery passes on version upgradeKent Overstreet1-25/+37
2023-10-23bcachefs: In debug mode, run fsck again after fixing errorsKent Overstreet1-0/+23
2023-10-23bcachefs: Make topology repair a normal recovery passKent Overstreet1-4/+8
2023-10-23bcachefs: bch2_run_explicit_recovery_pass()Kent Overstreet1-4/+1
2023-10-23bcachefs: fix_errors option is now a proper enumKent Overstreet1-1/+1
2023-10-23bcachefs: Snapshot depth, skiplist fieldsKent Overstreet1-1/+12
2023-10-23bcachefs: Version table now lists required recovery passesKent Overstreet1-8/+21
2023-10-23bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()Kent Overstreet1-4/+4
2023-10-23bcachefs: bcachefs_metadata_version_major_minorKent Overstreet1-14/+49
2023-10-23bcachefs: Enumerate recovery passesKent Overstreet1-140/+87
2023-10-23bcachefs: Stash journal replay params in bch_fsKent Overstreet1-3/+8
2023-10-23bcachefs: Kill bch2_bucket_gens_read()Kent Overstreet1-5/+1
2023-10-23bcachefs: version_upgrade is now an enumKent Overstreet1-8/+11
2023-10-23bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Kent Overstreet1-23/+31
2023-10-23bcachefs: Delete redundant log messagesKent Overstreet1-2/+0
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-3/+3
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-8/+8
2023-10-23bcachefs: bch2_version_to_text()Kent Overstreet1-11/+16
2023-10-23bcachefs: Kill JOURNAL_WATERMARKKent Overstreet1-1/+1
2023-10-23bcachefs: New error message helpersKent Overstreet1-68/+38
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: BTREE_ID_snapshot_treeKent Overstreet1-5/+18
2023-10-23bcachefs: bch2_bkey_get_iter() helpersKent Overstreet1-4/+3
2023-10-23bcachefs: Add a cond_resched() call to journal_keys_sort()Kent Overstreet1-0/+2
2023-10-23bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet1-5/+2
2023-10-23bcachefs: use reservation for log messages during recoveryBrian Foster1-8/+8
2023-10-23bcachefs: Add a fallback when journal_keys doesn't fit in ramKent Overstreet1-18/+49
2023-10-23bcachefs: Add error message for failing to allocate sorted journal keysKent Overstreet1-1/+4