NetBSD/sys/nfs
fvdl c437b55ca7 A filesystem may not support VFS_VGET (like msdosfs). If it doesn't,
the server code would always skip all dir entries for a readdirplus
operation. To avoid endlessly retrying clients, try VFS_VGET first,
and it it fails, return NFSERR_NOTSUPP so that client will fall
back to normal readdir operations.
1997-07-15 01:07:47 +00:00
..
krpc_subr.c
krpc.h
nfs_bio.c Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on many 1997-07-04 20:22:09 +00:00
nfs_boot.c Minor reorganization of nfs_mountroot code to simplify BOOTP support. 1997-05-27 23:37:39 +00:00
nfs_node.c Do locking around nfsnode hashing (perhaps even right this time!) 1997-07-07 23:34:55 +00:00
nfs_nqlease.c Provide extra arg to nfsrv_fhtovp (just FALSE in this case), it was 1997-06-24 23:30:04 +00:00
nfs_serv.c A filesystem may not support VFS_VGET (like msdosfs). If it doesn't, 1997-07-15 01:07:47 +00:00
nfs_socket.c
nfs_srvcache.c
nfs_subs.c Don't assume that pointers into mbuf data remain valid across nfsm_dissect. 1997-07-14 20:46:20 +00:00
nfs_syscalls.c Invalidate nfs_pub info when reinitting the NFS server. 1997-06-24 23:38:10 +00:00
nfs_var.h Don't assume that pointers into mbuf data remain valid across nfsm_dissect. 1997-07-14 20:46:20 +00:00
nfs_vfsops.c remove swap configuration. 1997-06-12 17:12:17 +00:00
nfs_vnops.c Don't assume that pointers into mbuf data remain valid across nfsm_dissect. 1997-07-14 20:46:20 +00:00
nfs.h Add a few defines for WebNFS support. 1997-06-24 23:28:15 +00:00
nfsdiskless.h Minor reorganization of nfs_mountroot code to simplify BOOTP support. 1997-05-27 23:37:39 +00:00
nfsm_subs.h Don't assume that pointers into mbuf data remain valid across nfsm_dissect. 1997-07-14 20:46:20 +00:00
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
nqnfs.h
rpcv2.h
xdr_subs.h