From e095127ae97feb03a8cd9465bc6dde225bb27494 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Thu, 29 Jun 2023 10:03:53 -0700 Subject: [PATCH] v1.14 Release Finish the release notes for the 1.14 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 1b5738cd..e723d312 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,26 @@ Versity ScoutFS Release Notes ============================= +--- +v1.14 +\ +*Jun 29, 2023* + +Add get\_referring\_entries ioctl for getting directory entries that +refer to an inode. + +Fix excessive CPU use in the move\_blocks interface when moving a large +number of extents. + +Reduce fragmented data allocation when contig\_only prealloc is not in +use by more consistently allocating multi-block extents within each +aligned prealloc region. + +Avoid rare deadlock in metadata block cache recalim under both heavy +load and memory pressure. + +Fix crash when using quorum\_heartbeat\_timeout\_ms mount option. + --- v1.13 \