public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] NFS & SUNRPC Sysfs Improvements
@ 2025-01-08 21:36 Anna Schumaker
  2025-01-08 21:36 ` [PATCH 1/3] NFS: Add implid to sysfs Anna Schumaker
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Anna Schumaker @ 2025-01-08 21:36 UTC (permalink / raw)
  To: linux-nfs, trond.myklebust; +Cc: anna

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(+)

-- 
2.47.1


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

end of thread, other threads:[~2025-01-20  7:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 21:36 [PATCH 0/3] NFS & SUNRPC Sysfs Improvements Anna Schumaker
2025-01-08 21:36 ` [PATCH 1/3] NFS: Add implid to sysfs Anna Schumaker
2025-01-09 14:33   ` Benjamin Coddington
2025-01-09 20:51     ` Anna Schumaker
2025-01-08 21:36 ` [PATCH 2/3] sunrpc: Add a sysfs attr for xprtsec Anna Schumaker
2025-01-08 21:36 ` [PATCH 3/3] sunrpc: Add a sysfs file for adding a new xprt Anna Schumaker
2025-01-09 15:10   ` Benjamin Coddington
2025-01-09 20:54     ` Anna Schumaker
2025-01-13 14:10   ` Olga Kornievskaia
2025-01-13 21:52     ` Anna Schumaker
2025-01-14 15:09       ` Olga Kornievskaia
2025-01-20  7:26   ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox