The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=be7c64704edffc774937b8d39218da38a9f06f3a
commit be7c64704edffc774937b8d39218da38a9f06f3a Author: Rick Macklem <rmack...@freebsd.org> AuthorDate: 2021-07-16 22:33:52 +0000 Commit: Rick Macklem <rmack...@freebsd.org> CommitDate: 2021-07-16 22:33:52 +0000 RELNOTES: Add an entry for commit ee29e6f31111 --- RELNOTES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELNOTES b/RELNOTES index 2ed1e14f67a1..173878640975 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,16 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +ee29e6f31111 + Commit ee29e6f31111 added a new sysctl called vfs.nfsd.srvmaxio + that can be used to increase the maximum I/O size for the NFS + server to any power of 2 up to 1Mbyte while the nfsd(8) is not running. + The FreeBSD NFS client can now be set to use a 1Mbyte I/O size + via the vfs.maxbcachebuf tunable and the Linux NFS client + can also do 1Mbyte I/O. + kern.ipc.maxsockbuf will need to be increased. A console + message will suggest a setting for it. + d575e81fbcfa gconcat(8) has added support for appending devices to the device not present at creation time. _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"