From fb7cb057c492f6f0815650bcada5f52eab7b1774 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sat, 29 Oct 2022 16:41:58 -0700 Subject: [PATCH] v1.9 Release Finish the release notes for the 1.9 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 4d2ef4bb..4622ad12 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,18 @@ Versity ScoutFS Release Notes ============================= +--- +v1.9 +\ +*Oct 29, 2022* + +Fix VFS cached directory entry consistency verification that could cause +spurious "no such file or directory" (ENOENT) errors from rename over +NFS under certain conditions. The problem was only every with the +consistency of in-memory cached dentry objects, persistent data was +correct and eventual eviction of the bad cached objects would stop +generating the errors. + --- v1.8 \