summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Add DEXITCODE plumbing to NFS.zack2011-07-167-439/+684
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-162-4/+4
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-164-19/+19
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-164-15/+15
* Remove unnecessary thread pointer from VOPLOCK macros and current users.zack2011-07-163-11/+11
* Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.zack2011-07-161-43/+0
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...zack2011-07-161-1/+1
* 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 new NFSv4 server so that it allows Access and Readlinkrmacklem2011-06-201-0/+2
* Fix a number of places where the new NFS server did notrmacklem2011-06-191-4/+15
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-25/+12
* Modify the new NFS server so that the NFSv3 Pathconf RPCrmacklem2011-06-041-0/+30
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-272-12/+12
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+2
* Change the new NFS server so that it uses vfs.nfsd namingrmacklem2011-05-082-11/+11
* Change the new NFS server so that it returns 0 when the f_bavailrmacklem2011-05-061-1/+16
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-142-10/+18
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-142-23/+100
* Vrele ni_startdir in the experimental NFS server for the casermacklem2011-04-111-3/+2
* Add some cleanup code to the module unload operation forrmacklem2011-04-102-0/+42
* Add a VOP_UNLOCK() for the directory, when that is not whatrmacklem2011-04-091-1/+5
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+2
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() arealc2011-02-051-1/+2
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-143-1/+48
* In the experimental NFS server, when converting an open-owner to a lock-owner,zack2011-01-121-1/+1
* Clean up the experimental NFS server replay cache when the module is unloaded.zack2011-01-122-3/+5
* Modify readdirplus in the experimental NFS server in armacklem2011-01-091-3/+21
* Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros thatrmacklem2011-01-061-2/+2
* Since the VFS_LOCK_GIANT() code in the experimental NFSrmacklem2011-01-063-168/+54
* Modify the experimental NFS server so that it callsrmacklem2011-01-051-7/+8
* Fix the experimental NFS server to use vfs_busyfs() insteadrmacklem2011-01-051-6/+5
* Fix the nlm so that it no longer depends on the regularrmacklem2011-01-031-0/+1
* Fix the experimental NFS server so that it doesn't leakrmacklem2011-01-031-2/+1
* Modify the experimental NFSv4 server so that the lookuprmacklem2011-01-032-13/+13
* Delete some cruft from the experimental NFS server that wasrmacklem2011-01-023-42/+9
* Add checks for VI_DOOMED and vn_lock() failures to thermacklem2011-01-024-51/+99
* Add support for shared vnode locks for the Read operationrmacklem2011-01-011-6/+8
* Delete the nfsvno_localconflict() function in the experimentalrmacklem2010-12-281-60/+0
* Modify the experimental NFS server so that it uses LK_SHAREDrmacklem2010-12-253-30/+51
* Add an argument to nfsvno_getattr() in the experimentalrmacklem2010-12-242-61/+70
* Simplify vnode locking in the expeimental NFS server'srmacklem2010-12-241-16/+11
* Since VOP_READDIR() for ZFS does not return monotonicallyrmacklem2010-12-241-2/+10
* 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
* Modify the experimental NFSv4 server's file handle hash functionrmacklem2010-10-231-6/+4
* Modify the file handle hash function in the experimental NFSrmacklem2010-10-221-0/+15
* Modify the experimental NFS server in a manner analagous tormacklem2010-10-211-1/+9
* 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
OpenPOWER on IntegriCloud