linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/6] xprtrdma deadlock avoidance
@ 2022-09-23 13:05 Chuck Lever
  2022-09-23 13:06 ` [PATCH v1 1/6] svcrdma: Clean up RPCRDMA_DEF_GFP Chuck Lever
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Chuck Lever @ 2022-09-23 13:05 UTC (permalink / raw)
  To: anna.schumaker; +Cc: linux-nfs

These patches attempt to reduce the possibility of a deadlock when
direct reclaim drives resource allocation in xprtrdma. Looking for
comments and review.

---

Chuck Lever (6):
      svcrdma: Clean up RPCRDMA_DEF_GFP
      xprtrdma: Clean up synopsis of rpcrdma_req_create()
      xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()
      xprtrdma: MR-related memory allocation should be allowed to fail
      xprtrdma: Memory allocation should be allowed to fail during connect
      xprtrdma: Prevent memory allocations from driving a reclaim


 net/sunrpc/xprtrdma/backchannel.c          |  2 +-
 net/sunrpc/xprtrdma/frwr_ops.c             | 17 ++++-----
 net/sunrpc/xprtrdma/svc_rdma_backchannel.c |  4 +--
 net/sunrpc/xprtrdma/verbs.c                | 42 +++++++++++-----------
 net/sunrpc/xprtrdma/xprt_rdma.h            | 10 ++++--
 5 files changed, 38 insertions(+), 37 deletions(-)

--
Chuck Lever


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

end of thread, other threads:[~2022-09-23 13:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-23 13:05 [PATCH v1 0/6] xprtrdma deadlock avoidance Chuck Lever
2022-09-23 13:06 ` [PATCH v1 1/6] svcrdma: Clean up RPCRDMA_DEF_GFP Chuck Lever
2022-09-23 13:06 ` [PATCH v1 2/6] xprtrdma: Clean up synopsis of rpcrdma_req_create() Chuck Lever
2022-09-23 13:06 ` [PATCH v1 3/6] xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc() Chuck Lever
2022-09-23 13:06 ` [PATCH v1 4/6] xprtrdma: MR-related memory allocation should be allowed to fail Chuck Lever
2022-09-23 13:06 ` [PATCH v1 5/6] xprtrdma: Memory allocation should be allowed to fail during connect Chuck Lever
2022-09-23 13:06 ` [PATCH v1 6/6] xprtrdma: Prevent memory allocations from driving a reclaim Chuck Lever

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