summaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver/nfs_nfsdsocket.c
Commit message (Expand)AuthorAgeFilesLines
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Deduplicate fsid comparisonsRyan Moeller2020-05-211-6/+2
* nfs: Remove APPLESTATIC macroRyan Moeller2020-05-121-1/+1
* Remove APPLEKEXT ifndefsRyan Moeller2020-05-081-2/+0
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-5/+5
* Add support for NFSv4.2 to the NFS client and server.Rick Macklem2019-12-121-7/+72
* Don't pass td to nfsd_fhtovp(), it's unused.Edward Tomasz Napierala2019-03-041-8/+5
* Push down the thread argument in NFS server code, using curthreadEdward Tomasz Napierala2019-03-041-188/+184
* Push down td in nfsrvd_dorpc() - make it use curthread insteadEdward Tomasz Napierala2019-03-041-4/+10
* r304026 added code that started statistics gathering for an operationRick Macklem2018-11-201-5/+5
* Fix LORs between vn_start_write() and vn_lock() in the pNFS server.Rick Macklem2018-08-171-5/+5
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-121-4/+20
* Add the BindConnectiontoSession operation to the NFSv4.1 server.Rick Macklem2018-06-011-1/+1
* Add support for the TestStateID operation to the NFSv4.1 server.Rick Macklem2018-05-111-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* 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