All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] NFSD: Clean ups for recent XDR work
@ 2021-09-30 21:06 Chuck Lever
  2021-09-30 21:06 ` [PATCH v1 1/2] SUNRPC: xdr_stream_subsegment() must handle non-zero page_bases Chuck Lever
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chuck Lever @ 2021-09-30 21:06 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

Hi Bruce-

As we discussed, here are a couple of minor improvements for the
xdr_stream_subsegment() API added when the NFSv4 XDR functions were
recently overhauled. Notably, the second patch changes the NFSv2 and
NFSv3 decoders to work like the NFSv4 one.

---

Chuck Lever (2):
      SUNRPC: xdr_stream_subsegment() must handle non-zero page_bases
      NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()


 fs/nfsd/nfs3proc.c         |  3 +--
 fs/nfsd/nfs3xdr.c          | 12 ++----------
 fs/nfsd/nfs4proc.c         |  3 +--
 fs/nfsd/nfsproc.c          |  3 +--
 fs/nfsd/nfsxdr.c           |  9 +--------
 fs/nfsd/xdr.h              |  2 +-
 fs/nfsd/xdr3.h             |  2 +-
 include/linux/sunrpc/svc.h |  3 +--
 net/sunrpc/svc.c           | 11 ++++++-----
 net/sunrpc/xdr.c           | 32 +++++++++++++++++---------------
 10 files changed, 32 insertions(+), 48 deletions(-)

--
Chuck Lever


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

end of thread, other threads:[~2021-10-02 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-30 21:06 [PATCH v1 0/2] NFSD: Clean ups for recent XDR work Chuck Lever
2021-09-30 21:06 ` [PATCH v1 1/2] SUNRPC: xdr_stream_subsegment() must handle non-zero page_bases Chuck Lever
2021-09-30 21:06 ` [PATCH v1 2/2] NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() Chuck Lever
2021-10-02 20:38 ` [PATCH v1 0/2] NFSD: Clean ups for recent XDR work J. Bruce Fields

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.