From 4806e8a7b3b11451bf1e57a66da0a50640405f1d Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 18 Oct 2022 09:48:41 -0700 Subject: [PATCH] v1.8 Release Finish the release notes for the 1.8 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 3b7feebb..4d2ef4bb 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,23 @@ Versity ScoutFS Release Notes ============================= +--- +v1.8 +\ +*Oct 18, 2022* + +Add support for Linux POSIX Access Control Lists, as described in +acl(5). Mount options are added to enable ("acl") and disable ("noacl") +support. The default is to support ACLs. ACLs are stored in the +existing extended attribute scheme so adding support is does not require +a format change. + +Add options to control data extent preallocation. The default behavior +does not change. The options can relax the limits on preallocation +which will then trigger under more write patterns and increase the risk +of preallocated space which is never used. The options are described in +scoutfs(5). + --- v1.7 \