summaryrefslogtreecommitdiff
path: root/fs/bcachefs/recovery.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-5/+5
2023-10-23bcachefs: Drop some anonymous structs, unionsKent Overstreet1-4/+4
2023-10-23bcachefs: Simplify ec stripes heapKent Overstreet1-2/+0
2023-10-23bcachefs: Fragmentation LRUKent Overstreet1-0/+3
2023-10-23bcachefs: Fix failure to read btree rootsKent Overstreet1-2/+8
2023-10-23bcachefs: Rework lru btreeKent Overstreet1-4/+1
2023-10-23bcachefs: bucket_gens btreeKent Overstreet1-1/+14
2023-10-23bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet1-2/+5
2023-10-23bcachefs: Start snapshots before bch2_gc()Kent Overstreet1-28/+14
2023-10-23bcachefs: New on disk format: BackpointersKent Overstreet1-2/+33
2023-10-23bcachefs: Go RW before check_alloc_info()Kent Overstreet1-7/+10
2023-10-23bcachefs: Start copygc when first going read-writeKent Overstreet1-17/+30
2023-10-23bcachefs: Convert EROFS errors to private error codesKent Overstreet1-2/+2
2023-10-23bcachefs: Log more messages in the journalKent Overstreet1-9/+20
2023-10-23bcachefs: Add a missing bch2_err_str() callKent Overstreet1-1/+1
2023-10-23bcachefs: Recover from blacklisted journal entriesKent Overstreet1-1/+9
2023-10-23bcachefs: Fix bch2_journal_keys_peek_upto()Kent Overstreet1-6/+6
2023-10-23bcachefs: Don't error out when just reading the journalKent Overstreet1-7/+7
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-10/+9