public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/2] NFSD: move accumulated callback ops to per-net namespace
@ 2026-03-13 16:31 Chuck Lever
  2026-03-13 16:31 ` [PATCH v7 1/2] NFSD: use per-operation statidx for callback procedures Chuck Lever
  2026-03-13 16:31 ` [PATCH v7 2/2] NFSD: convert callback RPC program to per-net namespace Chuck Lever
  0 siblings, 2 replies; 7+ messages in thread
From: Chuck Lever @ 2026-03-13 16:31 UTC (permalink / raw)
  To: NeilBrown, Jeff Layton, Olga Kornievskaia, Dai Ngo, Tom Talpey
  Cc: linux-nfs, Chuck Lever

From: Chuck Lever <chuck.lever@oracle.com>

In preparation to merge Dai's patch, I've updated it to address
several outstanding review comments.

Base commit: 01b8a53aac4e46f04bcde3049d300ed81479aeb7
---
v2:
  . free memory allocated for nn->nfsd_cb_version4.counts in
    nfsd_net_cb_stats_init() on error in nfsd_net_init().
v3:
  . reword commit message. 
  . fix initialization of nn->nfsd_cb_program.nrvers.
v4:
  . fix merge conflict in nfsd_net_exit in nfsd-testing branch.
v5:
  . restore commit message to the original in v1
v6:
  . put the call nfsd_net_cb_stats_init and nfsd_net_cb_stats_shutdown
    under CONFIG_NFSD_V4.
  . reword commit message to clarify the intention of the patch.
v7:
  . Use proper symbolic constants instead of raw integers
  . Split the .p_statidx change into a pre-requisite patch
  . Add kernel-doc comments to new non-static functions

Chuck Lever (1):
  NFSD: use per-operation statidx for callback procedures

Dai Ngo (1):
  NFSD: convert callback RPC program to per-net namespace

 fs/nfsd/netns.h        |   3 ++
 fs/nfsd/nfs4callback.c | 113 ++++++++++++++++++++++++++++-------------
 fs/nfsd/nfsctl.c       |   5 ++
 fs/nfsd/state.h        |   9 ++++
 4 files changed, 95 insertions(+), 35 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-03-14 23:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 16:31 [PATCH v7 0/2] NFSD: move accumulated callback ops to per-net namespace Chuck Lever
2026-03-13 16:31 ` [PATCH v7 1/2] NFSD: use per-operation statidx for callback procedures Chuck Lever
2026-03-14 11:55   ` Jeff Layton
2026-03-13 16:31 ` [PATCH v7 2/2] NFSD: convert callback RPC program to per-net namespace Chuck Lever
2026-03-14 12:04   ` Jeff Layton
2026-03-14 15:47     ` Chuck Lever
2026-03-14 23:01       ` Jeff Layton

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