summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver/nfs_nfsdsocket.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r304026rmacklem2016-10-031-10/+93
* Don't increment srvrpccnt[] for the NFSv4.1 operations.rmacklem2016-05-071-1/+6
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Make the NFS server use shared vnode locks for a few casesrmacklem2015-05-291-5/+12
* Make the size of the hash tables used by the NFSv4 server tunable.rmacklem2015-05-271-2/+3
* Change the NFS server's printf related to hittingrmacklem2014-08-101-4/+3
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overrmacklem2014-07-011-35/+109
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-171-0/+1
* Add DEXITCODE plumbing to NFS.zack2011-07-161-3/+8
* 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-2/+2
* Remove unnecessary thread pointer from VOPLOCK macros and current users.zack2011-07-161-1/+1
* Fix the new NFSv4 server so that it allows Access and Readlinkrmacklem2011-06-201-0/+2
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-271-3/+3
* Since the VFS_LOCK_GIANT() code in the experimental NFSrmacklem2011-01-061-62/+37
* Modify the experimental NFS server so that it callsrmacklem2011-01-051-7/+8
* Modify the experimental NFSv4 server so that the lookuprmacklem2011-01-031-1/+5
* Delete some cruft from the experimental NFS server that wasrmacklem2011-01-021-27/+1
* Add checks for VI_DOOMED and vn_lock() failures to thermacklem2011-01-021-13/+16
* Modify the experimental NFS server so that it uses LK_SHAREDrmacklem2010-12-251-19/+31
* The timer routine in the experimental NFS server did not acquirermacklem2010-08-281-2/+0
* In NFS clients, instead of inconsistently using #ifdefkib2010-06-131-4/+1
* Fix the handling of NFSv4 Illegal Operation number to conformrmacklem2009-05-261-11/+14
* Apply changes to the experimental nfs server so that it uses the securityrmacklem2009-05-141-2/+1
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-091-0/+2
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+979
OpenPOWER on IntegriCloud