NetBSD/sys/nfs
yamt 21ae434eb2 nfs_lookup: use cache_lookup_raw() so that:
- "intrusive" dirops now have more chances to get benefits from dnlc.
- fixes a deadlock due to vnode locking order inversion.

nfs_create and others: purge stale dnlc entries
as nfs_lookup() no longer does it automatically.
2004-06-27 08:53:03 +00:00
..
Makefile
files.nfs
krpc.h Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
krpc_subr.c Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
nfs.h
nfs_bio.c nfs_doio_read: use np->n_rcred instead of curproc->p_ucred for VDIR. 2004-06-11 12:26:31 +00:00
nfs_boot.c Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
nfs_bootdhcp.c Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
nfs_bootparam.c Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
nfs_bootstatic.c
nfs_kq.c
nfs_node.c
nfs_nqlease.c Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
nfs_serv.c nfsrv_create: fix an LP64 problem for exclusive create. 2004-05-31 08:47:08 +00:00
nfs_socket.c Rename MBUFTRACE helper function m_claim() to m_claimm(), 2004-06-24 04:15:50 +00:00
nfs_srvcache.c
nfs_subs.c nfs_searchdircache: fix a null dereference in the case that 2004-06-14 12:28:35 +00:00
nfs_syscalls.c make sure that nfssvc sockets are zapped before being freed. 2004-06-10 12:59:57 +00:00
nfs_var.h Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
nfs_vfsops.c Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
nfs_vnops.c nfs_lookup: use cache_lookup_raw() so that: 2004-06-27 08:53:03 +00:00
nfsdiskless.h Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
nfsm_subs.h
nfsmount.h Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
nfsnode.h remove an unused instance of VOP_UPDATE. 2004-05-27 12:55:07 +00:00
nfsproto.h
nfsrtt.h
nfsrvcache.h
nqnfs.h
rpcv2.h
xdr_subs.h