freebsd-dev/sys/fs/nfsclient
Rick Macklem 1dcad8ec9a Set the initial value of maxfilesize to OFF_MAX in the
new NFS client. It will then be reduced to whatever the
server says it can support. There might be an argument
that this could be one block larger, but since NFS is
a byte granular system, I chose not to do that.

Suggested by:	Matt Dillon
Tested by:	Daniel Braniss (earlier version)
MFC after:	2 weeks
2011-05-06 17:51:00 +00:00
..
nfs_clbio.c Remove the nm_mtx mutex locking from the test for 2011-04-21 19:56:06 +00:00
nfs_clcomsubs.c This patch fixes the Experimental NFS client to properly deal with 32 bit or 64 2011-03-30 01:10:11 +00:00
nfs_clkrpc.c
nfs_clnfsiod.c Change the experimental NFS client so that it creates nfsiod 2011-04-15 23:07:48 +00:00
nfs_clnode.c Add a lktype flags argument to nfscl_nget() and ncl_nget() in the 2011-04-16 23:20:21 +00:00
nfs_clport.c Fix the new NFS client so that it handles the 64bit fields 2011-05-05 00:11:09 +00:00
nfs_clrpcops.c Modify the offset + size checks for read and write in the 2011-04-20 00:21:51 +00:00
nfs_clstate.c Revert r220761 since, as kib@ pointed out, the case of 2011-04-18 23:35:16 +00:00
nfs_clsubs.c In ncl_printf(), call vprintf() instead of printf(). 2011-05-04 11:22:52 +00:00
nfs_clvfsops.c Set the initial value of maxfilesize to OFF_MAX in the 2011-05-06 17:51:00 +00:00
nfs_clvnops.c Implemented a mount option "nocto" that disables cache coherency 2011-05-04 13:27:45 +00:00
nfs.h Modify the experimental (newnfs) NFS client so that it uses the 2011-04-25 23:12:18 +00:00
nfsmount.h Fix the nlm so that it no longer depends on the regular 2011-01-03 20:37:31 +00:00
nfsnode.h Add a lktype flags argument to nfscl_nget() and ncl_nget() in the 2011-04-16 23:20:21 +00:00
nlminfo.h