mbox series

[v2,00/11] NFS server user xattr support (RFC8276)

Message ID 20200327232717.15331-1-fllinden@amazon.com (mailing list archive)
Headers show
Series NFS server user xattr support (RFC8276) | expand

Message

Frank van der Linden March 27, 2020, 11:27 p.m. UTC
v1 is here: https://www.spinics.net/lists/linux-nfs/msg76740.html

v2:

* Moved the xattr changes upfront, and Cc-ed them to the appropriate
  recipients.
* Added doxygen comments to the new exported functions (xattr)
* Squashed a number of patches together to avoid unused function
  warnings.
* Renamed nfs4_vbuf_from_stream to nfs4_vbuf_from_vector

 fs/nfsd/nfs4proc.c        | 140 +++++++++-
 fs/nfsd/nfs4xdr.c         | 535 +++++++++++++++++++++++++++++++++++---
 fs/nfsd/nfsd.h            |   5 +-
 fs/nfsd/vfs.c             | 142 ++++++++++
 fs/nfsd/vfs.h             |  10 +
 fs/nfsd/xdr4.h            |  31 +++
 fs/xattr.c                | 111 +++++++-
 include/linux/nfs4.h      |  22 +-
 include/linux/xattr.h     |   4 +
 include/uapi/linux/nfs4.h |   3 +
 10 files changed, 961 insertions(+), 42 deletions(-)