linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chuck Lever <chuck.lever@oracle.com>
To: anna.schumaker@netapp.com
Cc: linux-rdma@vger.kernel.org, linux-nfs@vger.kernel.org
Subject: [PATCH v2 0/7] NFS/RDMA client-side patches for 4.11
Date: Tue, 31 Jan 2017 13:38:08 -0500	[thread overview]
Message-ID: <20170131183345.5325.47072.stgit@manet.1015granger.net> (raw)

These are bug fixes based on v4.10-rc6 + my for-4.10-rc fixes.

The keepalive patches are still waiting for internal testing
resources.

Available in the "nfs-rdma-for-4.11" topic branch of this git repo:

git://git.linux-nfs.org/projects/cel/cel-2.6.git


Or for browsing:

http://git.linux-nfs.org/?p=cel/cel-2.6.git;a=log;h=refs/heads/nfs-rdma-for-4.11


Changes since v1:
- Rebased on v4.10-rc6
- Tested-by and additional clean-up in 1/7
- Patch description clarifications
- Renamed some constants and variables


---

Chuck Lever (7):
      xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs
      xprtrdma: Handle stale connection rejection
      xprtrdma: Refactor management of mw_list field
      sunrpc: Allow xprt->ops->timer method to sleep
      sunrpc: Enable calls to rpc_call_null_helper() from other modules
      xprtrdma: Detect unreachable NFS/RDMA servers more reliably
      sunrpc: Allow keepalive ping on a credit-full transport


 fs/nfs/nfs4proc.c               |    3 -
 fs/nfsd/nfs4callback.c          |    2 -
 include/linux/sunrpc/clnt.h     |    5 ++
 include/linux/sunrpc/sched.h    |    4 ++
 net/sunrpc/clnt.c               |   28 ++++++------
 net/sunrpc/xprt.c               |    6 ++
 net/sunrpc/xprtrdma/fmr_ops.c   |    5 --
 net/sunrpc/xprtrdma/frwr_ops.c  |   11 ++---
 net/sunrpc/xprtrdma/rpc_rdma.c  |   20 +++++---
 net/sunrpc/xprtrdma/transport.c |   74 +++++++++++++++++++++++++++++--
 net/sunrpc/xprtrdma/verbs.c     |   94 ++++++++++++++-------------------------
 net/sunrpc/xprtrdma/xprt_rdma.h |   23 ++++++++++
 net/sunrpc/xprtsock.c           |    2 +
 13 files changed, 174 insertions(+), 103 deletions(-)

--
Chuck Lever

             reply	other threads:[~2017-01-31 18:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31 18:38 Chuck Lever [this message]
2017-01-31 18:38 ` [PATCH v2 1/7] xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs Chuck Lever
2017-01-31 18:38 ` [PATCH v2 2/7] xprtrdma: Handle stale connection rejection Chuck Lever
2017-01-31 18:38 ` [PATCH v2 3/7] xprtrdma: Refactor management of mw_list field Chuck Lever
2017-01-31 18:38 ` [PATCH v2 4/7] sunrpc: Allow xprt->ops->timer method to sleep Chuck Lever
2017-01-31 18:38 ` [PATCH v2 5/7] sunrpc: Enable calls to rpc_call_null_helper() from other modules Chuck Lever
2017-01-31 18:38 ` [PATCH v2 6/7] xprtrdma: Detect unreachable NFS/RDMA servers more reliably Chuck Lever
2017-01-31 18:39 ` [PATCH v2 7/7] sunrpc: Allow keepalive ping on a credit-full transport Chuck Lever
2017-02-01 14:50   ` Anna Schumaker
2017-02-01 15:31     ` Chuck Lever

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=20170131183345.5325.47072.stgit@manet.1015granger.net \
    --to=chuck.lever@oracle.com \
    --cc=anna.schumaker@netapp.com \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).