git: 8b44b4adca - main - 12.4 Release notes: Improve fusefs entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Nov 2022 18:23:14 UTC
The branch main has been updated by salvadore (ports committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=8b44b4adca93ca62fc554dbb0151477b4f841932
commit 8b44b4adca93ca62fc554dbb0151477b4f841932
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-20 16:48:20 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-11-20 17:31:26 +0000
12.4 Release notes: Improve fusefs entry
- Split entry into multiple entries sorted chronologically by commit
date and remove generic assertion about more unspecified bugs fixed
and more unspecified improvements.
- Add gitref and sponsor notes.
Approved by: re (gjb, implicit)
---
website/content/en/releases/12.4R/relnotes.adoc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index 04dc27b610..5e3f7aa448 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -398,7 +398,15 @@ This section covers changes and additions to file systems and other storage subs
[[storage-general]]
=== General Storage
-The man:fusefs[5] file system in userspace had several bugs fixed including a race condition, an undefined variable access, and a couple of bugs regarding OP_RECLAIM. Other fixes and improvements have been added.
+The man:fusefs[5] file system in userspace had a race condition fixed.
+gitref:c85846ea3ea531affb80edb2c982017d35b5a40f[repository=src]
+
+The man:fusefs[5] file system in userspace had a couple of bugs regarding VOP_RECLAIM fixed.
+gitref:4d5fb17274aa868561e99d714b75f0ddee446948[repository=src]
+
+The man:fusefs[5] file system had an undefined variable access fixed.
+gitref:20004b265add4425851a0ee3bbef0139b0baae6d[repository=src]
+{{< sponsored "Axcient" >}}
The NFS client code had a number of bug fixes including a use-after-free bug, a race condition, and a forced dismount looping.