index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fsck.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: reconstruct_inode()
Kent Overstreet
2024-04-03
1
-2
/
+50
*
bcachefs: Subvolume reconstruction
Kent Overstreet
2024-04-03
1
-19
/
+148
*
bcachefs: ratelimit informational fsck errors
Kent Overstreet
2024-04-02
1
-4
/
+4
*
bcachefs: Fix overlapping extent repair
Kent Overstreet
2024-04-01
1
-4
/
+6
*
bcachefs: Fix remove_dirent()
Kent Overstreet
2024-04-01
1
-3
/
+4
*
bcachefs: Split out recovery_passes.c
Kent Overstreet
2024-03-31
1
-1
/
+1
*
bcachefs: Fix use after free in check_root_trans()
Kent Overstreet
2024-03-31
1
-7
/
+11
*
bcachefs: Fix spurious -BCH_ERR_transaction_restart_nested
Kent Overstreet
2024-03-17
1
-8
/
+21
*
bcachefs: Fix check_key_has_snapshot() call
Kent Overstreet
2024-03-17
1
-1
/
+3
*
bcachefs: check_path() now only needs to walk up to subvolume root
Kent Overstreet
2024-03-13
1
-3
/
+3
*
bcachefs: bch2_check_subvolume_structure()
Kent Overstreet
2024-03-13
1
-27
/
+133
*
bcachefs: bch_subvolume::fs_path_parent
Kent Overstreet
2024-03-13
1
-6
/
+27
*
bcachefs: Correctly reattach subvolumes
Kent Overstreet
2024-03-13
1
-5
/
+23
*
bcachefs: check_path() now prints full inode when reattaching
Kent Overstreet
2024-03-13
1
-8
/
+18
*
bcachefs: Pass inode bkey to check_path()
Kent Overstreet
2024-03-13
1
-29
/
+26
*
bcachefs: Fix path where dirent -> subvol missing and we don't fix
Kent Overstreet
2024-03-13
1
-4
/
+9
*
bcachefs: Repair subvol dirents that point to non subvols
Kent Overstreet
2024-03-13
1
-0
/
+6
*
bcachefs: check dirent->d_parent_subvol
Kent Overstreet
2024-03-13
1
-4
/
+57
*
bcachefs: check inode->bi_parent_subvol against dirent
Kent Overstreet
2024-03-13
1
-22
/
+13
*
bcachefs: delete duplicated checks in check_dirent_to_subvol()
Kent Overstreet
2024-03-13
1
-23
/
+4
*
bcachefs: simplify check_dirent_inode_dirent()
Kent Overstreet
2024-03-13
1
-58
/
+56
*
bcachefs: check bi_parent_subvol in check_inode()
Kent Overstreet
2024-03-13
1
-0
/
+10
*
bcachefs: better log message in lookup_inode_for_snapshot()
Kent Overstreet
2024-03-13
1
-21
/
+24
*
bcachefs: check_inode_dirent_inode()
Kent Overstreet
2024-03-13
1
-36
/
+89
*
bcachefs: Check subvol <-> inode pointers in check_inode()
Kent Overstreet
2024-03-13
1
-0
/
+25
*
bcachefs: factor out check_inode_backpointer()
Kent Overstreet
2024-03-10
1
-9
/
+29
*
bcachefs: Factor out check_subvol_dirent()
Kent Overstreet
2024-03-10
1
-48
/
+57
*
bcachefs: move fsck_write_inode() to inode.c
Kent Overstreet
2024-03-10
1
-40
/
+13
*
bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()
Kent Overstreet
2024-03-10
1
-4
/
+3
*
bcachefs: fix check_inode_deleted_list()
Kent Overstreet
2024-03-10
1
-6
/
+3
*
bcachefs: __lookup_dirent() works in snapshot, not subvol
Kent Overstreet
2024-01-25
1
-11
/
+12
*
bcachefs: fsck_err()s don't need to manually check c->sb.version anymore
Kent Overstreet
2024-01-05
1
-9
/
+7
*
bcachefs: check_directory_structure() can now be run online
Kent Overstreet
2024-01-01
1
-66
/
+40
*
bcachefs: Fix reattach_inode() for snapshots
Kent Overstreet
2024-01-01
1
-46
/
+60
*
bcachefs: Clean up btree_trans
Kent Overstreet
2024-01-01
1
-1
/
+1
*
bcachefs: btree_iter -> btree_path_idx_t
Kent Overstreet
2024-01-01
1
-1
/
+1
*
bcachefs: fsck -> bch2_trans_run()
Kent Overstreet
2024-01-01
1
-43
/
+34
*
bcachefs: for_each_btree_key() now declares loop iter
Kent Overstreet
2024-01-01
1
-34
/
+5
*
bcachefs: kill for_each_btree_key_old_upto()
Kent Overstreet
2024-01-01
1
-18
/
+12
*
bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()
Kent Overstreet
2024-01-01
1
-8
/
+8
*
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
2024-01-01
1
-18
/
+4
*
bcachefs: qstr_eq()
Kent Overstreet
2024-01-01
1
-2
/
+0
*
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
2024-01-01
1
-4
/
+2
*
bcachefs: check_root() can now be run online
Kent Overstreet
2024-01-01
1
-8
/
+2
*
bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()
Kent Overstreet
2024-01-01
1
-9
/
+9
*
bcachefs: Kill for_each_btree_key()
Kent Overstreet
2024-01-01
1
-72
/
+58
*
bcachefs: Explicity go RW for fsck
Kent Overstreet
2024-01-01
1
-32
/
+15
*
bcachefs: convert bch_fs_flags to x-macro
Kent Overstreet
2024-01-01
1
-1
/
+1
*
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
2024-01-01
1
-20
/
+20
*
bcachefs: Check for unlinked inodes not on deleted list
Kent Overstreet
2024-01-01
1
-2
/
+25
[next]