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
starfive-6.6.48-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
2023-10-23
bcachefs: darrays
Kent Overstreet
1
-97
/
+56
2023-10-23
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-68
/
+110
2023-10-23
bcachefs: Small fsck fix
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: Add error messages for memory allocation failures
Kent Overstreet
1
-8
/
+17
2023-10-23
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
1
-33
/
+25
2023-10-23
bcachefs: Fix __remove_dirent()
Kent Overstreet
1
-1
/
+30
2023-10-23
bcachefs: Fix check_inodes()
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Improve transaction restart handling in fsck code
Kent Overstreet
1
-287
/
+280
2023-10-23
bcachefs: Add BCH_SUBVOLUME_UNLINKED
Kent Overstreet
1
-1
/
+17
2023-10-23
bcachefs: Don't run triggers in fix_reflink_p_key()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Must check for errors from bch2_trans_cond_resched()
Kent Overstreet
1
-2
/
+0
2023-10-23
bcachefs: Subvol dirents are now only visible in parent subvol
Kent Overstreet
1
-52
/
+100
2023-10-23
bcachefs: Fix check_path() for snapshots
Kent Overstreet
1
-19
/
+45
2023-10-23
bcachefs: Fix for leaking of reflinked extents
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: New on disk format to fix reflink_p pointers
Kent Overstreet
1
-1
/
+67
2023-10-23
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
1
-3
/
+6
2023-10-23
bcachefs: Fix check_path() across subvolumes
Kent Overstreet
1
-2
/
+22
2023-10-23
bcachefs: bch2_subvolume_get()
Kent Overstreet
1
-19
/
+4
2023-10-23
bcachefs: Fix check_inode_update_hardlinks()
Kent Overstreet
1
-5
/
+1
2023-10-23
bcachefs: Snapshot creation, deletion
Kent Overstreet
1
-3
/
+4
2023-10-23
bcachefs: Update data move path for snapshots
Kent Overstreet
1
-34
/
+1
2023-10-23
bcachefs: Update fsck for snapshots
Kent Overstreet
1
-320
/
+1000
2023-10-23
bcachefs: Plumb through subvolume id
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Per subvolume lost+found
Kent Overstreet
1
-10
/
+84
2023-10-23
bcachefs: Add support for dirents that point to subvolumes
Kent Overstreet
1
-1
/
+22
2023-10-23
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: btree_path
Kent Overstreet
1
-78
/
+81
2023-10-23
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Don't squash return code in check_dirents()
Kent Overstreet
1
-10
/
+3
2023-10-23
bcachefs: Improvements to fsck check_dirents()
Kent Overstreet
1
-167
/
+178
2023-10-23
bcachefs: Improve iter->should_be_locked
Kent Overstreet
1
-3
/
+9
2023-10-23
bcachefs: Kill __btree_delete_at()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
1
-9
/
+8
2023-10-23
bcachefs: Fix a memcpy call
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsck
Kent Overstreet
1
-8
/
+23
2023-10-23
bcachefs: New check_nlinks algorithm for snapshots
Kent Overstreet
1
-83
/
+145
2023-10-23
bcachefs: Fix a null ptr deref
Kent Overstreet
1
-9
/
+11
2023-10-23
bcachefs: Lookup/create lost+found lazily
Kent Overstreet
1
-111
/
+111
2023-10-23
bcachefs: Fix an unused var warning in userspace
Kent Overstreet
1
-5
/
+2
2023-10-23
bcachefs: Fix some small memory leaks
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Simplify fsck remove_dirent()
Kent Overstreet
1
-33
/
+19
2023-10-23
bcachefs: Improved check_directory_structure()
Kent Overstreet
1
-222
/
+176
2023-10-23
bcachefs: Fix fsck to not use bch2_link_trans()
Kent Overstreet
1
-12
/
+51
2023-10-23
bcachefs: Redo check_nlink fsck pass
Kent Overstreet
1
-138
/
+41
2023-10-23
bcachefs: Inode backpointers are now required
Kent Overstreet
1
-43
/
+144
2023-10-23
bcachefs: Simplify hash table checks
Kent Overstreet
1
-231
/
+65
2023-10-23
bcachefs: Check inodes at start of fsck
Kent Overstreet
1
-169
/
+186
2023-10-23
bcachefs: Drop bch2_fsck_inode_nlink()
Kent Overstreet
1
-9
/
+0
2023-10-23
bcachefs: Move some dirent checks to bch2_dirent_invalid()
Kent Overstreet
1
-31
/
+0
2023-10-23
bcachefs: Inode backpointers
Kent Overstreet
1
-0
/
+43
[next]