summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fsck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-24bcachefs: Add missing snapshots_seen_add_inorder()Kent Overstreet1-5/+6
2025-07-04bcachefs: bch2_fpunch_snapshot()Kent Overstreet1-27/+6
2025-07-01bcachefs: opts.casefold_disabledKent Overstreet1-2/+0
2025-06-30bcachefs: Fix incorrect transaction restart handlingAlan Huang1-1/+1
2025-06-17bcachefs: fsck: Fix oops in key_visible_in_snapshot()Kent Overstreet1-11/+2
2025-06-17bcachefs: fsck: Fix check_directory_structure when no check_direntsKent Overstreet1-5/+13
2025-06-16bcachefs: fsck: Fix check_path_loop() + snapshotsKent Overstreet1-36/+26
2025-06-16bcachefs: fsck: check_subdir_count logs pathKent Overstreet1-8/+16
2025-06-16bcachefs: fsck: additional diagnostics for reattach_inode()Kent Overstreet1-0/+12
2025-06-16bcachefs: fsck: check_directory_structure runs in reverse orderKent Overstreet1-1/+1
2025-06-16bcachefs: fsck: Fix reattach_inode() for subvol rootsKent Overstreet1-0/+12
2025-06-16bcachefs: fsck: Fix remove_backpointer() for subvol rootsKent Overstreet1-1/+9
2025-06-16bcachefs: fsck: Print path when we find a subvol loopKent Overstreet1-4/+9
2025-06-16bcachefs: fsck: Improve check_key_has_inode()Kent Overstreet1-21/+87
2025-06-15bcachefs: fsck: fix extent past end of inode repairKent Overstreet1-5/+26
2025-06-15bcachefs: fsck: fix add_inode()Kent Overstreet1-1/+1
2025-06-15bcachefs: Fix snapshot_key_missing_inode_snapshot repairKent Overstreet1-6/+4
2025-06-04bcachefs: Fix dirent_casefold_mismatch repairKent Overstreet1-20/+22
2025-06-04bcachefs: Fix bch2_fsck_rename_dirent() for casefoldKent Overstreet1-0/+4
2025-06-04bcachefs: Fix -Wc23-extensions in bch2_check_dirents()Nathan Chancellor1-1/+2
2025-06-02bcachefs: Run check_dirents second time if requiredKent Overstreet1-13/+26
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-17/+18
2025-06-02bcachefs: Repair code for directory i_sizeKent Overstreet1-0/+8
2025-06-02bcachefs: Convert BUG() to errorKent Overstreet1-1/+2
2025-05-31bcachefs: darray_find(), darray_find_p()Kent Overstreet1-7/+4
2025-05-31bcachefs: bch2_str_hash_check_key() may now be called without snapshots_seenKent Overstreet1-5/+0
2025-05-27bcachefs: Fix missing commit in check_direntsKent Overstreet1-1/+2
2025-05-23bcachefs: Fix endianness in casefold check/repairKent Overstreet1-3/+3
2025-05-21bcachefs: BCH_INODE_has_case_insensitiveKent Overstreet1-3/+7
2025-05-21bcachefs: bch2_inode_find_by_inum_snapshot()Kent Overstreet1-25/+6
2025-05-21bcachefs: fsck: Include loops in error messagesKent Overstreet1-9/+16
2025-05-21bcachefs: Reduce usage of recovery.curr_passKent Overstreet1-1/+0
2025-05-21bcachefs: __bch2_run_recovery_passes()Kent Overstreet1-1/+1
2025-05-21bcachefs: struct bch_fs_recoveryKent Overstreet1-4/+4
2025-05-21bcachefs: better error message for subvol_fs_path_parent_wrongKent Overstreet1-10/+20
2025-05-21bcachefs: Improve bch2_repair_inode_hash_info()Kent Overstreet1-7/+6
2025-05-21bcachefs: bch2_inode_find_snapshot_root()Kent Overstreet1-27/+1
2025-05-21bcachefs: Rename fsck_running, recovery_running flagsKent Overstreet1-2/+2
2025-05-21bcachefs: online_fsck_mutex -> run_recovery_passes_lockKent Overstreet1-3/+3
2025-05-21bcachefs: BCH_FSCK_ERR_snapshot_key_missing_inode_snapshotKent Overstreet1-18/+47
2025-05-21bcachefs: get_inodes_all_snapshots() now includes whiteoutsKent Overstreet1-52/+63
2025-05-21bcachefs: kill inode_walker_entry.snapshotKent Overstreet1-24/+22
2025-05-21bcachefs: bch2_fs_open() now takes a darrayKent Overstreet1-2/+2
2025-05-21bcachefs: darray: provide typedefs for primitive typesKent Overstreet1-2/+0
2025-05-21bcachefs: Check for casefolded dirents in non casefolded dirsKent Overstreet1-0/+35
2025-05-21bcachefs: Fix bch2_dirent_create_snapshot() for casefoldingKent Overstreet1-0/+2
2025-05-14bcachefs: fix wrong arg to fsck_err()Kent Overstreet1-1/+1
2025-04-17bcachefs: Fix snapshotting a subvolume, then renaming itKent Overstreet1-1/+43
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-15/+15
2025-03-29bcachefs: bch2_count_fsck_err()Kent Overstreet1-0/+2