Skip to content

WinFsp 2019.3 B1

Pre-release
Pre-release
Compare
Choose a tag to compare
@billziss-gh billziss-gh released this 01 Apr 00:37
· 672 commits to master since this release
v1.5B1
ee1ae03

THIS IS A PRE-RELEASE

  • This pre-release includes signed drivers for Windows 7, 8, 10, but not Server 2016.

CHANGES SINCE 2019.2

  • Extended attribute support has been added for all WinFsp API's: native, .NET, FUSE2 and FUSE3.
  • Initial FastIO support has been added. FastIO operations are enabled on cache-enabled file systems with the notable exception of FastIoQueryOpen, which allows opening files in kernel mode; this operation requires the file system to specify the FSP_FSCTL_VOLUME_PARAMS::AllowOpenInKernelMode flag.
  • Fixes for very large (> 4GiB) files. (Thanks @dworkin.)
  • A fix for an invalid UID to SID mapping on domains with a lot of users. (Thanks @sganis.)
  • A fix on the C++ layer. (Thanks @colatkinson.)