aboutsummaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2021-08-04 00:24:23 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2021-08-04 00:24:23 +0000
commit311759c5363dbb8ee649722bf33bdba7158bbef0 (patch)
treed77a582746ae56dd92730e3b5be3be1ec959f2c4 /RELNOTES
parent123fc95d47f2e1aa542c4a9960744ac964572540 (diff)
downloadsrc-311759c5363dbb8ee649722bf33bdba7158bbef0.tar.gz
src-311759c5363dbb8ee649722bf33bdba7158bbef0.zip
RELNOTES: Add entries for commits 9fb6e613373c and 9ec7dbf46b0a
This is a direct commit.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES23
1 files changed, 23 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 376615308ada..100e005d253a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,29 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+9fb6e613373c:
+ Add a sysctl called vfs.nfsd.srvmaxio that can be used to
+ increase the NFS server's maximum I/O size from 128Kbytes
+ to any power of 2 up to 1Mbyte. It can only be set when
+ the nfsd threads are not running and will normally require
+ an increase in kern.ipc.maxsockbuf to at least the value
+ recommended by the console log message generated when
+ setting vfs.nfsd.srvmaxio is first attempted.
+
+9ec7dbf46b0a:
+ Add a new NFSv4.1/4.2 mount option "nconnect" that can
+ be used to specify the number of TCP connections that
+ will be used for the mount, up to a maximum of 16.
+ The first (default) TCP connection will be used for
+ all RPCs that consist of small RPC messages.
+ The RPCs that can consist of large RPC messages
+ (Read/Readdir/ReaddirPlus/Write) will be sent on the
+ additional TCP connections in a round robin fashion.
+ If either the NFS client or NFS server have multiple
+ network interfaces aggregated together or a network
+ interface that uses multiple queues, this can increase
+ NFS performance for the mount.
+
various:
One True Awk has been updated to the latest from upstream
(20210215). All the FreeBSD patches, but one, have now been