github winfsp/winfsp v1.2B2
WinFsp 2017.2 B2

latest releases: v2.1B1, v2.0, v2.0RC1...
pre-release6 years ago

THIS IS A PRE-RELEASE

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

CHANGES SINCE 2017.1

  • New command line tool fsptool allows command line access to some WinFsp features.
  • New GetDirInfoByName file system operation adds fast queries of directory info by file name rather than pattern [e.g. FindFirstFileW(L"foobar", FindData)]. Tests with fsbench showed that such queries are sped up by an order of magnitude when using GetDirInfoByName in MEMFS. Case-sensitive FUSE file systems get this optimization for free. The .NET layer also adds GetDirInfoByName.
  • New FspFileSystemOperationProcessId API adds support for getting the originating process ID (PID) during Create, Open and Rename calls. FUSE file systems can now access fuse_context::pid. The .NET layer also adds GetOperationProcessId.
  • Important GitHub issues fixed: #96, #97, #103, #107

Don't miss a new winfsp release

NewReleases is sending notifications on new releases.