summaryrefslogtreecommitdiff
path: root/fs/bcachefs/recovery.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Kill JOURNAL_WATERMARKKent Overstreet1-1/+1
2023-10-23bcachefs: New error message helpersKent Overstreet1-68/+38
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: BTREE_ID_snapshot_treeKent Overstreet1-5/+18
2023-10-23bcachefs: bch2_bkey_get_iter() helpersKent Overstreet1-4/+3
2023-10-23bcachefs: Add a cond_resched() call to journal_keys_sort()Kent Overstreet1-0/+2
2023-10-23bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet1-5/+2
2023-10-23bcachefs: use reservation for log messages during recoveryBrian Foster1-8/+8
2023-10-23bcachefs: Add a fallback when journal_keys doesn't fit in ramKent Overstreet1-18/+49
2023-10-23bcachefs: Add error message for failing to allocate sorted journal keysKent Overstreet1-1/+4
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-5/+5
2023-10-23bcachefs: Drop some anonymous structs, unionsKent Overstreet1-4/+4
2023-10-23bcachefs: Simplify ec stripes heapKent Overstreet1-2/+0
2023-10-23bcachefs: Fragmentation LRUKent Overstreet1-0/+3
2023-10-23bcachefs: Fix failure to read btree rootsKent Overstreet1-2/+8
2023-10-23bcachefs: Rework lru btreeKent Overstreet1-4/+1
2023-10-23bcachefs: bucket_gens btreeKent Overstreet1-1/+14
2023-10-23bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet1-2/+5
2023-10-23bcachefs: Start snapshots before bch2_gc()Kent Overstreet1-28/+14
2023-10-23bcachefs: New on disk format: BackpointersKent Overstreet1-2/+33
2023-10-23bcachefs: Go RW before check_alloc_info()Kent Overstreet1-7/+10
2023-10-23bcachefs: Start copygc when first going read-writeKent Overstreet1-17/+30
2023-10-23bcachefs: Convert EROFS errors to private error codesKent Overstreet1-2/+2
2023-10-23bcachefs: Log more messages in the journalKent Overstreet1-9/+20
2023-10-23bcachefs: Add a missing bch2_err_str() callKent Overstreet1-1/+1
2023-10-23bcachefs: Recover from blacklisted journal entriesKent Overstreet1-1/+9
2023-10-23bcachefs: Fix bch2_journal_keys_peek_upto()Kent Overstreet1-6/+6
2023-10-23bcachefs: Don't error out when just reading the journalKent Overstreet1-7/+7
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-10/+9
2023-10-23bcachefs: Fixes for building in userspaceKent Overstreet1-1/+1
2023-10-23bcachefs: More style fixesKent Overstreet1-2/+1
2023-10-23bcachefs: Journal keys overlay fixesKent Overstreet1-1/+2
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Kill journal_keys->journal_seq_baseKent Overstreet1-12/+2
2023-10-23bcachefs: Convert fsck errors to errcode.hKent Overstreet1-1/+1
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-2/+3
2023-10-23bcachefs: We can handle missing btree roots for all alloc btreesKent Overstreet1-4/+20
2023-10-23bcachefs: Fix subvol/snapshot deleting in recoveryKent Overstreet1-0/+6
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-2/+2
2023-10-23bcachefs: Fix btree_and_journal_iterKent Overstreet1-62/+38
2023-10-23bcachefs: Fix for cmd_list_journalKent Overstreet1-3/+7
2023-10-23bcachefs: Fix journal_keys_search() overheadKent Overstreet1-18/+36
2023-10-23bcachefs: Always print when doing journal replay in fsckKent Overstreet1-1/+1
2023-10-23bcachefs: LRU repair tweaksKent Overstreet1-7/+2
2023-10-23bcachefs: Fix journal_iters_fix()Kent Overstreet1-2/+2
2023-10-23bcachefs: Go RW before bch2_check_lrus()Kent Overstreet1-36/+50
2023-10-23bcachefs: Kill old rebuild_replicas optionKent Overstreet1-14/+5
2023-10-23bcachefs: Fix for getting stuck in journal replayKent Overstreet1-3/+3
2023-10-23bcachefs: Introduce bch2_journal_keys_peek_(upto|slot)()Kent Overstreet1-7/+15
2023-10-23bcachefs: Fix a few warnings on 32 bitKent Overstreet1-1/+1