summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver/nfs_nfsdserv.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r283635rmacklem2015-06-101-7/+15
* MFC: r281628rmacklem2015-04-301-1/+1
* MFC r275897:kib2015-01-011-6/+6
* MFC: r268115rmacklem2014-08-011-64/+602
* MFC: r267191rmacklem2014-06-101-7/+0
* Fix NFS deadlock vulnerability. [SA-14:05]delphij2014-04-081-5/+20
* Make it possible to force async at server side on new NFS server, similardelphij2013-01-181-1/+12
* Fix the NFSv4 server so that it returns NFSERR_SYMLINK whenrmacklem2011-08-201-5/+4
* Fix an NFS server issue where it was not correctly setting the eof flag when azack2011-08-031-5/+5
* Fix rename in the new NFS server so that it does not require armacklem2011-07-311-4/+20
* Add DEXITCODE plumbing to NFS.zack2011-07-161-166/+191
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-161-3/+3
* 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-5/+5
* Fix the new NFSv4 server so that it checks for VREAD_ACL whenrmacklem2011-06-211-6/+16
* Fix the new NFSv4 server so that it only allows Lookup ofrmacklem2011-06-201-2/+10
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-141-3/+4
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-141-6/+46
* Since the VFS_LOCK_GIANT() code in the experimental NFSrmacklem2011-01-061-38/+7
* Modify the experimental NFSv4 server so that the lookuprmacklem2011-01-031-12/+8
* Delete some cruft from the experimental NFS server that wasrmacklem2011-01-021-11/+6
* Add checks for VI_DOOMED and vn_lock() failures to thermacklem2011-01-021-3/+6
* Modify the experimental NFS server so that it uses LK_SHAREDrmacklem2010-12-251-3/+4
* Add an argument to nfsvno_getattr() in the experimentalrmacklem2010-12-241-48/+51
* Harden the experimental NFS server a little, by adding rangermacklem2010-04-061-0/+22
* Add SAVENAME to the cn_flags for all cases in the experimentalrmacklem2010-04-021-3/+5
* Modify the experimental server so that it uses VOP_ACCESSX().rmacklem2009-12-251-34/+40
* Patch the experimental NFS server is a manner analagous tormacklem2009-11-201-10/+21
* Fix the experimental nfs subsystem so that it builds with thermacklem2009-05-261-3/+3
* Add NFSv4 root export checks to the DelegPurge, Renew andrmacklem2009-05-251-0/+15
* Apply changes to the experimental nfs server so that it uses the securityrmacklem2009-05-141-17/+35
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-2/+2
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+3367
OpenPOWER on IntegriCloud