All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Misc cleanups
@ 2018-03-20 21:03 Trond Myklebust
  2018-03-20 21:03 ` [PATCH 1/9] SUNRPC: Add helpers for decoding opaque and string types Trond Myklebust
  0 siblings, 1 reply; 12+ messages in thread
From: Trond Myklebust @ 2018-03-20 21:03 UTC (permalink / raw)
  To: Anna Schumaker; +Cc: linux-nfs

The following patches are a set of cleanups for the NFSv4 XDR encoding
both on the forward and back channels.
Also a couple of delegation related cleanups and fixes.

Trond Myklebust (9):
  SUNRPC: Add helpers for decoding opaque and string types
  SUNRPC: Add a helper for encoding opaque data inline
  NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_group
  NFSv4; Clean up XDR encoding of type bitmap4
  NFSv4: Clean up encode_attrs
  NFSv4: Add a helper to encode/decode struct timespec
  NFSv4: Don't ask for attributes when ACCESS is protected by a
    delegation
  NFSv4: Clean up CB_GETATTR encoding
  NFSv4: Fix the nfs_inode_set_delegation() arguments

 fs/nfs/callback_xdr.c      |  37 ++-----
 fs/nfs/delegation.c        |  35 ++++---
 fs/nfs/delegation.h        |   6 +-
 fs/nfs/nfs4proc.c          |  25 +++--
 fs/nfs/nfs4xdr.c           | 238 +++++++++++++++++++++------------------------
 include/linux/sunrpc/xdr.h |  94 ++++++++++++++++++
 net/sunrpc/xdr.c           |  82 ++++++++++++++++
 7 files changed, 336 insertions(+), 181 deletions(-)

-- 
2.14.3


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

end of thread, other threads:[~2022-05-17 18:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20 21:03 [PATCH 0/9] Misc cleanups Trond Myklebust
2018-03-20 21:03 ` [PATCH 1/9] SUNRPC: Add helpers for decoding opaque and string types Trond Myklebust
2018-03-20 21:03   ` [PATCH 2/9] SUNRPC: Add a helper for encoding opaque data inline Trond Myklebust
2018-03-20 21:03     ` [PATCH 3/9] NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_group Trond Myklebust
2018-03-20 21:03       ` [PATCH 4/9] NFSv4; Clean up XDR encoding of type bitmap4 Trond Myklebust
2018-03-20 21:03         ` [PATCH 5/9] NFSv4: Clean up encode_attrs Trond Myklebust
2018-03-20 21:03           ` [PATCH 6/9] NFSv4: Add a helper to encode/decode struct timespec Trond Myklebust
2018-03-20 21:03             ` [PATCH 7/9] NFSv4: Don't ask for attributes when ACCESS is protected by a delegation Trond Myklebust
2018-03-20 21:03               ` [PATCH 8/9] NFSv4: Clean up CB_GETATTR encoding Trond Myklebust
2018-03-20 21:03                 ` [PATCH 9/9] NFSv4: Fix the nfs_inode_set_delegation() arguments Trond Myklebust
2022-05-17 17:00           ` [PATCH 5/9] NFSv4: Clean up encode_attrs Dan Aloni
2022-05-17 18:20             ` Trond Myklebust

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.