index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fsck.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-26
bcachefs: __lookup_dirent() works in snapshot, not subvol
Kent Overstreet
1
-11
/
+12
2024-01-06
bcachefs: fsck_err()s don't need to manually check c->sb.version anymore
Kent Overstreet
1
-9
/
+7
2024-01-01
bcachefs: check_directory_structure() can now be run online
Kent Overstreet
1
-66
/
+40
2024-01-01
bcachefs: Fix reattach_inode() for snapshots
Kent Overstreet
1
-46
/
+60
2024-01-01
bcachefs: Clean up btree_trans
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: btree_iter -> btree_path_idx_t
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: fsck -> bch2_trans_run()
Kent Overstreet
1
-43
/
+34
2024-01-01
bcachefs: for_each_btree_key() now declares loop iter
Kent Overstreet
1
-34
/
+5
2024-01-01
bcachefs: kill for_each_btree_key_old_upto()
Kent Overstreet
1
-18
/
+12
2024-01-01
bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()
Kent Overstreet
1
-8
/
+8
2024-01-01
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
1
-18
/
+4
2024-01-01
bcachefs: qstr_eq()
Kent Overstreet
1
-2
/
+0
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
1
-4
/
+2
2024-01-01
bcachefs: check_root() can now be run online
Kent Overstreet
1
-8
/
+2
2024-01-01
bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()
Kent Overstreet
1
-9
/
+9
2024-01-01
bcachefs: Kill for_each_btree_key()
Kent Overstreet
1
-72
/
+58
2024-01-01
bcachefs: Explicity go RW for fsck
Kent Overstreet
1
-32
/
+15
2024-01-01
bcachefs: convert bch_fs_flags to x-macro
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
1
-20
/
+20
2024-01-01
bcachefs: Check for unlinked inodes not on deleted list
Kent Overstreet
1
-2
/
+25
2024-01-01
bcachefs: Improved backpointer messages in fsck
Kent Overstreet
1
-28
/
+22
2023-11-15
bcachefs: Fix bch2_check_nlinks() for snapshots
Kent Overstreet
1
-1
/
+1
2023-11-05
bcachefs: x-macro-ify inode flags enum
Kent Overstreet
1
-17
/
+17
2023-11-02
bcachefs: Enumerate fsck errors
Kent Overstreet
1
-36
/
+60
2023-10-31
bcachefs: Check for too-large encoded extents
Kent Overstreet
1
-1
/
+48
2023-10-31
bcachefs: bch2_btree_id_str()
Kent Overstreet
1
-2
/
+3
2023-10-31
bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarily
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errors
Kent Overstreet
1
-72
/
+32
2023-10-23
bcachefs: Silence transaction restart error message
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: More minor smatch fixes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-58
/
+38
2023-10-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-7
/
+14
2023-10-23
bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
1
-28
/
+22
2023-10-23
bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()
Kent Overstreet
1
-10
/
+3
2023-10-23
bcachefs: bch2_propagate_key_to_snapshot_leaves()
Kent Overstreet
1
-11
/
+25
2023-10-23
bcachefs: Split out snapshot.c
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Log a message when running an explicit recovery pass
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Fix overlapping extent repair
Kent Overstreet
1
-38
/
+100
2023-10-23
bcachefs: Move fsck_inode_rm() to inode.c
Kent Overstreet
1
-64
/
+1
2023-10-23
bcachefs: Fix a null ptr deref in check_xattr()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: fsck: delete dead code
Kent Overstreet
1
-41
/
+0
2023-10-23
bcachefs: bch2_run_explicit_recovery_pass()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix lookup_inode_for_snapshot()
Kent Overstreet
1
-1
/
+5
2023-10-23
bcachefs: need_snapshot_cleanup shouldn't be a fsck error
Kent Overstreet
1
-12
/
+16
2023-10-23
bcachefs: Improve key_visible_in_snapshot()
Kent Overstreet
1
-8
/
+16
2023-10-23
bcachefs: Refactor overlapping extent checks
Kent Overstreet
1
-66
/
+87
2023-10-23
bcachefs: check_extent(): don't use key_visible_in_snapshot()
Kent Overstreet
1
-35
/
+12
2023-10-23
bcachefs: check_extent() refactoring
Kent Overstreet
1
-49
/
+50
2023-10-23
bcachefs: fsck: walk_inode() now takes is_whiteout
Kent Overstreet
1
-12
/
+13
[next]