aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clrpcops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make MAXBCACHEBUF a tunable called vfs.maxbcachebuf.Rick Macklem2017-06-171-4/+23
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-29/+39
* Modify the NFSv4.1/pNFS client to ask for a maximum length of layout.Rick Macklem2017-04-291-2/+2
* Make the NFSv4 client to use a write open for reading if allowed by the server.Rick Macklem2017-04-231-2/+20
* Don't set the connection-back-channel flag for DS sessions.Rick Macklem2017-04-231-1/+1
* Fix some krpc leaks for the NFSv4.1/pNFS client.Rick Macklem2017-04-221-3/+8
* Add an NFSv4.1 mount option for "use one openowner".Rick Macklem2017-04-131-3/+3
* Fix parsing failure for NFSv4 Setattr operation for failed case.Rick Macklem2017-04-091-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix NFSv4.1 client recovery from NFS4ERR_BAD_SESSION errors.Rick Macklem2016-12-231-58/+106
* NFS: spelling fixes on comments.Pedro F. Giffuni2016-04-291-5/+5
* Bruce Evans reported that there was a performance regression betweenRick Macklem2016-04-111-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-3/+3
* Make nfscl_getmyip() use new routing KPI.Alexander V. Chernikov2016-01-151-1/+2
* Revert r283330 since it broke directory caching in the client.Rick Macklem2015-11-211-0/+38
* Alex Burlyga reported a POLA violation for the new NFS client asRick Macklem2015-07-031-3/+20
* The NFS client generated directory block(s) with d_fileno == 0Rick Macklem2015-05-231-38/+0
* Prevent a double free.Pedro F. Giffuni2015-04-201-1/+3
* nfsrpc_createv4: fix double free.Pedro F. Giffuni2015-04-191-1/+3
* Fixes mkdir for the NFSv2 client that was broken by r264705.Rick Macklem2014-04-221-1/+1
* Modify the NFSv4 client create/mkdir RPC so that it acquiresRick Macklem2014-04-201-0/+16
* Modify the NFSv4 client open/create RPC so that it acquiresRick Macklem2014-04-191-4/+16
* Modify the Lookup RPC for NFSv4 so that it acquires directoryRick Macklem2014-04-181-25/+32
* Be conservative and do not try to consume more bytes than wasKonstantin Belousov2013-01-271-1/+1
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientRick Macklem2012-12-081-100/+1745
* Add a simple printf() based debug facility to the new nfs client.Rick Macklem2012-09-091-1/+2
* Post r230394, the Lookup RPC counts for both NFS clients increasedRick Macklem2012-03-031-2/+11
* Close a race in NFS lookup processing that could result in stale name cacheJohn Baldwin2012-01-201-2/+3
* opt_inet6.h was missing from some files in the new NFS subsystem.Rick Macklem2012-01-081-0/+2
* During investigation of an NFSv4 client crash reported by glebius@,Rick Macklem2011-12-231-6/+4
* Add two arguments to the nfsrpc_rellockown() function in the NFSv4Rick Macklem2011-11-201-6/+5
* Modify the new NFSv4 client so that it appends a file handleRick Macklem2011-07-031-19/+27
* Fix the new NFSv4 client so that it doesn't fill the cachedRick Macklem2011-06-281-2/+2
* The new NFSv4 client was erroneously using "p" instead ofRick Macklem2011-06-051-9/+9
* Fix the new NFS client so that it correctly sets the "must_commit"Rick Macklem2011-05-251-6/+9
* Modify the offset + size checks for read and write in theRick Macklem2011-04-201-3/+6
* Fix up handling of the nfsmount structure in read and writeRick Macklem2011-04-191-11/+11
* Revert r220761 since, as kib@ pointed out, the case ofRick Macklem2011-04-181-5/+0
* Add checks for MNTK_UNMOUNTF at the beginning of threeRick Macklem2011-04-171-0/+5
* Fix readdirplus in the experimental NFS client so that itRick Macklem2011-04-171-1/+22
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in theRick Macklem2011-04-161-1/+1
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()Rick Macklem2011-04-141-1/+1
* Modify the experimental NFSv4 server so that it handlesRick Macklem2011-04-141-2/+2
* This patch fixes the Experimental NFS client to properly deal with 32 bit or 64Zack Kirsch2011-03-301-3/+3
* Store the full timestamp when caching timestamps of files andJohn Baldwin2010-09-071-2/+1
* For the experimental NFSv4 client, make sure that attributes thatRick Macklem2010-07-131-0/+14
* In NFS clients, instead of inconsistently using #ifdefKonstantin Belousov2010-06-131-12/+7
* Delete a diagnostic statement that is no longer useful fromRick Macklem2010-04-281-4/+0
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsRick Macklem2010-04-241-12/+14
* When the experimental NFS client is handling an NFSv4 server rebootRick Macklem2010-04-221-4/+12