git: a60b8e496ff7 - main - RELNOTES: mention UFS on large (>2G inodes) volumes improvements
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Aug 2025 18:02:45 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=a60b8e496ff758e5201b9953b3e916571b147f6d
commit a60b8e496ff758e5201b9953b3e916571b147f6d
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-08-06 22:38:48 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-08-07 17:58:13 +0000
RELNOTES: mention UFS on large (>2G inodes) volumes improvements
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D51779
---
RELNOTES | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index eb88be409ea4..e8c306fc74c3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,12 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+e36f069ecb4, c069ca085b:
+ Reliability of UFS on volumes with more than 2G of inodes is
+ significantly improved. The underlying issue was the invalid
+ interpretation of the 32bit inode number as signed, which got
+ sign-extended into ino_t.
+
d390633cf8c:
On modern amd64 machines (which have the LA57 CPU feature),
FreeBSD is able to utilize more than 4TB of RAM.