All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Pre-requisites for client-side RPC-with-TLS support
@ 2022-07-22 17:25 Chuck Lever
  2022-07-22 17:25 ` [PATCH 1/4] SUNRPC: Fail faster on bad verifier Chuck Lever
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Chuck Lever @ 2022-07-22 17:25 UTC (permalink / raw)
  To: anna.schumaker, trondmy; +Cc: linux-nfs

As Jeff recently suggested, here are a few generic patches from my
RPC-with-TLS series that I believe can go in now.

---

Chuck Lever (4):
      SUNRPC: Fail faster on bad verifier
      SUNRPC: Widen rpc_task::tk_flags
      SUNRPC: Replace dprintk() call site in xs_data_ready
      NFS: Replace fs_context-related dprintk() call sites with tracepoints


 fs/nfs/fs_context.c           | 25 +++++++-----
 fs/nfs/nfstrace.h             | 77 +++++++++++++++++++++++++++++++++++
 include/linux/sunrpc/clnt.h   |  6 ++-
 include/linux/sunrpc/sched.h  | 32 +++++++--------
 include/trace/events/sunrpc.h | 18 ++++++++
 net/sunrpc/clnt.c             | 13 +++---
 net/sunrpc/debugfs.c          |  2 +-
 net/sunrpc/xprtsock.c         |  6 ++-
 8 files changed, 142 insertions(+), 37 deletions(-)

--
Chuck Lever


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

end of thread, other threads:[~2022-07-25 16:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22 17:25 [PATCH 0/4] Pre-requisites for client-side RPC-with-TLS support Chuck Lever
2022-07-22 17:25 ` [PATCH 1/4] SUNRPC: Fail faster on bad verifier Chuck Lever
2022-07-22 17:25 ` [PATCH 2/4] SUNRPC: Widen rpc_task::tk_flags Chuck Lever
2022-07-22 17:53   ` Trond Myklebust
2022-07-22 17:55     ` Chuck Lever III
2022-07-23 20:10       ` Trond Myklebust
2022-07-25 13:17         ` Chuck Lever III
2022-07-22 17:25 ` [PATCH 3/4] SUNRPC: Replace dprintk() call site in xs_data_ready Chuck Lever
2022-07-22 17:59   ` Trond Myklebust
2022-07-22 18:45     ` Chuck Lever III
2022-07-22 20:22       ` Steven Rostedt
2022-07-25 15:49         ` Arnaldo Carvalho de Melo
2022-07-25 16:06           ` Steven Rostedt
2022-07-22 17:25 ` [PATCH 4/4] NFS: Replace fs_context-related dprintk() call sites with tracepoints Chuck Lever
2022-07-22 18:00   ` Trond Myklebust
2022-07-22 19:05     ` Chuck Lever III

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.