NetBSD/sys/nfs
chs b4b7853b08 make sure that if NMODIFIED is clear, all pages attached to the vnode are
clean and without writable mappings.  if we try to flush dirty pages past
EOF to the server when NMODIFIED is clear, we'll update the attrcache before
doing the write, which will try to free the pages past EOF and deadlock.
to deal with this, we write-protect pages before we send them to the server,
and restrict ourselves to creating read-only mappings if NMODIFIED isn't set.
score another one for enami.
2002-03-16 23:05:25 +00:00
..
Makefile
krpc.h
krpc_subr.c add RCSIDs 2001-11-10 10:59:08 +00:00
nfs.h use struct uucred in nfsd_svcargs so that we don't break the sys_nfssvc() ABI. 2001-11-29 21:22:50 +00:00
nfs_bio.c make sure that if NMODIFIED is clear, all pages attached to the vnode are 2002-03-16 23:05:25 +00:00
nfs_boot.c add RCSIDs 2001-11-10 10:59:08 +00:00
nfs_bootdhcp.c add RCSIDs 2001-11-10 10:59:08 +00:00
nfs_bootparam.c add RCSIDs 2001-11-10 10:59:08 +00:00
nfs_node.c make sure that if NMODIFIED is clear, all pages attached to the vnode are 2002-03-16 23:05:25 +00:00
nfs_nqlease.c add RCSIDs 2001-11-10 10:59:08 +00:00
nfs_serv.c add RCSIDs 2001-11-10 10:59:08 +00:00
nfs_socket.c nfs_connect(): if NFSMNT_RESVPORT is set, set IP_PORTRANGE_LOW on the socket 2002-02-27 03:46:36 +00:00
nfs_srvcache.c add RCSIDs 2001-11-10 10:59:08 +00:00
nfs_subs.c Cosmetic change for nfs_enterdircache() - since 'blkno' is last arg, 2002-03-11 22:56:47 +00:00
nfs_syscalls.c sprinkle crcvt() 2001-11-29 21:23:13 +00:00
nfs_var.h nfs_enterdircache() had last two parameter types swapped 2002-03-11 22:55:05 +00:00
nfs_vfsops.c PR/14817: Gregory McGarry: NFS_V2_ONLY doesn't seem to work. 2001-12-04 18:38:08 +00:00
nfs_vnops.c Invalidate the access cache when loading a new set of attributes into 2002-02-28 21:38:08 +00:00
nfsdiskless.h
nfsm_subs.h
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
nqnfs.h
rpcv2.h
xdr_subs.h