72 Commits
Author SHA1 Message Date
Bo Branten da27068c3e removed a macro that was not used 2026-04-27 13:56:49 +02:00
Bo Branten f6c0d34c1f changed a debug print 2026-04-27 13:56:10 +02:00
Bo Branten ecad9d4958 updated a comment 2026-04-27 13:54:33 +02:00
Bo Branten 53983394b6 updated WDK version number 2026-04-27 13:53:22 +02:00
Bo Branten a2531ee9f8 removed a few lines of code that could never be reached because of the logic 2026-02-15 18:19:26 +01:00
Bo Branten a6a4b7c1ed include a subset of mountmgr.h to make it easier to compile the application separately without installing the Windows Driver Kit 2026-02-11 15:28:07 +01:00
Bo Branten 1d66b0b55d removed a number of if statements that is not needed if the wait argument to CcCopyRead and CcCopyWrite is set to TRUE 2026-02-09 16:54:34 +01:00
Bo Branten 2ad48351d5 corrected the wait argument to CcCopyRead 2026-02-08 15:07:34 +01:00
Bo Branten 6347c88d18 removed a function argument that was never used 2026-02-03 00:44:28 +01:00
Bo Branten 29bd0f4793 initialize an uninitialized variable 2026-01-30 18:38:13 +01:00
Bo Branten 45ab9ba4b5 added a project setting that make the application look better on high resolution monitors 2026-01-29 00:34:19 +01:00
Bo Branten 992564c916 removed a struct member that was never used 2026-01-28 01:40:47 +01:00
Bo Branten c17289baa8 this correction is hopefully correct 2026-01-28 01:39:21 +01:00
Bo Branten 235762654c removed two functions that could not be called because of logic 2026-01-25 17:28:08 +01:00
Bo Branten 45946be9a4 removed two functions that was never used 2026-01-23 23:04:04 +01:00
Bo Branten ce51f1f326 allow mounting casefolded fs since the driver can handle it 2026-01-21 23:05:25 +01:00
Bo Branten 3158b917a2 removed an unused variable 2025-12-24 02:11:07 +01:00
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 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 2024-03-04 21:49:31 +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
Bo Brantén d9da413ad2 updated EXT4_FEATURE_XXX 2023-03-24 21:10:29 +01:00
Bo Brantén 5c01690baa updated the readme file 2023-03-24 02:55:29 +01:00