linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] NFSD trace point clean up
@ 2018-03-13 15:43 Chuck Lever
  2018-03-13 15:43 ` [PATCH 01/15] sunrpc: Remove unneeded pointer dereference Chuck Lever
                   ` (14 more replies)
  0 siblings, 15 replies; 28+ messages in thread
From: Chuck Lever @ 2018-03-13 15:43 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

Hi Bruce-

Please consider this cluster of patches for v4.17. The patches clean
up a number of issues with NFSD and server-side sunrpc static trace
points.

I have additional svcrdma patches for v4.17, which I'm holding until
you have reviewed this cluster.

---

Chuck Lever (15):
      sunrpc: Remove unneeded pointer dereference
      svc: Simplify ->xpo_secure_port
      sunrpc: Update show_svc_xprt_flags() to include recently added flags
      sunrpc: Move trace_svc_xprt_dequeue()
      sunrpc: Simplify do_enqueue tracing
      sunrpc: Simplify trace_svc_recv
      sunrpc: Save remote presentation address in svc_xprt for trace events
      sunrpc: Re-purpose trace_svc_process
      sunrpc: Report per-RPC execution stats
      nfsd: Fix NFSD trace points
      nfsd: Record request byte count, not count of vectors
      nfsd: Add "nfsd_" to trace point names
      nfsd: Add I/O trace points in the NFSv4 write path
      nfsd: Add I/O trace points in the NFSv4 read proc
      nfsd: Trace NFSv4 COMPOUND execution


 fs/nfsd/nfs4layouts.c                    |   16 +--
 fs/nfsd/nfs4proc.c                       |   25 +++-
 fs/nfsd/nfs4xdr.c                        |   55 +++++++---
 fs/nfsd/trace.h                          |   98 +++++++++++++++--
 fs/nfsd/vfs.c                            |   85 +++++++--------
 fs/nfsd/vfs.h                            |    8 +
 include/linux/sunrpc/svc.h               |    1 
 include/linux/sunrpc/svc_rdma.h          |    1 
 include/linux/sunrpc/svc_xprt.h          |    6 +
 include/trace/events/sunrpc.h            |  173 ++++++++++++++++--------------
 net/sunrpc/svc.c                         |    9 +-
 net/sunrpc/svc_xprt.c                    |   31 ++---
 net/sunrpc/svcsock.c                     |   10 +-
 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c  |    1 
 net/sunrpc/xprtrdma/svc_rdma_transport.c |   11 +-
 15 files changed, 322 insertions(+), 208 deletions(-)

--
Chuck Lever

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

end of thread, other threads:[~2018-03-22 21:18 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-13 15:43 [PATCH 00/15] NFSD trace point clean up Chuck Lever
2018-03-13 15:43 ` [PATCH 01/15] sunrpc: Remove unneeded pointer dereference Chuck Lever
2018-03-13 15:43 ` [PATCH 02/15] svc: Simplify ->xpo_secure_port Chuck Lever
2018-03-13 15:43 ` [PATCH 03/15] sunrpc: Update show_svc_xprt_flags() to include recently added flags Chuck Lever
2018-03-13 15:44 ` [PATCH 04/15] sunrpc: Move trace_svc_xprt_dequeue() Chuck Lever
2018-03-13 15:44 ` [PATCH 05/15] sunrpc: Simplify do_enqueue tracing Chuck Lever
2018-03-13 15:44 ` [PATCH 06/15] sunrpc: Simplify trace_svc_recv Chuck Lever
2018-03-13 15:44 ` [PATCH 07/15] sunrpc: Save remote presentation address in svc_xprt for trace events Chuck Lever
2018-03-14 20:35   ` J. Bruce Fields
2018-03-15  0:54     ` Chuck Lever
2018-03-15  1:43       ` Bruce Fields
2018-03-13 15:44 ` [PATCH 08/15] sunrpc: Re-purpose trace_svc_process Chuck Lever
2018-03-13 15:44 ` [PATCH 09/15] sunrpc: Report per-RPC execution stats Chuck Lever
2018-03-14 20:50   ` J. Bruce Fields
2018-03-15  1:11     ` Chuck Lever
2018-03-22 20:32       ` Chuck Lever
2018-03-22 21:01         ` Bruce Fields
2018-03-22 21:18           ` Chuck Lever
2018-03-13 15:44 ` [PATCH 10/15] nfsd: Fix NFSD trace points Chuck Lever
2018-03-13 15:44 ` [PATCH 11/15] nfsd: Record request byte count, not count of vectors Chuck Lever
2018-03-14 20:52   ` J. Bruce Fields
2018-03-15  1:18     ` Chuck Lever
2018-03-13 15:44 ` [PATCH 12/15] nfsd: Add "nfsd_" to trace point names Chuck Lever
2018-03-13 15:44 ` [PATCH 13/15] nfsd: Add I/O trace points in the NFSv4 write path Chuck Lever
2018-03-13 15:44 ` [PATCH 14/15] nfsd: Add I/O trace points in the NFSv4 read proc Chuck Lever
2018-03-13 15:44 ` [PATCH 15/15] nfsd: Trace NFSv4 COMPOUND execution Chuck Lever
2018-03-14 20:55   ` J. Bruce Fields
2018-03-15  1:29     ` 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).