aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs/nfs_var.h
Commit message (Expand)AuthorAgeFilesLines
* Modify the experimental NFSv4 server so that it posts a SIGUSR2Rick Macklem2011-01-141-0/+1
* Since the VFS_LOCK_GIANT() code in the experimental NFSRick Macklem2011-01-061-2/+0
* Delete the nfsvno_localconflict() function in the experimentalRick Macklem2010-12-281-2/+0
* Modify the experimental NFS server so that it uses LK_SHAREDRick Macklem2010-12-251-2/+2
* Add an argument to nfsvno_getattr() in the experimentalRick Macklem2010-12-241-1/+1
* Modify the experimental NFSv4 server's file handle hash functionRick Macklem2010-10-231-1/+1
* Modify the file handle hash function in the experimental NFSRick Macklem2010-10-221-0/+1
* The timer routine in the experimental NFS server did not acquireRick Macklem2010-08-281-0/+1
* Modify the return value for nfscl_mustflush() from boolean_t,Rick Macklem2010-08-031-1/+1
* Change the nfscl_mustflush() function in the experimental NFSv4Rick Macklem2010-07-181-1/+1
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsRick Macklem2010-04-241-1/+1
* When the experimental NFS client is handling an NFSv4 server rebootRick Macklem2010-04-221-2/+2
* This patch should fix handling of byte range locks locallyRick Macklem2010-03-301-0/+1
* Modify the experimental server so that it uses VOP_ACCESSX().Rick Macklem2009-12-251-4/+2
* Remove unneeded ifdefs.Edward Tomasz Napierala2009-12-031-2/+0
* Patch the experimental NFS server is a manner analagous toRick Macklem2009-11-201-2/+2
* Since the nfscl_getclose() function both decremented open counts and,Rick Macklem2009-07-091-1/+3
* Change the experimental NFSv4 client so that it does not doRick Macklem2009-05-181-3/+2
* Apply changes to the experimental nfs server so that it uses the securityRick Macklem2009-05-141-0/+2
* Change the file names in the comments in sys/fs/nfs/nfs_var.h soRick Macklem2009-05-141-34/+30
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-1/+1
* Add the experimental nfs subtree to the kernel, that includesRick Macklem2009-05-041-0/+604