mbox series

[0/3] NFS & SUNRPC Sysfs Improvements

Message ID 20250108213632.260498-1-anna@kernel.org (mailing list archive)
Headers show
Series NFS & SUNRPC Sysfs Improvements | expand

Message

Anna Schumaker Jan. 8, 2025, 9:36 p.m. UTC
From: Anna Schumaker <anna.schumaker@oracle.com>

These are a few improvements that have been in the back of my mind for a
while, and I finally had the chance to work on. The first patch adds a
(read-only) file to check the server's implementation id. The remaining
two patches are sunrpc side to display the xprtsec in use for each
transport and to add a new transport to the xprt switch.

Thoughts?
Anna

Anna Schumaker (3):
  NFS: Add implid to sysfs
  sunrpc: Add a sysfs attr for xprtsec
  sunrpc: Add a sysfs file for adding a new xprt

 fs/nfs/sysfs.c                       | 79 ++++++++++++++++++++++++++
 include/linux/sunrpc/xprtmultipath.h |  1 +
 net/sunrpc/sysfs.c                   | 83 ++++++++++++++++++++++++++++
 net/sunrpc/xprtmultipath.c           | 21 +++++++
 4 files changed, 184 insertions(+)