1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-29 05:08:32 -05:00

126 Commits

Author SHA1 Message Date
Bo Branten
7acc925637 correction to compile with later WDK and run on Windows 10 2025-04-29 21:24:44 +02:00
Bo Branten
8e4404ad0b updated link in README file 2025-04-08 14:19:06 +02:00
Bo Branten
b20bf2bf49 updated the version resource to honor the original author 2025-01-24 01:49:15 +01:00
Bo Branten
67ea487e6a updated version information in rc files 2025-01-05 18:07:56 +01:00
Bo Branten
f1175496b1 removed unmaintained Chinese resources 2025-01-05 17:51:08 +01:00
Bo Branten
fecf58a39c updated install script 2025-01-04 17:27:57 +01:00
Bo Branten
abdf93d707 corrected the project files for building the applications for ARM/ARM64 2025-01-03 15:28:45 +01:00
Bo Branten
9c62978169 support to build applications for ARM/ARM64 2024-12-30 15:56:34 +01:00
Bo Brantén
7aba016faf Merge pull request #61 from Vince1171/cleanup/code_consistency
code consistency: align usage of specifiers
2024-11-10 20:01:52 +01:00
Bo Brantén
9575244aad Merge pull request #62 from Vince1171/reactos-upstream/complete-request-on-locked-volume
Ext2Read(): Complete request on VCB_VOLUME_LOCKED case
2024-11-10 02:16:32 +01:00
Bo Brantén
d0197ed0fe Merge pull request #60 from Vince1171/cleanup/remove-jbd
remove unused/empty source files
2024-11-10 01:49:54 +01:00
Vincent Franchomme
0a3a85eee4 Add missing return type to cond_resched and need_resched 2024-11-09 15:10:00 +01:00
Vincent Franchomme
556212dea5 Ext2Read(): Complete request on VCB_VOLUME_LOCKED case (reactos/reactos#4770) 2024-11-09 15:04:40 +01:00
Vincent Franchomme
eb1bd67be2 Align declarations and definitions specifiers 2024-11-09 14:52:58 +01:00
Vincent Franchomme
694907c63c Align inline usage stop using __inline 2024-11-09 12:58:50 +01:00
Vincent Franchomme
d4e1666282 Align order of specifiers: "static int inline" to "static inline int" 2024-11-09 12:58:39 +01:00
Vincent Franchomme
0cff6abbd4 remove empty header files 2024-11-08 23:20:26 +01:00
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
Vincent Franchomme
6a6b206ed3 remove unused jbd 2024-11-02 12:44:55 +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