freebsd-skq/sys/fs/nfsserver
Rick Macklem 66e80f77d2 mav@ has found that NFS servers exporting ZFS file systems
can perform better when using a 128K read/write data size.
This patch changes NFS_MAXDATA from 64K to 128K so that
clients can use 128K for NFS mounts to allow this.
The patch also renames NFS_MAXDATA to NFS_SRVMAXIO so
that it is clear that it applies to the NFS server side
only. It also avoids a name conflict with the NFS_MAXDATA
defined in rpcsvc/nfs_prot.h, that is used for userland RPC.

Tested by:	mav
Reviewed by:	mav
MFC after:	2 weeks
2015-04-16 22:35:15 +00:00
..
nfs_fha_new.c Fix RPC server threads file handle affinity to work better with ZFS. 2013-12-23 08:43:16 +00:00
nfs_fha_new.h Revamp the old NFS server's File Handle Affinity (FHA) code so that 2013-04-17 21:00:22 +00:00
nfs_nfsdcache.c Merge the NFSv4.1 server code in projects/nfsv4.1-server over 2014-07-01 20:47:16 +00:00
nfs_nfsdkrpc.c Allow the vfs.nfsd knobs to be set from loader.conf (or using 2014-10-27 07:47:13 +00:00
nfs_nfsdport.c File systems that do not use the buffer cache (such as ZFS) must 2015-04-15 20:16:31 +00:00
nfs_nfsdserv.c mav@ has found that NFS servers exporting ZFS file systems 2015-04-16 22:35:15 +00:00
nfs_nfsdsocket.c Change the NFS server's printf related to hitting 2014-08-10 01:13:32 +00:00
nfs_nfsdstate.c A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1 2014-12-25 01:55:17 +00:00
nfs_nfsdsubs.c Make the sysctl(8) for checkutf8 positively defined and improve 2014-10-17 02:11:09 +00:00