summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver/nfs_nfsdstate.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r317382rmacklem2017-05-081-1/+7
* MFC: r309566rmacklem2016-12-191-3/+28
* MFC: r307694rmacklem2016-11-031-1/+5
* MFC: r304026rmacklem2016-10-031-25/+25
* NFS: spelling fixes on comments.pfg2016-04-291-6/+6
* Fix a LOR in the NFSv4.1 server.rmacklem2016-04-231-5/+5
* When the nfsd threads are terminated, the NFSv4 server statermacklem2015-11-211-7/+48
* For the case where an NFSv4.1 ExchangeID operation has the client identifierrmacklem2015-08-141-2/+5
* This patch fixes a problem where, if the NFSv4 server has a previousrmacklem2015-07-291-1/+2
* Make the size of the hash tables used by the NFSv4 server tunable.rmacklem2015-05-271-27/+53
* A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1rmacklem2014-12-251-25/+100
* Fix failures and warnings reported by newpynfs20090424 test tool.araujo2014-10-031-8/+21
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overrmacklem2014-07-011-131/+782
* Remove an unnecessary level of indirection for an argument.rmacklem2014-04-231-7/+6
* The NFSv4 server would call VOP_SETATTR() with a shared locked vnodermacklem2013-12-251-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
OpenPOWER on IntegriCloud