-
This release introduces significant internal changes, including kernel mode changes, to accommodate the ARM64 port. Although there are no known crashes or other problems of such severity, please do not use in production environments.
-
Your testing feedback is greatly appreciated, especially on ARM64 machines.
-
This release includes private symbols. Use
https://github.com/billziss-gh/winfsp.sym/raw/master/symas your symbol path in Visual Studio or WinDbg. More info.
CHANGES SINCE WINFSP 2022
-
[NEW] ARM64 support! For details see WinFsp on ARM64.
-
[NEW] New
ntptfssample file system. This is a production quality pass through file system and should be used instead of the originalpassthroughfile system that was developed for education purposes only. -
[NEW] The default value for the registry setting
DistinctPermsForSameOwnerGrouphas been changed from 0 to 1. -
[BUILD] Product configuration (
MyProductName, etc.) is done by the filebuild.version.propslocated inbuild\VStudio. This file was previously namedversion.properties.