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