All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] provide locking for v4_end_grace
@ 2025-12-13 18:41 Chuck Lever
  2025-12-13 18:41 ` [PATCH v3 1/2] nfsd: " Chuck Lever
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Chuck Lever @ 2025-12-13 18:41 UTC (permalink / raw)
  To: NeilBrown, Jeff Layton, Olga Kornievskaia, Dai Ngo, Tom Talpey
  Cc: linux-nfs, lilingfeng3, yangerkun, yi.zhang, houtao1,
	chengzhihao1, yukuai3, Chuck Lever

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

Following up on:

https://lore.kernel.org/linux-nfs/175136659151.565058.6474755472267609432@noble.neil.brown.name/#r

This is now two patches: one that can be backported, and one that
simplifies the fix based on mechanisms available only in recent
kernels. I've also addressed all the review comments I could find.

These patches have been compile-tested only.

NeilBrown (2):
  nfsd: provide locking for v4_end_grace
  nfsd: use workqueue enable/disable APIs for v4_end_grace sync

 fs/nfsd/netns.h     |  1 +
 fs/nfsd/nfs4state.c | 40 +++++++++++++++++++++++++++++++++++++---
 fs/nfsd/nfsctl.c    |  3 +--
 fs/nfsd/state.h     |  2 +-
 4 files changed, 40 insertions(+), 6 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2025-12-15  8:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-13 18:41 [PATCH v3 0/2] provide locking for v4_end_grace Chuck Lever
2025-12-13 18:41 ` [PATCH v3 1/2] nfsd: " Chuck Lever
2025-12-14  1:05   ` Jeff Layton
2025-12-15  7:28   ` Li Lingfeng
2025-12-13 18:42 ` [PATCH v3 2/2] nfsd: use workqueue enable/disable APIs for v4_end_grace sync Chuck Lever
2025-12-14  1:07   ` Jeff Layton
2025-12-15  8:00   ` Li Lingfeng
2025-12-14  1:08 ` [PATCH v3 0/2] provide locking for v4_end_grace Jeff Layton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.