summaryrefslogtreecommitdiff
path: root/fs/bcachefs/recovery.c
AgeCommit message (Expand)Author
2025-07-04bcachefs: Fix btree for nonexistent tree depthKent Overstreet
2025-06-17bcachefs: Fix missing newlines before eroKent Overstreet
2025-06-17bcachefs: fix spurious error in read_btree_roots()Kent Overstreet
2025-06-16bcachefs: Call bch2_fs_init_rw() early if we'll be going rwKent Overstreet
2025-06-16bcachefs: opts.journal_rewindKent Overstreet
2025-06-15bcachefs: Fix "now allowing incompatible features" messageKent Overstreet
2025-06-15bcachefs: pass last_seq into fs_journal_start()Kent Overstreet
2025-06-11bcachefs: Fix leak in bch2_fs_recovery() error pathKent Overstreet
2025-06-11bcachefs: Make sure opts.read_only gets propagated back to VFSKent Overstreet
2025-06-11bcachefs: Don't persistently run scan_for_btree_nodesKent Overstreet
2025-06-11bcachefs: Only run 'increase_depth' for keys from btree node csanKent Overstreet
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-05-31bcachefs: Journal keys are retained until shutdown, or journal replay finishesKent Overstreet
2025-05-21bcachefs: Split out accounting in transaction commitKent Overstreet
2025-05-21bcachefs: bch2_run_explicit_recovery_pass() cleanupKent Overstreet
2025-05-21bcachefs: __bch2_run_recovery_passes()Kent Overstreet
2025-05-21bcachefs: struct bch_fs_recoveryKent Overstreet
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet
2025-05-21bcachefs: Rename fsck_running, recovery_running flagsKent Overstreet
2025-05-21bcachefs: provide unlocked version of run_explicit_recovery_pass_persistentKent Overstreet
2025-05-21bcachefs: Plumb printbuf through bch2_btree_lost_data()Kent Overstreet
2025-05-21bcachefs: kill bch2_run_explicit_recovery_pass_persistent()Kent Overstreet
2025-05-21bcachefs: Remove redundant calls to btree_lost_data()Kent Overstreet
2025-05-21bcachefs: bch2_btree_lost_data() now handles snapshots treeKent Overstreet
2025-05-21bcachefs: BCH_MEMBER_RESIZE_ON_MOUNTKent Overstreet
2025-05-21bcachefs: BCH_FEATURE_small_imageKent Overstreet
2025-05-21bcachefs: BCH_FEATURE_no_alloc_infoKent Overstreet
2025-05-21bcachefs: Incompatible features may now be enabled at runtimeKent Overstreet
2025-04-21bcachefs: Start copygc, rebalance threads earlierKent Overstreet
2025-04-20bcachefs: Fix early startup error pathKent Overstreet
2025-04-13bcachefs: Add missing error handlingAlan Huang
2025-04-06bcachefs: Use sort_nonatomic() instead of sort()Kent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet
2025-03-24bcachefs: Increase blacklist rangeAlan Huang
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-01-27add a string-to-qstr constructorAl Viro
2025-01-09bcachefs: bcachefs_metadata_version_autofix_errorsKent Overstreet
2024-12-29bcachefs: BCH_SB_VERSION_INCOMPATKent Overstreet
2024-12-21bcachefs: Refactor c->opts.reconstruct_allocKent Overstreet
2024-12-21bcachefs: bch2_async_btree_node_rewrites_flush()Kent Overstreet
2024-12-21bcachefs: BCH_FS_recovery_runningKent Overstreet
2024-12-21bcachefs: Make topology errors autofixKent Overstreet
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet
2024-12-21bcachefs: Ignore empty btree root journal entriesKent Overstreet
2024-12-21bcachefs: Kill bch2_bucket_alloc_new_fs()Kent Overstreet
2024-12-21bcachefs: lru errors are expected when reconstructing allocKent Overstreet
2024-12-21bcachefs: bch2_journal_meta() takes ref on c->writesKent Overstreet
2024-12-21bcachefs: -o norecovery now bails out of recovery earlierKent Overstreet
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet