All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 00/15] Possible patches for v5.8
@ 2020-05-12 21:12 Chuck Lever
  2020-05-12 21:12 ` [PATCH v1 01/15] SUNRPC: Signalled ASYNC tasks need to exit Chuck Lever
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Chuck Lever @ 2020-05-12 21:12 UTC (permalink / raw)
  To: anna.schumaker, trondmy; +Cc: linux-nfs

Fixes:
 - Make sure ASYNC rpc_tasks observe signals

Improvements:
 - Adjust reply slack values only once
 - More client-side RPC tracepoint curation
 - Add/improve tracepoints to capture internal NFS I/O errors

---

Chuck Lever (15):
      SUNRPC: Signalled ASYNC tasks need to exit
      SUNRPC: receive buffer size estimation values almost never change
      SUNRPC: Trace GSS context lifetimes
      SUNRPC: Update the rpc_show_task_flags() macro
      SUNRPC: Update the RPC_SHOW_SOCKET() macro
      SUNRPC: Add tracepoint to rpc_call_rpcerror()
      SUNRPC: Split the xdr_buf event class
      SUNRPC: Trace transport lifetime events
      SUNRPC: trace RPC client lifetime events
      SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDS
      SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT
      SUNRPC: Set SOFTCONN when destroying GSS contexts
      NFS: nfs_xdr_status should record the procedure name
      NFS: Trace short NFS READs
      NFS: Add a tracepoint in nfs_set_pgio_error()


 fs/nfs/nfstrace.h               |  106 +++++++++++++-
 fs/nfs/pagelist.c               |    2 
 fs/nfs/read.c                   |    2 
 include/linux/sunrpc/auth.h     |    5 -
 include/trace/events/rpcgss.h   |   89 +++++++++++-
 include/trace/events/rpcrdma.h  |    4 -
 include/trace/events/sunrpc.h   |  301 ++++++++++++++++++++++++++++++++-------
 net/sunrpc/auth_gss/auth_gss.c  |   56 +++++--
 net/sunrpc/auth_gss/trace.c     |    1 
 net/sunrpc/clnt.c               |   59 +++-----
 net/sunrpc/svc_xprt.c           |    4 -
 net/sunrpc/xprt.c               |   23 ++-
 net/sunrpc/xprtrdma/rpc_rdma.c  |    4 -
 net/sunrpc/xprtrdma/transport.c |    8 -
 net/sunrpc/xprtrdma/verbs.c     |    1 
 15 files changed, 527 insertions(+), 138 deletions(-)

--
Chuck Lever

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

end of thread, other threads:[~2020-05-12 21:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 21:12 [PATCH v1 00/15] Possible patches for v5.8 Chuck Lever
2020-05-12 21:12 ` [PATCH v1 01/15] SUNRPC: Signalled ASYNC tasks need to exit Chuck Lever
2020-05-12 21:13 ` [PATCH v1 02/15] SUNRPC: receive buffer size estimation values almost never change Chuck Lever
2020-05-12 21:13 ` [PATCH v1 03/15] SUNRPC: Trace GSS context lifetimes Chuck Lever
2020-05-12 21:13 ` [PATCH v1 04/15] SUNRPC: Update the rpc_show_task_flags() macro Chuck Lever
2020-05-12 21:13 ` [PATCH v1 05/15] SUNRPC: Update the RPC_SHOW_SOCKET() macro Chuck Lever
2020-05-12 21:13 ` [PATCH v1 06/15] SUNRPC: Add tracepoint to rpc_call_rpcerror() Chuck Lever
2020-05-12 21:13 ` [PATCH v1 07/15] SUNRPC: Split the xdr_buf event class Chuck Lever
2020-05-12 21:13 ` [PATCH v1 08/15] SUNRPC: Trace transport lifetime events Chuck Lever
2020-05-12 21:13 ` [PATCH v1 09/15] SUNRPC: trace RPC client " Chuck Lever
2020-05-12 21:13 ` [PATCH v1 10/15] SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDS Chuck Lever
2020-05-12 21:13 ` [PATCH v1 11/15] SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT Chuck Lever
2020-05-12 21:13 ` [PATCH v1 12/15] SUNRPC: Set SOFTCONN when destroying GSS contexts Chuck Lever
2020-05-12 21:14 ` [PATCH v1 13/15] NFS: nfs_xdr_status should record the procedure name Chuck Lever
2020-05-12 21:14 ` [PATCH v1 14/15] NFS: Trace short NFS READs Chuck Lever
2020-05-12 21:14 ` [PATCH v1 15/15] NFS: Add a tracepoint in nfs_set_pgio_error() Chuck Lever

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.