NetBSD/sys/nfs
ghudson d61f235615 Add cookie support. Stash cookies in the word prior to the end of
each entry, and read them out in nfs_readdir().

Caveat: our current caching method for directory blocks uses the
server offset of the first directory entry as an identifier, so a
Linux emulation getdirentries() will wind up retrieving one block from
the NFS server for each directory entry, unnecessarily thrashing the
cache.  The situation isn't as bad for other emulations.

Instead of getblk(), we need to write a routine to scan each cache
block associated with vp to find a cookie that matches at some
directory entry.  Some later time.
1995-10-14 00:56:07 +00:00
..
krpc.h
krpc_subr.c Use RPCAUTH_UNIX in requests to please picky NFS servers. 1995-08-08 20:43:43 +00:00
nfs.h
nfs_bio.c
nfs_boot.c
nfs_node.c
nfs_nqlease.c
nfs_serv.c
nfs_socket.c splnet --> splsoftnet 1995-08-12 23:59:09 +00:00
nfs_srvcache.c
nfs_subs.c No point in computing cn_hash here, 1995-09-08 13:52:23 +00:00
nfs_syscalls.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
nfs_vfsops.c splnet --> splsoftnet 1995-08-12 23:59:09 +00:00
nfs_vnops.c Add cookie support. Stash cookies in the word prior to the end of 1995-10-14 00:56:07 +00:00
nfsdiskless.h
nfsm_subs.h
nfsmount.h
nfsnode.h
nfsrtt.h
nfsrvcache.h
nfsv2.h
nqnfs.h
rpcv2.h
swapnfs.c
xdr_subs.h