aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver/nfs_nfsdsocket.c
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Update the nfsstats structure to include the changes needed byRick Macklem2016-08-121-10/+93
* Don't increment srvrpccnt[] for the NFSv4.1 operations.Rick Macklem2016-05-071-1/+6
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Make the NFS server use shared vnode locks for a few casesRick Macklem2015-05-291-5/+12
* Make the size of the hash tables used by the NFSv4 server tunable.Rick Macklem2015-05-271-2/+3
* Change the NFS server's printf related to hittingRick Macklem2014-08-101-4/+3
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overRick Macklem2014-07-011-35/+109
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatKenneth D. Merry2013-04-171-0/+1
* Add DEXITCODE plumbing to NFS.Zack Kirsch2011-07-161-3/+8
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...Zack Kirsch2011-07-161-4/+4
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...Zack Kirsch2011-07-161-2/+2
* Remove unnecessary thread pointer from VOPLOCK macros and current users.Zack Kirsch2011-07-161-1/+1
* Fix the new NFSv4 server so that it allows Access and ReadlinkRick Macklem2011-06-201-0/+2
* Fix the new NFS client so that it handles NFSv4 stateRick Macklem2011-05-271-3/+3
* Since the VFS_LOCK_GIANT() code in the experimental NFSRick Macklem2011-01-061-62/+37
* Modify the experimental NFS server so that it callsRick Macklem2011-01-051-7/+8
* Modify the experimental NFSv4 server so that the lookupRick Macklem2011-01-031-1/+5
* Delete some cruft from the experimental NFS server that wasRick Macklem2011-01-021-27/+1
* Add checks for VI_DOOMED and vn_lock() failures to theRick Macklem2011-01-021-13/+16
* Modify the experimental NFS server so that it uses LK_SHAREDRick Macklem2010-12-251-19/+31
* The timer routine in the experimental NFS server did not acquireRick Macklem2010-08-281-2/+0
* In NFS clients, instead of inconsistently using #ifdefKonstantin Belousov2010-06-131-4/+1
* Fix the handling of NFSv4 Illegal Operation number to conformRick Macklem2009-05-261-11/+14
* Apply changes to the experimental nfs server so that it uses the securityRick Macklem2009-05-141-2/+1
* Do not embed struct ucred into larger netcred parent structures.Alexander Kabaev2009-05-091-0/+2
* Add the experimental nfs subtree to the kernel, that includesRick Macklem2009-05-041-0/+979