From owner-dev-commits-src-all@freebsd.org Fri Jul 16 22:36:48 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECB11669142; Fri, 16 Jul 2021 22:36:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GRR1X6NYxz3jYq; Fri, 16 Jul 2021 22:36:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3F5A2538E; Fri, 16 Jul 2021 22:36:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16GMam0v067728; Fri, 16 Jul 2021 22:36:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16GMam63067727; Fri, 16 Jul 2021 22:36:48 GMT (envelope-from git) Date: Fri, 16 Jul 2021 22:36:48 GMT Message-Id: <202107162236.16GMam63067727@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Rick Macklem Subject: git: be7c64704edf - main - RELNOTES: Add an entry for commit ee29e6f31111 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rmacklem X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: be7c64704edffc774937b8d39218da38a9f06f3a Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2021 22:36:49 -0000 The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=be7c64704edffc774937b8d39218da38a9f06f3a commit be7c64704edffc774937b8d39218da38a9f06f3a Author: Rick Macklem AuthorDate: 2021-07-16 22:33:52 +0000 Commit: Rick Macklem 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.