From b11b622fc20b193b9904d224c008634b3d6f003a Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 15 Sep 2016 13:25:59 -0700 Subject: [PATCH 1/2] doc: Changelog formatting fix --- doc/Changelog.adoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/Changelog.adoc b/doc/Changelog.adoc index 35836259..6ea3c1e6 100644 --- a/doc/Changelog.adoc +++ b/doc/Changelog.adoc @@ -3,14 +3,10 @@ v0.16:: -This release brings support for reparse points and symbolic links. +This release brings support for reparse points and symbolic links as well as other minor changes. -- Reparse points are a general mechanism for attaching special behavior to files. WinFsp supports any kind of reparse point. -- Symbolic links in Windows are implemented as reparse points. WinFsp includes full symbolic link support. +- Reparse points are a general mechanism for attaching special behavior to files. Symbolic links in Windows are implemented as reparse points. WinFsp supports any kind of reparse point including symbolic links. - The WinFsp FUSE implementation supports symbolic links. It also supports POSIX special files (FIFO, SOCK, CHR, BLK) as NFS reparse points (see https://msdn.microsoft.com/en-us/library/dn617178.aspx). - -Other minor changes: - - The installation now includes public symbol files for all WinFsp components shipped. From 453c1753ab406db43936c5f3c34f9a2f79139128 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 15 Sep 2016 13:41:18 -0700 Subject: [PATCH 2/2] doc: update Changelog --- doc/Changelog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Changelog.adoc b/doc/Changelog.adoc index 6ea3c1e6..4d1eba21 100644 --- a/doc/Changelog.adoc +++ b/doc/Changelog.adoc @@ -7,6 +7,7 @@ This release brings support for reparse points and symbolic links as well as oth - Reparse points are a general mechanism for attaching special behavior to files. Symbolic links in Windows are implemented as reparse points. WinFsp supports any kind of reparse point including symbolic links. - The WinFsp FUSE implementation supports symbolic links. It also supports POSIX special files (FIFO, SOCK, CHR, BLK) as NFS reparse points (see https://msdn.microsoft.com/en-us/library/dn617178.aspx). +- User mode file systems that wish to support reparse points will have to set the `FSP_FSCTL_VOLUME_PARAMS::ReparsePoints` flag and implement the `FSP_FILE_SYSTEM_INTERFACE` methods `ResolveReparsePoints`, `GetReparsePoint`, `SetReparsePoint`, `DeleteReparsePoint`. - The installation now includes public symbol files for all WinFsp components shipped.