summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Modify the new NFSv4 client so that it appends a file handlermacklem2011-07-031-0/+1
* Fix the new NFSv4 client so that it doesn't fill the cachedrmacklem2011-06-281-3/+12
* Plug an mbuf leak in the new NFS client that occurred when armacklem2011-06-221-0/+2
* Fix the new NFSv4 client so that it uses the same uid asrmacklem2011-06-221-0/+14
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-10/+4
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-183-0/+113
* The new NFSv4 client was erroneously using "p" instead ofrmacklem2011-06-051-9/+10
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-272-5/+18
* Fix the new NFS client so that it correctly sets the "must_commit"rmacklem2011-05-251-1/+1
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-152-12/+10
* Increase NFS_TICKINTVL value from 10 to 500. Now that callout does usefulmav2011-05-061-1/+1
* Add a comment noting that the NFS code assumes that thermacklem2011-05-041-0/+8
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSrmacklem2011-05-041-0/+58
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andrmacklem2011-05-041-2/+0
* Add the kernel support needed to zero out the nfsstatsrmacklem2011-05-011-0/+2
* Modify the experimental (newnfs) NFS client so that it uses thermacklem2011-04-251-1/+0
* Modify the experimental NFS client so that it uses the samermacklem2011-04-251-1/+1
* Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"rmacklem2011-04-171-7/+2
* Fix up some of the sysctls for the experimental NFS client sormacklem2011-04-171-4/+8
* Change some defaults in the experimental NFS client to be thermacklem2011-04-171-0/+1
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-161-1/+1
* Change the experimental NFS client so that it creates nfsiodrmacklem2011-04-151-2/+3
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-145-21/+16
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-142-22/+22
* Add some cleanup code to the module unload operation forrmacklem2011-04-101-0/+1
* Quick fix to a comment.gnn2011-01-271-2/+2
* Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()rmacklem2011-01-181-1/+1
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-141-0/+1
* Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros thatrmacklem2011-01-061-7/+0
* Since the VFS_LOCK_GIANT() code in the experimental NFSrmacklem2011-01-062-3/+0
* Add support for shared vnode locks for the Read operationrmacklem2011-01-011-1/+1
* Delete the nfsvno_localconflict() function in the experimentalrmacklem2010-12-281-2/+0
* Modify the experimental NFS server so that it uses LK_SHAREDrmacklem2010-12-253-48/+51
* Add an argument to nfsvno_getattr() in the experimentalrmacklem2010-12-241-1/+1
* Add a flag to the experimental NFSv4 client to indicate whenrmacklem2010-10-261-0/+1
* Modify the experimental NFSv4 server's file handle hash functionrmacklem2010-10-231-1/+1
* Modify the file handle hash function in the experimental NFSrmacklem2010-10-222-1/+2
* Fix the NFSVNO_CMPFH() macro in the experimental NFS server sormacklem2010-09-101-2/+1
* The timer routine in the experimental NFS server did not acquirermacklem2010-08-282-0/+16
* Modify the return value for nfscl_mustflush() from boolean_t,rmacklem2010-08-031-1/+1
* For the experimental NFSv4 server's dumplocks operation, add thermacklem2010-07-191-1/+2
* Change the nfscl_mustflush() function in the experimental NFSv4rmacklem2010-07-181-1/+1
* Fix typos in macros.rmacklem2010-05-082-4/+4
* Patch the experimental NFS client so that it works for NFSv2rmacklem2010-05-081-2/+34
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsrmacklem2010-04-244-9/+13
* When the experimental NFS client is handling an NFSv4 server rebootrmacklem2010-04-221-2/+2
* Avoid extraneous recovery cycles in the experimental NFS clientrmacklem2010-04-181-0/+1
* The experimental NFS client was not filling in recovery credentialsrmacklem2010-04-152-0/+3
* This patch should fix handling of byte range locks locallyrmacklem2010-03-305-2/+38
* Fix the experimental NFS subsystem so that it uses the correctrmacklem2010-03-241-3/+3
OpenPOWER on IntegriCloud