summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clrpcops.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: spelling fixes on comments.pfg2016-04-291-5/+5
* Bruce Evans reported that there was a performance regression betweenrmacklem2016-04-111-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-3/+3
* Make nfscl_getmyip() use new routing KPI.melifaro2016-01-151-1/+2
* Revert r283330 since it broke directory caching in the client.rmacklem2015-11-211-0/+38
* Alex Burlyga reported a POLA violation for the new NFS client asrmacklem2015-07-031-3/+20
* The NFS client generated directory block(s) with d_fileno == 0rmacklem2015-05-231-38/+0
* Prevent a double free.pfg2015-04-201-1/+3
* nfsrpc_createv4: fix double free.pfg2015-04-191-1/+3
* Fixes mkdir for the NFSv2 client that was broken by r264705.rmacklem2014-04-221-1/+1
* Modify the NFSv4 client create/mkdir RPC so that it acquiresrmacklem2014-04-201-0/+16
* Modify the NFSv4 client open/create RPC so that it acquiresrmacklem2014-04-191-4/+16
* Modify the Lookup RPC for NFSv4 so that it acquires directoryrmacklem2014-04-181-25/+32
* Be conservative and do not try to consume more bytes than waskib2013-01-271-1/+1
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-100/+1745
* Add a simple printf() based debug facility to the new nfs client.rmacklem2012-09-091-1/+2
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-031-2/+11
* Close a race in NFS lookup processing that could result in stale name cachejhb2012-01-201-2/+3
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-081-0/+2
* During investigation of an NFSv4 client crash reported by glebius@,rmacklem2011-12-231-6/+4
* Add two arguments to the nfsrpc_rellockown() function in the NFSv4rmacklem2011-11-201-6/+5
* Modify the new NFSv4 client so that it appends a file handlermacklem2011-07-031-19/+27
* Fix the new NFSv4 client so that it doesn't fill the cachedrmacklem2011-06-281-2/+2
* The new NFSv4 client was erroneously using "p" instead ofrmacklem2011-06-051-9/+9
* Fix the new NFS client so that it correctly sets the "must_commit"rmacklem2011-05-251-6/+9
* Modify the offset + size checks for read and write in thermacklem2011-04-201-3/+6
* Fix up handling of the nfsmount structure in read and writermacklem2011-04-191-11/+11
* Revert r220761 since, as kib@ pointed out, the case ofrmacklem2011-04-181-5/+0
* Add checks for MNTK_UNMOUNTF at the beginning of threermacklem2011-04-171-0/+5
* Fix readdirplus in the experimental NFS client so that itrmacklem2011-04-171-1/+22
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-161-1/+1
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-141-1/+1
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-141-2/+2
* This patch fixes the Experimental NFS client to properly deal with 32 bit or 64zack2011-03-301-3/+3
* Store the full timestamp when caching timestamps of files andjhb2010-09-071-2/+1
* For the experimental NFSv4 client, make sure that attributes thatrmacklem2010-07-131-0/+14
* In NFS clients, instead of inconsistently using #ifdefkib2010-06-131-12/+7
* Delete a diagnostic statement that is no longer useful fromrmacklem2010-04-281-4/+0
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsrmacklem2010-04-241-12/+14
* When the experimental NFS client is handling an NFSv4 server rebootrmacklem2010-04-221-4/+12
* The experimental NFS client was not filling in recovery credentialsrmacklem2010-04-151-1/+7
* Fix the experimental NFS client so that it can create Unixrmacklem2009-12-311-4/+9
* Remove unneeded ifdefs.trasz2009-12-031-10/+0
* When vfs.newnfs.callback_addr is set to an IPv4 address, thermacklem2009-07-221-1/+1
* Since the nfscl_getclose() function both decremented open counts and,rmacklem2009-07-091-83/+79
* Change the experimental NFSv4 client so that it does not dormacklem2009-05-181-4/+7
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+4173
OpenPOWER on IntegriCloud