From 4bd7a38b05268da20033656d91aec4aed8c30adf Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 25 Mar 2026 16:32:19 -0700 Subject: [PATCH] v1.29 Release Finish the release notes for the 1.29 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ea347046..ccae6a17 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,21 @@ Versity ScoutFS Release Notes ============================= +--- +v1.29 +\ +*Mar 25, 2026* + +Add a repair mechanism for mount logs that weren't properly resolved as +mounts left the cluster. The presence of these logs prevents log +merging from making forward progress and the backlog of logs over time +can cause operations to slow to a crawl. With the repair mechanism in +place the orphaned logs don't stop merging and operations proceed as +usual. + +Add an ioctl for turning offline unmapped file regions into sparse +regions. + --- v1.28 \