aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONFZack Kirsch2011-07-172-13/+6
* The new NFSv4 client handled NFSERR_GRACE as a fatal errorRick Macklem2011-07-161-1/+3
* Add DEXITCODE plumbing to NFS.Zack Kirsch2011-07-165-107/+209
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...Zack Kirsch2011-07-161-1/+1
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...Zack Kirsch2011-07-161-1/+1
* Remove unnecessary thread pointer from VOPLOCK macros and current users.Zack Kirsch2011-07-161-3/+6
* Change loadattr and fillattr to ask the file system for the pathconf variable.Zack Kirsch2011-07-162-4/+12
* Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.Zack Kirsch2011-07-162-2/+45
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...Zack Kirsch2011-07-161-2/+2
* Modify the new NFSv4 client so that it appends a file handleRick Macklem2011-07-031-0/+1
* Fix the new NFSv4 client so that it doesn't fill the cachedRick Macklem2011-06-281-3/+12
* Plug an mbuf leak in the new NFS client that occurred when aRick Macklem2011-06-221-0/+2
* Fix the new NFSv4 client so that it uses the same uid asRick Macklem2011-06-221-0/+14
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-191-10/+4
* Add DTrace support to the new NFS client. This is essentiallyRick Macklem2011-06-183-0/+113
* The new NFSv4 client was erroneously using "p" instead ofRick Macklem2011-06-051-9/+10
* Fix the new NFS client so that it handles NFSv4 stateRick Macklem2011-05-272-5/+18
* Fix the new NFS client so that it correctly sets the "must_commit"Rick Macklem2011-05-251-1/+1
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-152-12/+10
* Increase NFS_TICKINTVL value from 10 to 500. Now that callout does usefulAlexander Motin2011-05-061-1/+1
* Add a comment noting that the NFS code assumes that theRick Macklem2011-05-041-0/+8
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSRick Macklem2011-05-041-0/+58
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andRick Macklem2011-05-041-2/+0
* Add the kernel support needed to zero out the nfsstatsRick Macklem2011-05-011-0/+2
* Modify the experimental (newnfs) NFS client so that it uses theRick Macklem2011-04-251-1/+0
* Modify the experimental NFS client so that it uses the sameRick Macklem2011-04-251-1/+1
* Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"Rick Macklem2011-04-171-7/+2
* Fix up some of the sysctls for the experimental NFS client soRick Macklem2011-04-171-4/+8
* Change some defaults in the experimental NFS client to be theRick Macklem2011-04-171-0/+1
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in theRick Macklem2011-04-161-1/+1
* Change the experimental NFS client so that it creates nfsiodRick Macklem2011-04-151-2/+3
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()Rick Macklem2011-04-145-21/+16
* Modify the experimental NFSv4 server so that it handlesRick Macklem2011-04-142-22/+22
* Add some cleanup code to the module unload operation forRick Macklem2011-04-101-0/+1
* Quick fix to a comment.George V. Neville-Neil2011-01-271-2/+2
* Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()Rick Macklem2011-01-181-1/+1
* Modify the experimental NFSv4 server so that it posts a SIGUSR2Rick Macklem2011-01-141-0/+1
* Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros thatRick Macklem2011-01-061-7/+0
* Since the VFS_LOCK_GIANT() code in the experimental NFSRick Macklem2011-01-062-3/+0
* Add support for shared vnode locks for the Read operationRick Macklem2011-01-011-1/+1
* Delete the nfsvno_localconflict() function in the experimentalRick Macklem2010-12-281-2/+0
* Modify the experimental NFS server so that it uses LK_SHAREDRick Macklem2010-12-253-48/+51
* Add an argument to nfsvno_getattr() in the experimentalRick Macklem2010-12-241-1/+1
* Add a flag to the experimental NFSv4 client to indicate whenRick Macklem2010-10-261-0/+1
* Modify the experimental NFSv4 server's file handle hash functionRick Macklem2010-10-231-1/+1
* Modify the file handle hash function in the experimental NFSRick Macklem2010-10-222-1/+2
* Fix the NFSVNO_CMPFH() macro in the experimental NFS server soRick Macklem2010-09-101-2/+1
* The timer routine in the experimental NFS server did not acquireRick Macklem2010-08-282-0/+16
* Modify the return value for nfscl_mustflush() from boolean_t,Rick Macklem2010-08-031-1/+1
* For the experimental NFSv4 server's dumplocks operation, add theRick Macklem2010-07-191-1/+2