Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexandr Baskakov
Ext3Fsd
Commits
1d342e0b
Commit
1d342e0b
authored
9 years ago
by
Matt Wu
Browse files
Options
Download
Email Patches
Plain Diff
Ext3Fsd 0.66
parent
5388136e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Ext2Mgr/Ext2Mgr.rc
+8
-8
Ext2Mgr/Ext2Mgr.rc
Ext2Srv/Release/X86/Ext2Srv.exe
+0
-0
Ext2Srv/Release/X86/Ext2Srv.exe
Ext3Fsd/Ext3fsd.rc
+4
-4
Ext3Fsd/Ext3fsd.rc
Ext3Fsd/notes.txt
+5
-9
Ext3Fsd/notes.txt
Ext3Fsd/readme.txt
+7
-0
Ext3Fsd/readme.txt
with
24 additions
and
21 deletions
+24
-21
Ext2Mgr/Ext2Mgr.rc
+
8
-
8
View file @
1d342e0b
...
...
@@ -368,8 +368,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,8,
0
4,1
1
PRODUCTVERSION 2,8,
0
4,1
1
FILEVERSION 2,8,4,1
3
PRODUCTVERSION 2,8,4,1
3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
...
...
@@ -386,12 +386,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)"
VALUE "FileDescription", "Ext2 Volume Manager for Windows"
VALUE "FileVersion", "2.8.
0
4.1
1
"
VALUE "FileVersion", "2.8.4.1
3
"
VALUE "InternalName", "Ext2Mgr"
VALUE "LegalCopyright", "Copyright (C) 2016 Ext2Fsd Group"
VALUE "OriginalFilename", "Ext2Mgr.exe"
VALUE "ProductName", "Ext2 Volume Manager for Windows"
VALUE "ProductVersion", "2.8.
0
4.1
1
"
VALUE "ProductVersion", "2.8.4.1
3
"
END
END
BLOCK "VarFileInfo"
...
...
@@ -908,8 +908,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,8,
0
4,1
1
PRODUCTVERSION 2,8,
0
4,1
1
FILEVERSION 2,8,4,1
3
PRODUCTVERSION 2,8,4,1
3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
...
...
@@ -926,12 +926,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)"
VALUE "FileDescription", "Ext2 Volume Manager for Windows"
VALUE "FileVersion", "2.8.
0
4.1
1
"
VALUE "FileVersion", "2.8.4.1
3
"
VALUE "InternalName", "Ext2Mgr"
VALUE "LegalCopyright", "Copyright (C) 2016 Ext2Fsd Group"
VALUE "OriginalFilename", "Ext2Mgr.exe"
VALUE "ProductName", "Ext2 Volume Manager for Windows"
VALUE "ProductVersion", "2.8.
0
4.1
1
"
VALUE "ProductVersion", "2.8.4.1
3
"
END
END
BLOCK "VarFileInfo"
...
...
This diff is collapsed.
Click to expand it.
Ext2Srv/Release/X86/Ext2Srv.exe
+
0
-
0
View file @
1d342e0b
No preview for this file type
This diff is collapsed.
Click to expand it.
Ext3Fsd/Ext3fsd.rc
+
4
-
4
View file @
1d342e0b
...
...
@@ -19,8 +19,8 @@
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,66,
0
4,1
1
PRODUCTVERSION 0,66,
0
4,1
1
FILEVERSION 0,66,4,1
3
PRODUCTVERSION 0,66,4,1
3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
...
...
@@ -38,14 +38,14 @@ BEGIN
VALUE "Comments", "Matt Wu <matt@ext2fsd.com>\0"
VALUE "CompanyName", "www.ext2fsd.com\0"
VALUE "FileDescription", "Ext2 File System Driver for Windows\0"
VALUE "FileVersion", "0.66.
0
4.1
1
\0"
VALUE "FileVersion", "0.66.4.1
3
\0"
VALUE "InternalName", "Ext2Fsd.sys\0"
VALUE "LegalCopyright", "GPLv2\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "Ext2Fsd.sys\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Ext2 File System Driver\0"
VALUE "ProductVersion", "0.66.
0
4.1
1
\0"
VALUE "ProductVersion", "0.66.4.1
3
\0"
VALUE "SpecialBuild", "\0"
END
END
...
...
This diff is collapsed.
Click to expand it.
Ext3Fsd/notes.txt
+
5
-
9
View file @
1d342e0b
==================================
Release Notes for Ext2Fsd V0.6
5
Release Notes for Ext2Fsd V0.6
6
==================================
Features implemented or bugfix
since V0.64
:
Features implemented or bugfix:
1, major performance improvements (small files meta-operatios)
2, memory pressure handling for buffer-head structures reclaim
3, back support for Windows 2000 (i386, 32bit)
4, no bothering user with notification message for Ext2Mgr
5, project improvement: Ext2Mgr to be built with WDK or VS2008
1, FIXME: BSOD when mounting as readonly
2, FIXME: Ext2Srv service blocked by Antivirus
Supported Ext3/4 features
by 0.65
:
Supported Ext3/4 features:
1, flexible inode size: > 128 bytes, up to block size
2, dir_index: htree directory index
...
...
This diff is collapsed.
Click to expand it.
Ext3Fsd/readme.txt
+
7
-
0
View file @
1d342e0b
...
...
@@ -28,6 +28,13 @@ Everyone can get to him at http://www.acc.umu.se/~bosse/.
Revision history
======================
51, V0.66 2016-04-13
Modifications from V0.65:
1, FIXME: BSOD when mounting as readonly
2, FIXME: Ext2Srv service blocked by Antivirus
50, V0.65 2016-04-10
Modifications from V0.64:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets