freebsd-src/sys/nfsserver
Doug Rabson d1e963a50e Implement the async mount option for NFSv3. This makes NFS pretend that all
writes sent to the server were synchronous and therefore no commits are
needed.  This is the same as the vfs.nfs.async variable on the server but
allows each client to choose whether to work this way.

Also make the vfs.nfs.async variable do the 'right' thing for NFSv3, i.e.
pretend that the write was synchronous.
1997-06-03 13:56:55 +00:00
..
nfs.h Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff 1997-05-19 14:36:56 +00:00
nfs_serv.c Implement the async mount option for NFSv3. This makes NFS pretend that all 1997-06-03 13:56:55 +00:00
nfs_srvcache.c Fix a nasty hang connected with write gathering. Also add debug print 1997-05-10 16:12:03 +00:00
nfs_srvsock.c Don't keep addresses in mbuf chains. This should simplify the next round 1997-05-13 17:25:44 +00:00
nfs_srvsubs.c Fix various bugs in the locking protocol, allowing proper shared locks 1997-04-04 17:49:35 +00:00
nfs_syscalls.c Don't keep addresses in mbuf chains. This should simplify the next round 1997-05-13 17:25:44 +00:00
nfsm_subs.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
nfsproto.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
nfsrvcache.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
nfsrvstats.h Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff 1997-05-19 14:36:56 +00:00