summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs/nfs_commonsubs.c
Commit message (Expand)AuthorAgeFilesLines
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-081-0/+2
* Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONFzack2011-07-171-12/+5
* Add DEXITCODE plumbing to NFS.zack2011-07-161-88/+147
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-161-1/+1
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-161-1/+1
* Change loadattr and fillattr to ask the file system for the pathconf variable.zack2011-07-161-3/+11
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...zack2011-07-161-2/+2
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-271-3/+16
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-141-4/+4
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-141-18/+18
* Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()rmacklem2011-01-181-1/+1
* Add support for shared vnode locks for the Read operationrmacklem2011-01-011-1/+1
* Modify the experimental NFS server so that it uses LK_SHAREDrmacklem2010-12-251-46/+48
* The timer routine in the experimental NFS server did not acquirermacklem2010-08-281-0/+15
* This patch should fix handling of byte range locks locallyrmacklem2010-03-301-0/+13
* Remove unneeded ifdefs.trasz2009-12-031-32/+5
* Fix the experimental nfs subsystem so that it builds with thermacklem2009-05-261-2/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-8/+8
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+3404
OpenPOWER on IntegriCloud