summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/recovery.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: journal_replay_entry_early() checks for nonexistent deviceKent Overstreet2024-05-081-8/+11
* bcachefs: bch_member.last_journal_bucketKent Overstreet2024-05-081-0/+2
* bcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet2024-05-081-4/+3
* bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet2024-05-081-1/+2
* bcachefs: member helper cleanupsKent Overstreet2024-05-081-1/+1
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-7/+7
* bcachefs: Finish converting reconstruct_alloc to errors_silentKent Overstreet2024-05-081-0/+11
* bcachefs: Don't read journal just for fsckKent Overstreet2024-05-081-1/+1
* bcachefs: Run upgrade/downgrade even in -o nochanges modeKent Overstreet2024-05-081-43/+41
* bcachefs: don't free error pointersKent Overstreet2024-05-061-1/+2
* bcachefs: make sure to release last journal pin in replayKent Overstreet2024-04-171-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-04-011-6/+4
* bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet2024-04-011-17/+8
* bcachefs: Flush journal immediately after replay if we did early repairKent Overstreet2024-04-011-0/+20
* bcachefs: Split out recovery_passes.cKent Overstreet2024-04-011-244/+5
* bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet2024-03-181-1/+5
* bcachefs: reconstruct_alloc cleanupKent Overstreet2024-03-141-13/+38
* bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet2024-03-141-3/+4
* bcachefs: improve move_gap()Kent Overstreet2024-03-141-2/+1
* bcachefs: journal_keys now uses darray helpersKent Overstreet2024-03-141-6/+2
* bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet2024-03-141-5/+5
* bcachefs: Kill more -EIO error codesKent Overstreet2024-03-141-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-141-5/+6
* bcachefs: bch_fs_usage_baseKent Overstreet2024-01-211-1/+1
* bcachefs: Restart recovery passes more reliablyKent Overstreet2024-01-061-1/+4
* bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet2024-01-061-9/+9
* bcachefs: Online fsck can now fix errorsKent Overstreet2024-01-061-2/+5
* bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet2024-01-061-8/+6
* bcachefs: Fix nochanges/read_only interactionKent Overstreet2024-01-061-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