aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clstate.c
Commit message (Expand)AuthorAgeFilesLines
* The NFSv4 client was passing both the p and cred arguments toRick Macklem2013-12-241-1/+1
* The NFSv4.1 client didn't return NFSv4.1 specific error codesRick Macklem2013-12-231-6/+11
* Fix r252074 so that it builds on 64bit arches.Rick Macklem2013-06-221-3/+1
* The NFSv4.1 LayoutCommit operation requires a valid offset and length.Rick Macklem2013-06-211-8/+20
* The request queue is already locked, so we don't need the splsofclock/splxWarner Losh2013-02-211-3/+1
* Further cleanups to use of timestamps in NFS:John Baldwin2013-01-251-5/+5
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientRick Macklem2012-12-081-96/+1072
* r228827 fixed a problem where copying of NFSv4 open credentials intoRick Macklem2012-02-071-2/+6
* Post r223774, the NFSv4 client no longer has multiple instancesRick Macklem2011-12-031-52/+93
* Clean up some cruft in the NFSv4 client left over from theRick Macklem2011-11-211-13/+6
* Since the nfscl_cleanup() function isn't used by the FreeBSD NFSv4 client,Rick Macklem2011-11-201-33/+7
* Post r223774 the NFSv4 client never uses the linked list with theRick Macklem2011-11-201-58/+0
* r222389 introduced a case where the NFSv4 client couldRick Macklem2011-07-131-1/+2
* The algorithm used by nfscl_getopen() could have resulted inRick Macklem2011-07-041-81/+94
* Modify the new NFSv4 client so that it appends a file handleRick Macklem2011-07-031-2/+1
* The new NFSv4 client was erroneously using "p" instead ofRick Macklem2011-06-051-15/+17
* Fix the new NFS client so that it handles NFSv4 stateRick Macklem2011-05-271-16/+78
* Revert r220761 since, as kib@ pointed out, the case ofRick Macklem2011-04-181-4/+0
* Add checks for MNTK_UNMOUNTF at the beginning of threeRick Macklem2011-04-171-0/+4
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()Rick Macklem2011-04-141-1/+1
* Modify the experimental NFSv4 server so that it handlesRick Macklem2011-04-141-2/+3
* Add a flag to the experimental NFSv4 client to indicate whenRick Macklem2010-10-261-22/+23
* Modify the return value for nfscl_mustflush() from boolean_t,Rick Macklem2010-08-031-5/+5
* Change the nfscl_mustflush() function in the experimental NFSv4Rick Macklem2010-07-181-5/+5
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsRick Macklem2010-04-241-11/+13
* When the experimental NFS client is handling an NFSv4 server rebootRick Macklem2010-04-221-6/+19
* For the experimental NFS client doing an NFSv4 mount,Rick Macklem2010-04-201-3/+6
* Avoid extraneous recovery cycles in the experimental NFS clientRick Macklem2010-04-181-4/+29
* Add mutex lock calls to 2 cases in the experimental NFS client'sRick Macklem2010-04-151-2/+6
* The experimental NFS client was not filling in recovery credentialsRick Macklem2010-04-151-2/+7
* Fix three related problems in the experimental nfs client whenRick Macklem2010-01-031-24/+19
* Fix comment typos.Jaakko Heinonen2009-10-201-4/+4
* When using an NFSv4 mount in the experimental nfs client with delegationsRick Macklem2009-07-221-1/+1
* Since the nfscl_getclose() function both decremented open counts and,Rick Macklem2009-07-091-99/+96
* Use getcredhostuuid instead of accessing the prison directly.Jamie Gritton2009-06-131-5/+1
* Fix nfscl_getcl() so that it doesn't crash when it is called toRick Macklem2009-06-081-20/+29
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-2/+8
* Change the experimental NFSv4 client so that it does not doRick Macklem2009-05-181-45/+56
* Add the experimental nfs subtree to the kernel, that includesRick Macklem2009-05-041-0/+4133