freebsd-skq/sys/fs/nfsserver
rmacklem 12c8434bbd The NFSv4 server would call VOP_SETATTR() with a shared locked vnode
when a Getattr for a file is done by a client other than the one that
holds the file's delegation. This would only happen when delegations
are enabled and the problem is fixed by this patch.

MFC after:	1 week
2013-12-25 01:03:14 +00:00
..
nfs_fha_new.c Fix RPC server threads file handle affinity to work better with ZFS. 2013-12-23 08:43:16 +00:00
nfs_fha_new.h Revamp the old NFS server's File Handle Affinity (FHA) code so that 2013-04-17 21:00:22 +00:00
nfs_nfsdcache.c Fix several performance related issues in the new NFS server's 2013-08-14 21:11:26 +00:00
nfs_nfsdkrpc.c Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to 2013-04-17 22:42:43 +00:00
nfs_nfsdport.c The NFSv4 server would call VOP_SETATTR() with a shared locked vnode 2013-12-25 01:03:14 +00:00
nfs_nfsdserv.c Make it possible to force async at server side on new NFS server, similar 2013-01-18 19:42:08 +00:00
nfs_nfsdsocket.c Revamp the old NFS server's File Handle Affinity (FHA) code so that 2013-04-17 21:00:22 +00:00
nfs_nfsdstate.c The NFSv4 server would call VOP_SETATTR() with a shared locked vnode 2013-12-25 01:03:14 +00:00
nfs_nfsdsubs.c