All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/18] NFS/RDMA server for v4.17
@ 2018-03-27 14:49 Chuck Lever
  2018-03-27 14:49 ` [PATCH v2 01/18] sunrpc: Remove unneeded pointer dereference Chuck Lever
                   ` (17 more replies)
  0 siblings, 18 replies; 23+ messages in thread
From: Chuck Lever @ 2018-03-27 14:49 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

Hi Bruce-

Here's a revision of the first two "for v4.17" patchsets I sent you
a couple of weeks ago. This series includes fixes for NFSD and
server-side RPC trace points, and the write and symlink XDR decoder
clean up patches.


Changes since v1:
- svc_process latency report no longer includes transport latency
- new separate report of transport queuing latency
- fix bug when reading holes over NFSv4
- NFSv4-related hunks removed from the XDR decoder clean up patches

---

Chuck Lever (18):
      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
      svc: Report xprt dequeue latency
      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
      NFSD: Clean up legacy NFS WRITE argument XDR decoders
      NFSD: Clean up legacy NFS SYMLINK argument XDR decoders


 fs/nfsd/nfs3proc.c                       |   18 ++-
 fs/nfsd/nfs3xdr.c                        |   67 ++--------
 fs/nfsd/nfs4layouts.c                    |   16 +-
 fs/nfsd/nfs4proc.c                       |   25 ++--
 fs/nfsd/nfs4xdr.c                        |   56 ++++++--
 fs/nfsd/nfsproc.c                        |   23 ++-
 fs/nfsd/nfsxdr.c                         |   63 +++++----
 fs/nfsd/trace.h                          |   98 +++++++++++++-
 fs/nfsd/vfs.c                            |   85 ++++++-------
 fs/nfsd/vfs.h                            |    8 +
 fs/nfsd/xdr.h                            |    3 
 fs/nfsd/xdr3.h                           |    3 
 fs/nfsd/xdr4.h                           |    2 
 include/linux/sunrpc/svc.h               |    6 +
 include/linux/sunrpc/svc_xprt.h          |    6 +
 include/trace/events/sunrpc.h            |  204 ++++++++++++++++++------------
 net/sunrpc/svc.c                         |  118 ++++++++++++++++-
 net/sunrpc/svc_xprt.c                    |   34 ++---
 net/sunrpc/svcsock.c                     |    8 +
 net/sunrpc/xprtrdma/svc_rdma_transport.c |   10 +
 20 files changed, 545 insertions(+), 308 deletions(-)

--
Chuck Lever

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

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

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-27 14:49 [PATCH v2 00/18] NFS/RDMA server for v4.17 Chuck Lever
2018-03-27 14:49 ` [PATCH v2 01/18] sunrpc: Remove unneeded pointer dereference Chuck Lever
2018-03-27 14:49 ` [PATCH v2 02/18] svc: Simplify ->xpo_secure_port Chuck Lever
2018-03-27 14:49 ` [PATCH v2 03/18] sunrpc: Update show_svc_xprt_flags() to include recently added flags Chuck Lever
2018-03-27 14:50 ` [PATCH v2 04/18] sunrpc: Move trace_svc_xprt_dequeue() Chuck Lever
2018-03-27 14:50 ` [PATCH v2 05/18] sunrpc: Simplify do_enqueue tracing Chuck Lever
2018-03-27 14:50 ` [PATCH v2 06/18] sunrpc: Simplify trace_svc_recv Chuck Lever
2018-03-27 14:51 ` [PATCH v2 07/18] sunrpc: Save remote presentation address in svc_xprt for trace events Chuck Lever
2018-03-27 14:51 ` [PATCH v2 08/18] sunrpc: Re-purpose trace_svc_process Chuck Lever
2018-03-27 14:51 ` [PATCH v2 09/18] sunrpc: Report per-RPC execution stats Chuck Lever
2018-03-27 14:52 ` [PATCH v2 10/18] svc: Report xprt dequeue latency Chuck Lever
2018-03-27 14:52 ` [PATCH v2 11/18] nfsd: Fix NFSD trace points Chuck Lever
2018-03-27 14:52 ` [PATCH v2 12/18] nfsd: Record request byte count, not count of vectors Chuck Lever
2018-03-27 14:53 ` [PATCH v2 13/18] nfsd: Add "nfsd_" to trace point names Chuck Lever
2018-03-27 14:53 ` [PATCH v2 14/18] nfsd: Add I/O trace points in the NFSv4 write path Chuck Lever
2018-03-27 14:53 ` [PATCH v2 15/18] nfsd: Add I/O trace points in the NFSv4 read proc Chuck Lever
2018-03-27 16:57   ` Chuck Lever
2018-03-27 20:14     ` Bruce Fields
2018-03-27 21:22       ` Chuck Lever
2018-03-27 21:51         ` Bruce Fields
2018-03-27 14:53 ` [PATCH v2 16/18] nfsd: Trace NFSv4 COMPOUND execution Chuck Lever
2018-03-27 14:54 ` [PATCH v2 17/18] NFSD: Clean up legacy NFS WRITE argument XDR decoders Chuck Lever
2018-03-27 14:54 ` [PATCH v2 18/18] NFSD: Clean up legacy NFS SYMLINK " 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.