summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/recovery.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: don't free error pointersKent Overstreet2024-05-061-1/+2
* bcachefs: make sure to release last journal pin in replayKent Overstreet2024-04-161-1/+4
* bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet2024-04-091-14/+0
* bcachefs: Reconstruct missing snapshot nodesKent Overstreet2024-04-031-0/+1
* bcachefs: Flag btrees with missing dataKent Overstreet2024-04-031-0/+23
* bcachefs: Repair pass for scanning for btree nodesKent Overstreet2024-04-031-25/+29
* bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet2024-04-031-2/+2
* bcachefs: bch2_shoot_down_journal_keys()Kent Overstreet2024-04-031-10/+12
* bcachefs: Clear recovery_passes_required as they complete without errorsKent Overstreet2024-04-031-3/+1
* bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet2024-03-311-6/+4
* bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet2024-03-311-17/+8
* bcachefs: Flush journal immediately after replay if we did early repairKent Overstreet2024-03-311-0/+20
* bcachefs: Split out recovery_passes.cKent Overstreet2024-03-311-244/+5
* bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet2024-03-171-1/+5
* bcachefs: reconstruct_alloc cleanupKent Overstreet2024-03-131-13/+38
* bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet2024-03-131-3/+4
* bcachefs: improve move_gap()Kent Overstreet2024-03-131-2/+1
* bcachefs: journal_keys now uses darray helpersKent Overstreet2024-03-131-6/+2
* bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet2024-03-131-5/+5
* bcachefs: Kill more -EIO error codesKent Overstreet2024-03-131-1/+1
* bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet2024-03-101-0/+11
* bcachefs: journal_seq_blacklist_add() now handles entries being added out of ...Kent Overstreet2024-03-101-1/+1
* bcachefs: Fix check_version_upgrade()Kent Overstreet2024-02-131-5/+6
* bcachefs: bch_fs_usage_baseKent Overstreet2024-01-211-1/+1
* bcachefs: Restart recovery passes more reliablyKent Overstreet2024-01-051-1/+4
* bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet2024-01-051-9/+9
* bcachefs: Online fsck can now fix errorsKent Overstreet2024-01-051-2/+5
* bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet2024-01-051-8/+6
* bcachefs: Fix nochanges/read_only interactionKent Overstreet2024-01-051-1/+3
* bcachefs: vstruct_for_each() now declares loop iterKent Overstreet2024-01-011-6/+3
* bcachefs: for_each_member_device() now declares loop iterKent Overstreet2024-01-011-6/+4
* bcachefs: darray_for_each() now declares loop iterKent Overstreet2024-01-011-1/+0
* bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-011-15/+9
* bcachefs: Fix snapshot.c assertion for online fsckKent Overstreet2024-01-011-0/+3
* bcachefs: Kill for_each_btree_key()Kent Overstreet2024-01-011-1/+2
* bcachefs: bch2_run_online_recovery_passes()Kent Overstreet2024-01-011-19/+38
* bcachefs: Add ability to redirect log outputKent Overstreet2024-01-011-3/+3
* bcachefs: Explicity go RW for fsckKent Overstreet2024-01-011-1/+1
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-17/+17
* bcachefs: Kill dev_usage->buckets_ecKent Overstreet2024-01-011-2/+0
* bcachefs: Don't flush journal after replayKent Overstreet2024-01-011-3/+1
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-6/+6
* bcachefs: Make journal replay more efficientKent Overstreet2024-01-011-28/+62
* bcachefs: Go rw before journal replayKent Overstreet2024-01-011-4/+12
* bcachefs: BTREE_INSERT_JOURNAL_REPLAY now "don't init trans->journal_res"Kent Overstreet2024-01-011-0/+2
* bcachefs: Print old version when scanning for old metadataKent Overstreet2024-01-011-2/+6
* bcachefs: Flush fsck errors before running twiceKent Overstreet2024-01-011-0/+2
* bcachefs: bch_sb_field_downgradeKent Overstreet2024-01-011-1/+23
* bcachefs: bch_sb.recovery_passes_requiredKent Overstreet2024-01-011-15/+60
* bcachefs: Add persistent identifiers for recovery passesKent Overstreet2024-01-011-2/+32