1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-30 05:18:31 -05:00

inode checksums is implemented

This commit is contained in:
Bo Brantén
2020-02-07 00:40:00 +01:00
parent 11149fa115
commit 89892ad2f3
4 changed files with 38 additions and 28 deletions

View File

@@ -7,8 +7,9 @@ About
and Visual Studio 2019. This is work in progress. If you need a stable driver you should get the
latest official release from http://www.ext2fsd.com. If you want to try this branch you should
still install the oficial release and then copy this driver over the old in \windows\system32\drivers.
The current status of the development is that metadata checksums is implemented but there is an
calculation error in the inode checksums that must be investigated before I start with jbd2.
The current status of the development is that all metadata checksums is implemented. To make a
filesystem to test this run mkfs.ext4 with the options -O "metadata_csum,^64bit".
This work is dedicated to my mother Berit Ingegerd Branten.
Bo Branten.