index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fsck.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-24
bcachefs: Add missing snapshots_seen_add_inorder()
Kent Overstreet
1
-5
/
+6
2025-07-04
bcachefs: bch2_fpunch_snapshot()
Kent Overstreet
1
-27
/
+6
2025-07-01
bcachefs: opts.casefold_disabled
Kent Overstreet
1
-2
/
+0
2025-06-30
bcachefs: Fix incorrect transaction restart handling
Alan Huang
1
-1
/
+1
2025-06-17
bcachefs: fsck: Fix oops in key_visible_in_snapshot()
Kent Overstreet
1
-11
/
+2
2025-06-17
bcachefs: fsck: Fix check_directory_structure when no check_dirents
Kent Overstreet
1
-5
/
+13
2025-06-16
bcachefs: fsck: Fix check_path_loop() + snapshots
Kent Overstreet
1
-36
/
+26
2025-06-16
bcachefs: fsck: check_subdir_count logs path
Kent Overstreet
1
-8
/
+16
2025-06-16
bcachefs: fsck: additional diagnostics for reattach_inode()
Kent Overstreet
1
-0
/
+12
2025-06-16
bcachefs: fsck: check_directory_structure runs in reverse order
Kent Overstreet
1
-1
/
+1
2025-06-16
bcachefs: fsck: Fix reattach_inode() for subvol roots
Kent Overstreet
1
-0
/
+12
2025-06-16
bcachefs: fsck: Fix remove_backpointer() for subvol roots
Kent Overstreet
1
-1
/
+9
2025-06-16
bcachefs: fsck: Print path when we find a subvol loop
Kent Overstreet
1
-4
/
+9
2025-06-16
bcachefs: fsck: Improve check_key_has_inode()
Kent Overstreet
1
-21
/
+87
2025-06-15
bcachefs: fsck: fix extent past end of inode repair
Kent Overstreet
1
-5
/
+26
2025-06-15
bcachefs: fsck: fix add_inode()
Kent Overstreet
1
-1
/
+1
2025-06-15
bcachefs: Fix snapshot_key_missing_inode_snapshot repair
Kent Overstreet
1
-6
/
+4
2025-06-04
bcachefs: Fix dirent_casefold_mismatch repair
Kent Overstreet
1
-20
/
+22
2025-06-04
bcachefs: Fix bch2_fsck_rename_dirent() for casefold
Kent Overstreet
1
-0
/
+4
2025-06-04
bcachefs: Fix -Wc23-extensions in bch2_check_dirents()
Nathan Chancellor
1
-1
/
+2
2025-06-02
bcachefs: Run check_dirents second time if required
Kent Overstreet
1
-13
/
+26
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
1
-17
/
+18
2025-06-02
bcachefs: Repair code for directory i_size
Kent Overstreet
1
-0
/
+8
2025-06-02
bcachefs: Convert BUG() to error
Kent Overstreet
1
-1
/
+2
2025-05-31
bcachefs: darray_find(), darray_find_p()
Kent Overstreet
1
-7
/
+4
2025-05-31
bcachefs: bch2_str_hash_check_key() may now be called without snapshots_seen
Kent Overstreet
1
-5
/
+0
2025-05-27
bcachefs: Fix missing commit in check_dirents
Kent Overstreet
1
-1
/
+2
2025-05-23
bcachefs: Fix endianness in casefold check/repair
Kent Overstreet
1
-3
/
+3
2025-05-21
bcachefs: BCH_INODE_has_case_insensitive
Kent Overstreet
1
-3
/
+7
2025-05-21
bcachefs: bch2_inode_find_by_inum_snapshot()
Kent Overstreet
1
-25
/
+6
2025-05-21
bcachefs: fsck: Include loops in error messages
Kent Overstreet
1
-9
/
+16
2025-05-21
bcachefs: Reduce usage of recovery.curr_pass
Kent Overstreet
1
-1
/
+0
2025-05-21
bcachefs: __bch2_run_recovery_passes()
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: struct bch_fs_recovery
Kent Overstreet
1
-4
/
+4
2025-05-21
bcachefs: better error message for subvol_fs_path_parent_wrong
Kent Overstreet
1
-10
/
+20
2025-05-21
bcachefs: Improve bch2_repair_inode_hash_info()
Kent Overstreet
1
-7
/
+6
2025-05-21
bcachefs: bch2_inode_find_snapshot_root()
Kent Overstreet
1
-27
/
+1
2025-05-21
bcachefs: Rename fsck_running, recovery_running flags
Kent Overstreet
1
-2
/
+2
2025-05-21
bcachefs: online_fsck_mutex -> run_recovery_passes_lock
Kent Overstreet
1
-3
/
+3
2025-05-21
bcachefs: BCH_FSCK_ERR_snapshot_key_missing_inode_snapshot
Kent Overstreet
1
-18
/
+47
2025-05-21
bcachefs: get_inodes_all_snapshots() now includes whiteouts
Kent Overstreet
1
-52
/
+63
2025-05-21
bcachefs: kill inode_walker_entry.snapshot
Kent Overstreet
1
-24
/
+22
2025-05-21
bcachefs: bch2_fs_open() now takes a darray
Kent Overstreet
1
-2
/
+2
2025-05-21
bcachefs: darray: provide typedefs for primitive types
Kent Overstreet
1
-2
/
+0
2025-05-21
bcachefs: Check for casefolded dirents in non casefolded dirs
Kent Overstreet
1
-0
/
+35
2025-05-21
bcachefs: Fix bch2_dirent_create_snapshot() for casefolding
Kent Overstreet
1
-0
/
+2
2025-05-14
bcachefs: fix wrong arg to fsck_err()
Kent Overstreet
1
-1
/
+1
2025-04-17
bcachefs: Fix snapshotting a subvolume, then renaming it
Kent Overstreet
1
-1
/
+43
2025-04-02
bcachefs: Kill btree_iter.trans
Kent Overstreet
1
-15
/
+15
2025-03-29
bcachefs: bch2_count_fsck_err()
Kent Overstreet
1
-0
/
+2
[next]