Bo Brantén
7f909d2d41
Merge pull request #59 from Vince1171/reactos-upstream/replace-assignment-comparison
...
fix equality check by replacing assignment with comparison
2024-11-02 22:06:14 +01:00
Vincent Franchomme
68d4225304
fix equality check by replacing assignment with comparison
...
fixes from ReactOS
2024-11-02 13:21:59 +01:00
Bo Branten
b0239ca20a
removed old implementation of get_dtype
2024-09-24 18:44:51 +02:00
Bo Branten
d559017175
corrected the support for dir_nlink
2024-09-21 21:29:35 +02:00
Bo Branten
6d1ac271e5
corrected the setting of a checksum when adding directory entries
2024-09-14 19:10:00 +02:00
Bo Branten
66759e0f1b
updated the readme file
2024-09-07 19:20:50 +02:00
Bo Branten
68e7bd8949
Revert "updated EXT4_FEATURE_RO_COMPAT_SUPP"
...
This reverts commit 9a9a08c234 .
This was an incorrect addition. EXT4_FEATURE_RO_COMPAT_SUPP should
not be updated with features not implemented by the driver.
2024-09-07 18:58:01 +02:00
Bo Branten
7323b87213
moved update of mount time in the superblock
2024-09-05 01:53:51 +02:00
Bo Branten
c07cffe71c
implemented support for new inode field i_crtime
2024-09-04 18:01:24 +02:00
Bo Branten
834d118c0d
set mount time and write time in the superblock
2024-09-04 00:48:48 +02:00
Bo Branten
f5e57d52cb
corrected the settings of some time fields
2024-09-04 00:38:08 +02:00
Bo Branten
e8d280f7f2
set crtime and crtime_extra at file create and supersede
2024-09-03 17:29:50 +02:00
Bo Branten
1062de3fa4
added a comment on year 2038 and nano seconds file times
2024-09-03 00:57:48 +02:00
Bo Branten
0eb2f4ed1c
removed two unused functions
2024-09-02 22:58:19 +02:00
Bo Branten
ebb9a542f7
implemented support for year 2038 and nano second file times
2024-09-02 22:52:19 +02:00
Bo Branten
01a708235c
small cleanup
2024-09-02 22:07:39 +02:00
Bo Branten
570bbebbf1
implemented support for s_mkfs_time_hi
2024-09-02 22:03:26 +02:00
Bo Branten
202e5fd014
time conversion functions to support year 2038 and nano second file times
2024-09-02 21:59:46 +02:00
Bo Branten
75883784b4
corrected a redundant setting of i_extra_isize
2024-09-02 17:09:16 +02:00
Bo Branten
f9a7a56975
set the new fields _extra to support year 2038 and nano second file times
2024-09-02 17:06:40 +02:00
Bo Branten
1a857ce8f7
new fields _extra to support year 2038 and nano second file times
2024-09-02 13:52:49 +02:00
Bo Branten
063a3fc126
avoid compiler warnings
2024-09-01 21:05:32 +02:00
Bo Branten
c5e39e6401
added two comments
2024-08-27 13:49:53 +02:00
Bo Branten
4445212245
updated the readme file
2024-06-26 14:34:22 +02:00
Bo Branten
1959e993e2
updated version information
2024-06-25 14:45:43 +02:00
Bo Branten
cff159a1d1
Ext2Mgr list other common filesystems
2024-06-25 14:07:46 +02:00
Bo Branten
9d5e749bdc
show swap partitions as unused
2024-06-21 15:12:30 +02:00
Bo Branten
0549a9f076
show used size for both Windows and Linux partitions
2024-06-21 14:58:49 +02:00
Bo Branten
0ae9117fc5
corrected an error that made the debug version of the driver crash
2024-06-19 01:39:12 +02:00
Bo Branten
4bed73db38
removed some double line breaks
2024-06-18 23:55:29 +02:00
Bo Branten
dcfb8844fe
fill in VolumeCreationTime
2024-06-16 23:20:57 +02:00
Bo Branten
60ef4e64cf
Disable donate dialog because the information is outdated
2024-06-14 14:15:59 +02:00
Bo Branten
40120e9908
Ext2Mgr adds + after fs name if it contains features not yet supported by the Windows driver, e.g EXT4+
2024-06-14 14:13:50 +02:00
Bo Branten
9a9a08c234
updated EXT4_FEATURE_RO_COMPAT_SUPP
2024-06-10 00:19:40 +02:00
Bo Brantén
f263c7a091
updated the readme file
v0.71
2024-03-04 21:49:31 +01:00
Bo Brantén
7a70382548
Merge pull request #43 from LTRData/master
...
Newer VS/SDK/DDK compatibility
2024-03-04 21:32:32 +01:00
LTRData
6a9c283a85
Package signing scripts
2024-03-01 12:32:36 +01:00
LTRData
ca4d971dd5
Newer VS/SDK/DDK build compatibility
2024-03-01 12:32:18 +01:00
Bo Brantén
e5acade8ef
updated the readme file
2024-02-26 21:07:07 +01:00
Bo Brantén
7e9080f174
updated version, e-mail and website
2024-02-26 05:01:06 +01:00
Bo Brantén
92bfce32da
important bugfix in updating the checksums in the group descriptors
2024-02-26 02:10:55 +01:00
Bo Brantén
41c11ad059
updated the readme file
2024-02-23 01:50:02 +01:00
Bo Brantén
498bc83572
updated the readme file
2024-02-22 21:49:16 +01:00
Bo Branten
ddc3a38b43
updated install script
2024-02-22 21:02:13 +01:00
Bo Brantén
4a9bb602c6
updated the readme file
2024-02-21 18:40:59 +01:00
Bo Brantén
1a10fa8108
updated the readme file
2024-02-21 18:32:16 +01:00
Bo Brantén
17511974c0
updated the readme file
2024-02-20 22:09:41 +01:00
Bo Branten
b75a43f6c9
turned off spectre mitigation as default
2024-02-20 07:55:10 +01:00
Bo Branten
aa9fae921d
updated to build with Visual Studio 2022 and latest WDK
2024-02-19 22:29:42 +01:00
Bo Brantén
bace170804
updated the readme file
2024-02-10 03:50:33 +01:00