linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/7] NFS/RDMA client-side patches for 4.11
@ 2017-01-26 17:55 Chuck Lever
  2017-01-26 17:55 ` [PATCH v1 1/7] xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs Chuck Lever
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Chuck Lever @ 2017-01-26 17:55 UTC (permalink / raw)
  To: linux-rdma, linux-nfs

Sorry this is later than usual. Fortunately the patches are small
and few in number.

These are bug fixes based on v4.10-rc5 + my for-4.10-rc fixes. They
are still being tested; I'm posting for review only.

I've included an updated set of patches that implement keepalive
for RPC-over-RDMA with the changes discussed recently in this
thread:

  http://marc.info/?l=linux-nfs&m=148433523625936&w=2


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


---

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


 include/linux/sunrpc/clnt.h     |    5 ++
 include/linux/sunrpc/sched.h    |    2 +
 net/sunrpc/clnt.c               |   21 +++++----
 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  |    7 +--
 net/sunrpc/xprtrdma/transport.c |   63 ++++++++++++++++++++++++++
 net/sunrpc/xprtrdma/verbs.c     |   93 ++++++++++++++-------------------------
 net/sunrpc/xprtrdma/xprt_rdma.h |   21 +++++++++
 net/sunrpc/xprtsock.c           |    2 +
 11 files changed, 149 insertions(+), 87 deletions(-)

--
Chuck Lever

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

end of thread, other threads:[~2017-01-30 21:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26 17:55 [PATCH v1 0/7] NFS/RDMA client-side patches for 4.11 Chuck Lever
2017-01-26 17:55 ` [PATCH v1 1/7] xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs Chuck Lever
2017-01-26 17:55 ` [PATCH v1 2/7] xprtrdma: Handle stale connection rejection Chuck Lever
2017-01-26 17:55 ` [PATCH v1 3/7] xprtrdma: Refactor management of mw_list field Chuck Lever
2017-01-26 17:56 ` [PATCH v1 4/7] sunrpc: Allow xprt->ops->timer method to sleep Chuck Lever
2017-01-26 17:56 ` [PATCH v1 5/7] sunrpc: Enable calls to rpc_call_null_helper() from other modules Chuck Lever
2017-01-27 22:07   ` Anna Schumaker
2017-01-27 22:10     ` Chuck Lever
2017-01-26 17:56 ` [PATCH v1 6/7] xprtrdma: Detect unreachable NFS/RDMA servers more reliably Chuck Lever
2017-01-26 17:56 ` [PATCH v1 7/7] sunrpc: Allow keepalive ping on a credit-full transport Chuck Lever
2017-01-30 20:29   ` Anna Schumaker
2017-01-30 20:32     ` Chuck Lever
2017-01-30 21:36       ` Anna Schumaker

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).