freebsd-skq/sys/fs/nfs
Rick Macklem d1c5e240a8 Make MAXBCACHEBUF a tunable called vfs.maxbcachebuf.
By making MAXBCACHEBUF a tunable, it can be increased to allow for
larger read/write data sizes for the NFS client.
The tunable is limited to MAXPHYS, which is currently 128K.
Making MAXPHYS a tunable or increasing its value is being discussed,
since it would be nice to support a read/write data size of 1Mbyte
for the NFS client when mounting the AmazonEFS file service.

Reviewed by:	kib
MFC after:	2 weeks
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D10991
2017-06-17 22:24:19 +00:00
..
nfs_commonacl.c Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
nfs_commonkrpc.c Make MAXBCACHEBUF a tunable called vfs.maxbcachebuf. 2017-06-17 22:24:19 +00:00
nfs_commonport.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nfs_commonsubs.c Set default uid/gid to nobody/nogroup for NFSv4 mapping. 2017-04-21 20:08:10 +00:00
nfs_var.h Remove unused "cred" argument to ncl_flush(). 2017-04-14 13:25:45 +00:00
nfs.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nfscl.h
nfsclstate.h Fix NFSv4.1 client recovery from NFS4ERR_BAD_SESSION errors. 2016-12-23 23:14:53 +00:00
nfsdport.h Make the size of the hash tables used by the NFSv4 server tunable. 2015-05-27 22:00:05 +00:00
nfskpiport.h
nfsm_subs.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nfsport.h Make MAXBCACHEBUF a tunable called vfs.maxbcachebuf. 2017-06-17 22:24:19 +00:00
nfsproto.h Define NFS_MAXXDR as the upper bound on XDR overhead in an NFS RPC. 2017-06-12 23:41:20 +00:00
nfsrvcache.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nfsrvstate.h NFS: spelling fixes on comments. 2016-04-29 16:07:25 +00:00
nfsv4_errstr.h
rpcv2.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
xdr_subs.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00