index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-09-09
bcachefs: Don't delete open files in online fsck
Kent Overstreet
1
-0
/
+18
2024-08-22
bcachefs: add missing inode_walker_exit()
Kent Overstreet
1
-0
/
+2
2024-08-22
bcachefs: Fix double assignment in check_dirent_to_subvol()
Yuesong Li
1
-1
/
+0
2024-08-22
bcachefs: fix missing bch2_err_str()
Kent Overstreet
1
-2
/
+1
2024-07-22
bcachefs: More informative error message in reattach_inode()
Kent Overstreet
1
-2
/
+5
2024-07-15
bcachefs: fsck_err() may now take a btree_trans
Kent Overstreet
1
-39
/
+42
2024-07-15
bcachefs: check_key_has_inode()
Kent Overstreet
1
-92
/
+111
2024-06-10
bcachefs: fix stack frame size in fsck.c
Kent Overstreet
1
-0
/
+3
2024-05-28
bcachefs: Run check_key_has_snapshot in snapshot_delete_keys()
Kent Overstreet
1
-23
/
+4
2024-05-28
bcachefs: Fix lookup_first_inode() when inode_generations are present
Kent Overstreet
1
-14
/
+10
2024-05-09
bcachefs: check for inodes that should have backpointers in fsck
Kent Overstreet
1
-0
/
+10
2024-05-09
bcachefs: Rip bch2_snapshot_equiv() out of fsck
Kent Overstreet
1
-90
/
+30
2024-05-09
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-37
/
+37
2024-05-09
bcachefs: bch2_hash_lookup() now returns bkey_s_c
Kent Overstreet
1
-4
/
+4
2024-04-03
bcachefs: reconstruct_inode()
Kent Overstreet
1
-2
/
+50
2024-04-03
bcachefs: Subvolume reconstruction
Kent Overstreet
1
-19
/
+148
2024-04-03
bcachefs: ratelimit informational fsck errors
Kent Overstreet
1
-4
/
+4
2024-04-01
bcachefs: Fix overlapping extent repair
Kent Overstreet
1
-4
/
+6
2024-04-01
bcachefs: Fix remove_dirent()
Kent Overstreet
1
-3
/
+4
2024-04-01
bcachefs: Split out recovery_passes.c
Kent Overstreet
1
-1
/
+1
2024-04-01
bcachefs: Fix use after free in check_root_trans()
Kent Overstreet
1
-7
/
+11
2024-03-18
bcachefs: Fix spurious -BCH_ERR_transaction_restart_nested
Kent Overstreet
1
-8
/
+21
2024-03-18
bcachefs: Fix check_key_has_snapshot() call
Kent Overstreet
1
-1
/
+3
2024-03-14
bcachefs: check_path() now only needs to walk up to subvolume root
Kent Overstreet
1
-3
/
+3
2024-03-14
bcachefs: bch2_check_subvolume_structure()
Kent Overstreet
1
-27
/
+133
2024-03-14
bcachefs: bch_subvolume::fs_path_parent
Kent Overstreet
1
-6
/
+27
2024-03-14
bcachefs: Correctly reattach subvolumes
Kent Overstreet
1
-5
/
+23
2024-03-14
bcachefs: check_path() now prints full inode when reattaching
Kent Overstreet
1
-8
/
+18
2024-03-14
bcachefs: Pass inode bkey to check_path()
Kent Overstreet
1
-29
/
+26
2024-03-14
bcachefs: Fix path where dirent -> subvol missing and we don't fix
Kent Overstreet
1
-4
/
+9
2024-03-14
bcachefs: Repair subvol dirents that point to non subvols
Kent Overstreet
1
-0
/
+6
2024-03-14
bcachefs: check dirent->d_parent_subvol
Kent Overstreet
1
-4
/
+57
2024-03-14
bcachefs: check inode->bi_parent_subvol against dirent
Kent Overstreet
1
-22
/
+13
2024-03-14
bcachefs: delete duplicated checks in check_dirent_to_subvol()
Kent Overstreet
1
-23
/
+4
2024-03-14
bcachefs: simplify check_dirent_inode_dirent()
Kent Overstreet
1
-58
/
+56
2024-03-14
bcachefs: check bi_parent_subvol in check_inode()
Kent Overstreet
1
-0
/
+10
2024-03-14
bcachefs: better log message in lookup_inode_for_snapshot()
Kent Overstreet
1
-21
/
+24
2024-03-14
bcachefs: check_inode_dirent_inode()
Kent Overstreet
1
-36
/
+89
2024-03-14
bcachefs: Check subvol <-> inode pointers in check_inode()
Kent Overstreet
1
-0
/
+25
2024-03-10
bcachefs: factor out check_inode_backpointer()
Kent Overstreet
1
-9
/
+29
2024-03-10
bcachefs: Factor out check_subvol_dirent()
Kent Overstreet
1
-48
/
+57
2024-03-10
bcachefs: move fsck_write_inode() to inode.c
Kent Overstreet
1
-40
/
+13
2024-03-10
bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()
Kent Overstreet
1
-4
/
+3
2024-03-10
bcachefs: fix check_inode_deleted_list()
Kent Overstreet
1
-6
/
+3
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
[next]