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
fsptoolallows command line access to some WinFsp features. - New
GetDirInfoByNamefile system operation adds fast queries of directory info by file name rather than pattern [e.g.FindFirstFileW("foobar", FindData)]. Tests with fsbench showed that such queries are sped up by an order of magnitude when usingGetDirInfoByNamein MEMFS. - New
FspFileSystemOperationProcessIdAPI adds support for getting the originating process ID (PID) duringCreate,OpenandRenamecalls.