summaryrefslogtreecommitdiff
path: root/fs/bcachefs/recovery.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet1-1/+1
2024-01-06bcachefs: Restart recovery passes more reliablyKent Overstreet1-1/+4
2024-01-06bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet1-9/+9
2024-01-06bcachefs: Online fsck can now fix errorsKent Overstreet1-2/+5
2024-01-06bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet1-8/+6
2024-01-06bcachefs: Fix nochanges/read_only interactionKent Overstreet1-1/+3
2024-01-01bcachefs: vstruct_for_each() now declares loop iterKent Overstreet1-6/+3
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet1-6/+4
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet1-1/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-15/+9
2024-01-01bcachefs: Fix snapshot.c assertion for online fsckKent Overstreet1-0/+3
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet1-1/+2
2024-01-01bcachefs: bch2_run_online_recovery_passes()Kent Overstreet1-19/+38
2024-01-01bcachefs: Add ability to redirect log outputKent Overstreet1-3/+3
2024-01-01bcachefs: Explicity go RW for fsckKent Overstreet1-1/+1
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-17/+17
2024-01-01bcachefs: Kill dev_usage->buckets_ecKent Overstreet1-2/+0
2024-01-01bcachefs: Don't flush journal after replayKent Overstreet1-3/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-6/+6
2024-01-01bcachefs: Make journal replay more efficientKent Overstreet1-28/+62
2024-01-01bcachefs: Go rw before journal replayKent Overstreet1-4/+12
2024-01-01bcachefs: BTREE_INSERT_JOURNAL_REPLAY now "don't init trans->journal_res"Kent Overstreet1-0/+2
2024-01-01bcachefs: Print old version when scanning for old metadataKent Overstreet1-2/+6
2024-01-01bcachefs: Flush fsck errors before running twiceKent Overstreet1-0/+2
2024-01-01bcachefs: bch_sb_field_downgradeKent Overstreet1-1/+23
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet1-15/+60
2024-01-01bcachefs: Add persistent identifiers for recovery passesKent Overstreet1-2/+32
2024-01-01bcachefs: fix setting version_upgrade_completeKent Overstreet1-2/+2
2023-12-10bcachefs: Fix uninitialized var in bch2_journal_replay()Kent Overstreet1-1/+1
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet1-4/+7
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