Linux NFS development
 help / color / mirror / Atom feed
* add a clientid mount option
@ 2025-07-14  6:30 Christoph Hellwig
  2025-07-14  6:30 ` [PATCH 1/2] NFS: pass struct nfs_client_initdata to nfs4_set_client Christoph Hellwig
  2025-07-14  6:30 ` [PATCH 2/2] NFS: add a clientid mount option Christoph Hellwig
  0 siblings, 2 replies; 10+ messages in thread
From: Christoph Hellwig @ 2025-07-14  6:30 UTC (permalink / raw)
  To: Trond Myklebust, Anna Schumaker; +Cc: linux-nfs

Hi all,

this series adds a new clientid mount option that allows to use a
non-default clientid on a per-mount basis to make it easy to test
client-based behavior on a single client system.

Diffstat:
 fs/nfs/client.c           |   12 +++
 fs/nfs/fs_context.c       |   12 +++
 fs/nfs/internal.h         |    2 
 fs/nfs/nfs4client.c       |  152 ++++++++++++++++++++--------------------------
 fs/nfs/nfs4proc.c         |    7 +-
 include/linux/nfs_fs_sb.h |    1 
 6 files changed, 102 insertions(+), 84 deletions(-)

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

end of thread, other threads:[~2025-07-15  5:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14  6:30 add a clientid mount option Christoph Hellwig
2025-07-14  6:30 ` [PATCH 1/2] NFS: pass struct nfs_client_initdata to nfs4_set_client Christoph Hellwig
2025-07-14 15:51   ` Trond Myklebust
2025-07-14  6:30 ` [PATCH 2/2] NFS: add a clientid mount option Christoph Hellwig
2025-07-14 13:24   ` Chuck Lever
2025-07-14 13:31     ` Christoph Hellwig
2025-07-14 14:47       ` Chuck Lever
2025-07-14 15:49         ` Trond Myklebust
2025-07-15  5:31           ` Christoph Hellwig
2025-07-15  5:30         ` Christoph Hellwig

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