summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clstate.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r268115rmacklem2014-08-011-1/+1
* MFC: r268008rmacklem2014-07-131-17/+17
* MFC: r259801rmacklem2013-12-311-1/+1
* MFC: r259771rmacklem2013-12-301-6/+11
* Fix r252074 so that it builds on 64bit arches.rmacklem2013-06-221-3/+1
* The NFSv4.1 LayoutCommit operation requires a valid offset and length.rmacklem2013-06-211-8/+20
* The request queue is already locked, so we don't need the splsofclock/splximp2013-02-211-3/+1
* Further cleanups to use of timestamps in NFS:jhb2013-01-251-5/+5
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-96/+1072
* r228827 fixed a problem where copying of NFSv4 open credentials intormacklem2012-02-071-2/+6
* Post r223774, the NFSv4 client no longer has multiple instancesrmacklem2011-12-031-52/+93
* Clean up some cruft in the NFSv4 client left over from thermacklem2011-11-211-13/+6
* Since the nfscl_cleanup() function isn't used by the FreeBSD NFSv4 client,rmacklem2011-11-201-33/+7
* Post r223774 the NFSv4 client never uses the linked list with thermacklem2011-11-201-58/+0
* r222389 introduced a case where the NFSv4 client couldrmacklem2011-07-131-1/+2
* The algorithm used by nfscl_getopen() could have resulted inrmacklem2011-07-041-81/+94
* Modify the new NFSv4 client so that it appends a file handlermacklem2011-07-031-2/+1
* The new NFSv4 client was erroneously using "p" instead ofrmacklem2011-06-051-15/+17
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-271-16/+78
* Revert r220761 since, as kib@ pointed out, the case ofrmacklem2011-04-181-4/+0
* Add checks for MNTK_UNMOUNTF at the beginning of threermacklem2011-04-171-0/+4
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-141-1/+1
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-141-2/+3
* Add a flag to the experimental NFSv4 client to indicate whenrmacklem2010-10-261-22/+23
* Modify the return value for nfscl_mustflush() from boolean_t,rmacklem2010-08-031-5/+5
* Change the nfscl_mustflush() function in the experimental NFSv4rmacklem2010-07-181-5/+5
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsrmacklem2010-04-241-11/+13
* When the experimental NFS client is handling an NFSv4 server rebootrmacklem2010-04-221-6/+19
* For the experimental NFS client doing an NFSv4 mount,rmacklem2010-04-201-3/+6
* Avoid extraneous recovery cycles in the experimental NFS clientrmacklem2010-04-181-4/+29
* Add mutex lock calls to 2 cases in the experimental NFS client'srmacklem2010-04-151-2/+6
* The experimental NFS client was not filling in recovery credentialsrmacklem2010-04-151-2/+7
* Fix three related problems in the experimental nfs client whenrmacklem2010-01-031-24/+19
* Fix comment typos.jh2009-10-201-4/+4
* When using an NFSv4 mount in the experimental nfs client with delegationsrmacklem2009-07-221-1/+1
* Since the nfscl_getclose() function both decremented open counts and,rmacklem2009-07-091-99/+96
* Use getcredhostuuid instead of accessing the prison directly.jamie2009-06-131-5/+1
* Fix nfscl_getcl() so that it doesn't crash when it is called tormacklem2009-06-081-20/+29
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-2/+8
* Change the experimental NFSv4 client so that it does not dormacklem2009-05-181-45/+56
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+4133
OpenPOWER on IntegriCloud