aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/recovery.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix replay_now_at() assertKent Overstreet2024-08-221-1/+7
* bcachefs: unlock_long() before resort in journal replayKent Overstreet2024-08-221-0/+1
* bcachefs: bch2_btree_insert() - add btree iter flagsAriel Miculas2024-07-141-1/+1
* bcachefs: Convert gc to new accountingKent Overstreet2024-07-141-2/+1
* bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet2024-07-141-19/+1
* bcachefs: Kill bch2_fs_usage_initialize()Kent Overstreet2024-07-141-2/+0
* bcachefs: dev_usage updated by new accountingKent Overstreet2024-07-141-17/+0
* bcachefs: Disk space accounting rewriteKent Overstreet2024-07-141-5/+12
* bcachefs: btree write buffer knows how to accumulate bch_accounting keysKent Overstreet2024-07-141-0/+3
* bcachefs: Accumulate accounting keys in journal replayKent Overstreet2024-07-141-2/+70
* bcachefs: KEY_TYPE_accountingKent Overstreet2024-07-141-0/+1
* bcachefs: metadata version bucket_stripe_sectorsKent Overstreet2024-07-141-0/+5
* bcachefs: Fix a UAF after write_super()Kent Overstreet2024-06-211-2/+2
* bcachefs: Check for invalid btree IDsKent Overstreet2024-06-191-1/+7
* bcachefs: Ensure we're RW before journallingKent Overstreet2024-05-221-1/+3
* bcachefs: Fix shift overflow in btree_lost_data()Kent Overstreet2024-05-201-0/+3
* 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-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