summaryrefslogtreecommitdiff
path: root/fs/bcachefs/recovery.c
AgeCommit message (Expand)Author
2023-08-14bcachefs: Fix check_version_upgrade()Kent Overstreet
2023-08-14bcachefs: btree_journal_iter.cKent Overstreet
2023-08-14bcachefs: sb-clean.cKent Overstreet
2023-08-14bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-08-14bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet
2023-08-14bcachefs: Ensure topology repair runsKent Overstreet
2023-08-14bcachefs: Log a message when running an explicit recovery passKent Overstreet
2023-08-14bcachefs: Print out required recovery passes on version upgradeKent Overstreet
2023-08-14bcachefs: In debug mode, run fsck again after fixing errorsKent Overstreet
2023-08-14bcachefs: Make topology repair a normal recovery passKent Overstreet
2023-08-14bcachefs: bch2_run_explicit_recovery_pass()Kent Overstreet
2023-08-14bcachefs: fix_errors option is now a proper enumKent Overstreet
2023-08-14bcachefs: Snapshot depth, skiplist fieldsKent Overstreet
2023-08-14bcachefs: Version table now lists required recovery passesKent Overstreet
2023-08-14bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()Kent Overstreet
2023-08-14bcachefs: bcachefs_metadata_version_major_minorKent Overstreet
2023-08-14bcachefs: Enumerate recovery passesKent Overstreet
2023-08-14bcachefs: Stash journal replay params in bch_fsKent Overstreet
2023-08-14bcachefs: Kill bch2_bucket_gens_read()Kent Overstreet
2023-08-14bcachefs: version_upgrade is now an enumKent Overstreet
2023-08-14bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Kent Overstreet
2023-08-14bcachefs: Delete redundant log messagesKent Overstreet
2023-08-14bcachefs: Assorted sparse fixesKent Overstreet
2023-08-14bcachefs: Allow for unknown btree IDsKent Overstreet
2023-08-14bcachefs: bch2_version_to_text()Kent Overstreet
2023-08-14bcachefs: Kill JOURNAL_WATERMARKKent Overstreet
2023-08-14bcachefs: New error message helpersKent Overstreet
2023-08-14bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-08-14bcachefs: BTREE_ID_snapshot_treeKent Overstreet
2023-08-14bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-08-14bcachefs: Add a cond_resched() call to journal_keys_sort()Kent Overstreet
2023-08-14bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet
2023-08-14bcachefs: use reservation for log messages during recoveryBrian Foster
2023-08-14bcachefs: Add a fallback when journal_keys doesn't fit in ramKent Overstreet
2023-08-14bcachefs: Add error message for failing to allocate sorted journal keysKent Overstreet
2023-08-14bcachefs: Private error codes: ENOMEMKent Overstreet
2023-08-14bcachefs: Drop some anonymous structs, unionsKent Overstreet
2023-08-14bcachefs: Simplify ec stripes heapKent Overstreet
2023-08-14bcachefs: Fragmentation LRUKent Overstreet
2023-08-14bcachefs: Fix failure to read btree rootsKent Overstreet
2023-08-14bcachefs: Rework lru btreeKent Overstreet
2023-08-14bcachefs: bucket_gens btreeKent Overstreet
2023-08-14bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet
2023-08-14bcachefs: Start snapshots before bch2_gc()Kent Overstreet
2023-08-14bcachefs: New on disk format: BackpointersKent Overstreet
2023-08-14bcachefs: Go RW before check_alloc_info()Kent Overstreet
2023-08-14bcachefs: Start copygc when first going read-writeKent Overstreet
2023-08-14bcachefs: Convert EROFS errors to private error codesKent Overstreet
2023-08-14bcachefs: Log more messages in the journalKent Overstreet
2023-08-14bcachefs: Add a missing bch2_err_str() callKent Overstreet