public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Two miscellaneous NFS patches.
@ 2014-09-18  6:09 NeilBrown
  2014-09-18  6:09 ` [PATCH 2/2] NFS: don't use STABLE writes during writeback NeilBrown
  2014-09-18  6:09 ` [PATCH 1/2] NFSv4: use exponential retry on NFS4ERR_DELAY for async requests NeilBrown
  0 siblings, 2 replies; 3+ messages in thread
From: NeilBrown @ 2014-09-18  6:09 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: linux-nfs

These are two unrelated patches that I found while tidying up :-)
One has been sitting, unloved, for over a year... (though I did
mention it in a recent email - I'm resending it for simplicity).

Both fix performance issues in unusual situations.
The first allows an 'unlink' to complete in 100ms where it will
take 15 seconds in the current kernel.
The second uses non-STABLE writes in a case where STABLE writes
are current used but not needed, resulting in reduced throughput.

Thanks,
NeilBrown


---

NeilBrown (2):
      NFSv4: use exponential retry on NFS4ERR_DELAY for async requests.
      NFS: don't use STABLE writes during writeback.


 fs/nfs/nfs4proc.c       |   65 ++++++++++++++++++++++++++++++-----------------
 fs/nfs/write.c          |    7 ++++-
 include/linux/nfs_xdr.h |    2 +
 3 files changed, 49 insertions(+), 25 deletions(-)

-- 
Signature


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-18  6:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-18  6:09 [PATCH 0/2] Two miscellaneous NFS patches NeilBrown
2014-09-18  6:09 ` [PATCH 2/2] NFS: don't use STABLE writes during writeback NeilBrown
2014-09-18  6:09 ` [PATCH 1/2] NFSv4: use exponential retry on NFS4ERR_DELAY for async requests NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox