public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Trond Myklebust <trond.myklebust@primarydata.com>
Cc: linux-nfs@vger.kernel.org
Subject: [PATCH 0/2] Two miscellaneous NFS patches.
Date: Thu, 18 Sep 2014 16:09:27 +1000	[thread overview]
Message-ID: <20140918060551.24098.72288.stgit@notabene.brown> (raw)

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


             reply	other threads:[~2014-09-18  6:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-18  6:09 NeilBrown [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140918060551.24098.72288.stgit@notabene.brown \
    --to=neilb@suse.de \
    --cc=linux-nfs@vger.kernel.org \
    --cc=trond.myklebust@primarydata.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox