The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=575af5e2fa385d23d455814e42d089423e5ca224
commit 575af5e2fa385d23d455814e42d089423e5ca224 Author: Rick Macklem <[email protected]> AuthorDate: 2026-07-28 01:49:35 +0000 Commit: Rick Macklem <[email protected]> CommitDate: 2026-07-28 01:52:01 +0000 RELNOTES: Add an entry for pNFS server improvements There are expected to be additional improvements and this RELNOTES entry will be updated accordingly. --- RELNOTES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELNOTES b/RELNOTES index befc1e6556a6..48e87e536855 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,15 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +72e57bc26417, 3dfbbe8586bb, d8e8f9251975: + These patches provide improvements for the pNFS server + configuration. New optional features include: + - Support for striped Flexible File Layouts (RFC8435). + - Support for pre-creation of files, allowing the + Open/Create to be done without communicating with + any DSs, so long as the cache of pre-created files + is not depleted. + b92b9da33006, 13d3bd165e22: This patch allows vfs.nfsd.srvmaxio to be set to a value as high as 4Mbytes. It is usually set
