summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver/nfs_nfsdstate.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r291150rmacklem2015-12-051-7/+48
* MFC: r286790rmacklem2015-08-281-2/+5
* MFC: r286046rmacklem2015-08-011-1/+2
* Add TUNABLE_INT() macros so that the tunables MFC'd fromrmacklem2015-06-121-0/+5
* MFC: r283635rmacklem2015-06-101-27/+53
* MFC: r276193rmacklem2014-12-311-25/+100
* MFC: r268115rmacklem2014-08-011-131/+782
* MFC: r264845rmacklem2014-05-071-7/+6
* MFC: r259854rmacklem2014-01-011-3/+3
* Further cleanups to use of timestamps in NFS:jhb2013-01-251-14/+4
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Fix two cases in the new NFS server where a tsleep() isrmacklem2012-05-121-6/+9
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+1
* Tai Horgan reported via email that there were two places inrmacklem2012-01-141-2/+2
* Add DEXITCODE plumbing to NFS.zack2011-07-161-156/+216
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-161-3/+3
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-161-4/+4
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-161-5/+5
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-271-9/+9
* Add some cleanup code to the module unload operation forrmacklem2011-04-101-0/+34
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-141-1/+7
* In the experimental NFS server, when converting an open-owner to a lock-owner,zack2011-01-121-1/+1
* Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros thatrmacklem2011-01-061-2/+2
* Add checks for VI_DOOMED and vn_lock() failures to thermacklem2011-01-021-24/+49
* Add support for shared vnode locks for the Read operationrmacklem2011-01-011-6/+8
* Fix two vnode locking problems in nfsd_recalldelegation() in thermacklem2010-12-171-4/+8
* Disable attempts to establish a callback connection from thermacklem2010-12-091-5/+13
* Try and make the nfsrv_localunlock() function in the experimentalrmacklem2010-10-111-8/+36
* Fix nfsrv_freeallnfslocks() in the experimental NFSv4 server so thatrmacklem2010-09-191-4/+7
* This patch applies one of the two fixes suggested byrmacklem2010-09-101-1/+6
* Add acquisition of a reference count on nfsv4root_lock to thermacklem2010-08-281-1/+12
* The timer routine in the experimental NFS server did not acquirermacklem2010-08-281-21/+12
* Patch the experimental NFSv4 server so that it acquires a referencermacklem2010-07-161-0/+23
* Delete comments related to soft clock interrupts that don't applyrmacklem2010-07-161-13/+0
* This patch fixes a bug in the experimental NFSv4 server where itrmacklem2010-07-151-1/+0
* Fix a bogus comment that mentions lru lists that don't exist.rmacklem2010-07-131-1/+1
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsrmacklem2010-04-241-1/+1
* This patch should fix handling of byte range locks locallyrmacklem2010-03-301-277/+487
* Change the default value for vfs.newnfs.enable_locallocks to 0 forrmacklem2010-02-141-1/+1
* The test for "same client" for the experimental nfs server over NFSv4rmacklem2010-01-031-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-1/+0
* Remove the "int *" typecast for the aresid argument to vn_rdwr()rmacklem2009-06-161-1/+1
* Change the printf of r192595 to identify the function,rmacklem2009-05-221-1/+1
* Modified the printf message of r192590 to remove thermacklem2009-05-221-1/+1
* Change the comment at the beginning of the function to reflect thermacklem2009-05-221-2/+2
* Change the reboot panic that would have occurred if clientidrmacklem2009-05-221-6/+2
* Fix the comment at line 3711 to be consistent with the changermacklem2009-05-211-1/+1
* Although it should never happen, all the nfsv4 server can dormacklem2009-05-201-1/+1
* Fixed the Null callback RPCs so that they work with the new krpc. Thisrmacklem2009-05-161-0/+8
OpenPOWER on IntegriCloud