summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: More style fixesKent Overstreet
2023-10-22bcachefs: Make error messages more uniformKent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Re-enable hash_redo_key()Kent Overstreet
2023-10-22bcachefs: fsck: Another transaction restart handling fixKent Overstreet
2023-10-22bcachefs: bch2_btree_delete_range_trans() now returns -BCH_ERR_transaction_re...Kent Overstreet
2023-10-22bcachefs: Minor transaction restart handling fixKent Overstreet
2023-10-22bcachefs: Increment restart count in bch2_trans_begin()Kent Overstreet
2023-10-22bcachefs: "Snapshot deletion did not run correctly" should be a fsck errKent Overstreet
2023-10-22bcachefs: fsck: Fix nested transaction handlingKent Overstreet
2023-10-22bcachefs: Fix check_i_sectors()Kent Overstreet
2023-10-22bcachefs: Convert fsck errors to errcode.hKent Overstreet
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-10-22bcachefs: Use bch2_err_str() in error messagesKent Overstreet
2023-10-22bcachefs: Improved errcodesKent Overstreet
2023-10-22bcachefs: Convert more fsck code to for_each_btree_key2()Kent Overstreet
2023-10-22bcachefs: for_each_btree_key2()Kent Overstreet
2023-10-22bcachefs: Fix repair for extent past end of inodeKent Overstreet
2023-10-22bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanupKent Overstreet
2023-10-22bcachefs: Improve fsck for subvols/snapshotsKent Overstreet
2023-10-22bcachefs: Improve snapshots_seenKent Overstreet
2023-10-22bcachefs: Fix subvol/snapshot deleting in recoveryKent Overstreet
2023-10-22bcachefs: fsck_inode_rm() shouldn't delete subvolsKent Overstreet
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet
2023-10-22bcachefs: Fix hash_check_key()Kent Overstreet
2023-10-22bcachefs: Improve some fsck error messagesKent Overstreet
2023-10-22bcachefs: In fsck, pass BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dir...Kent Overstreet
2023-10-22bcachefs: Improve error logging in fsck.cKent Overstreet
2023-10-22bcachefs: Fix inode_backpointer_exists()Kent Overstreet
2023-10-22bcachefs: fsck: Work around transaction restartsKent Overstreet
2023-10-22bcachefs: darraysKent Overstreet
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet
2023-10-22bcachefs: Small fsck fixKent Overstreet
2023-10-22bcachefs: Add error messages for memory allocation failuresKent Overstreet
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet
2023-10-22bcachefs: Fix __remove_dirent()Kent Overstreet
2023-10-22bcachefs: Fix check_inodes()Kent Overstreet
2023-10-22bcachefs: Improve transaction restart handling in fsck codeKent Overstreet
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet
2023-10-22bcachefs: Don't run triggers in fix_reflink_p_key()Kent Overstreet
2023-10-22bcachefs: Must check for errors from bch2_trans_cond_resched()Kent Overstreet
2023-10-22bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet
2023-10-22bcachefs: Fix check_path() for snapshotsKent Overstreet
2023-10-22bcachefs: Fix for leaking of reflinked extentsKent Overstreet
2023-10-22bcachefs: New on disk format to fix reflink_p pointersKent Overstreet
2023-10-22bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet
2023-10-22bcachefs: Fix check_path() across subvolumesKent Overstreet
2023-10-22bcachefs: bch2_subvolume_get()Kent Overstreet
2023-10-22bcachefs: Fix check_inode_update_hardlinks()Kent Overstreet