aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/recovery.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-04bcachefs: Fix recovery when forced to use JSET_NO_FLUSH journal entryGravatar Kent Overstreet 1-0/+7
2023-11-04bcachefs: Fix build errors with gcc 10Gravatar Kent Overstreet 1-1/+1
2023-11-01bcachefs: Enumerate fsck errorsGravatar Kent Overstreet 1-2/+8
2023-11-01bcachefs: rebalance_workGravatar Kent Overstreet 1-0/+1
2023-10-31bcachefs: Ensure devices are always correctly initializedGravatar Kent Overstreet 1-15/+9
2023-10-31bcachefs: bch2_btree_id_str()Gravatar Kent Overstreet 1-3/+3
2023-10-31bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix drop_alloc_keys()Gravatar Kent Overstreet 1-15/+15
2023-10-22bcachefs: Fix another smatch complaintGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Make btree root read errors recoverableGravatar Kent Overstreet 1-5/+4
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-12/+4
2023-10-22bcachefs: Fix a handful of spelling mistakes in various messagesGravatar Colin Ian King 1-1/+1
2023-10-22bcachefs: BTREE_ID_logged_opsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Split out snapshot.cGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Fix check_version_upgrade()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: btree_journal_iter.cGravatar Kent Overstreet 1-519/+2
2023-10-22bcachefs: sb-clean.cGravatar Kent Overstreet 1-136/+9
2023-10-22bcachefs: Fix assorted checkpatch nitsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredGravatar Kent Overstreet 1-7/+0
2023-10-22bcachefs: Ensure topology repair runsGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Log a message when running an explicit recovery passGravatar Kent Overstreet 1-10/+10
2023-10-22bcachefs: Print out required recovery passes on version upgradeGravatar Kent Overstreet 1-25/+37
2023-10-22bcachefs: In debug mode, run fsck again after fixing errorsGravatar Kent Overstreet 1-0/+23
2023-10-22bcachefs: Make topology repair a normal recovery passGravatar Kent Overstreet 1-4/+8
2023-10-22bcachefs: bch2_run_explicit_recovery_pass()Gravatar Kent Overstreet 1-4/+1
2023-10-22bcachefs: fix_errors option is now a proper enumGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Snapshot depth, skiplist fieldsGravatar Kent Overstreet 1-1/+12
2023-10-22bcachefs: Version table now lists required recovery passesGravatar Kent Overstreet 1-8/+21
2023-10-22bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()Gravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: bcachefs_metadata_version_major_minorGravatar Kent Overstreet 1-14/+49
2023-10-22bcachefs: Enumerate recovery passesGravatar Kent Overstreet 1-140/+87
2023-10-22bcachefs: Stash journal replay params in bch_fsGravatar Kent Overstreet 1-3/+8
2023-10-22bcachefs: Kill bch2_bucket_gens_read()Gravatar Kent Overstreet 1-5/+1
2023-10-22bcachefs: version_upgrade is now an enumGravatar Kent Overstreet 1-8/+11
2023-10-22bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Gravatar Kent Overstreet 1-23/+31
2023-10-22bcachefs: Delete redundant log messagesGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Allow for unknown btree IDsGravatar Kent Overstreet 1-8/+8
2023-10-22bcachefs: bch2_version_to_text()Gravatar Kent Overstreet 1-11/+16
2023-10-22bcachefs: Kill JOURNAL_WATERMARKGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New error message helpersGravatar Kent Overstreet 1-68/+38
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: BTREE_ID_snapshot_treeGravatar Kent Overstreet 1-5/+18
2023-10-22bcachefs: bch2_bkey_get_iter() helpersGravatar Kent Overstreet 1-4/+3
2023-10-22bcachefs: Add a cond_resched() call to journal_keys_sort()Gravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Rip out code for storing backpointers in alloc keysGravatar Kent Overstreet 1-5/+2
2023-10-22bcachefs: use reservation for log messages during recoveryGravatar Brian Foster 1-8/+8
2023-10-22bcachefs: Add a fallback when journal_keys doesn't fit in ramGravatar Kent Overstreet 1-18/+49
2023-10-22bcachefs: Add error message for failing to allocate sorted journal keysGravatar Kent Overstreet 1-1/+4