[PATCH 00/14] nfsd/sunrpc: add support for netlink upcalls for mountd/exportd

Jeff Layton posted 14 patches 3 weeks ago
There is a newer version of this series
Documentation/netlink/specs/nfsd.yaml         | 239 +++++++++
Documentation/netlink/specs/sunrpc_cache.yaml | 149 ++++++
fs/nfs/dns_resolve.c                          |   2 +-
fs/nfsd/export.c                              | 707 +++++++++++++++++++++++++-
fs/nfsd/netlink.c                             | 109 +++-
fs/nfsd/netlink.h                             |  18 +
fs/nfsd/nfs4idmap.c                           |   4 +-
fs/nfsd/nfsctl.c                              |  75 +++
fs/nfsd/nfsd.h                                |  17 +-
include/linux/sunrpc/cache.h                  |  12 +-
include/uapi/linux/nfsd_netlink.h             | 133 +++++
include/uapi/linux/sunrpc_netlink.h           |  84 +++
net/sunrpc/Makefile                           |   2 +-
net/sunrpc/auth_gss/svcauth_gss.c             |   2 +-
net/sunrpc/cache.c                            |  76 ++-
net/sunrpc/netlink.c                          | 144 ++++++
net/sunrpc/netlink.h                          |  38 ++
net/sunrpc/sunrpc_syms.c                      |  10 +
net/sunrpc/svcauth_unix.c                     | 506 +++++++++++++++++-
19 files changed, 2287 insertions(+), 40 deletions(-)