Linux NFS development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] NFSD: use CB_GETATTR to handle GETATTR conflict with write delegation
@ 2023-09-13 23:38 Dai Ngo
  2023-09-13 23:38 ` [PATCH v2 1/2] NFSD: add supports for CB_GETATTR callback Dai Ngo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dai Ngo @ 2023-09-13 23:38 UTC (permalink / raw)
  To: chuck.lever, jlayton; +Cc: linux-nfs

Currently GETATTR conflict with a write delegation is handled by
recalling the delegation before replying to the GETATTR.

This patch series add supports for CB_GETATTR callback to get the latest
change_info and size information of the file from the client that holds
the delegation to reply to the GETATTR from the second client.

v2:
  . fix kernel test robot report of missing function parameter description
    of nfsd4_deleg_getattr_conflict()


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

end of thread, other threads:[~2023-09-18 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13 23:38 [PATCH v2 0/2] NFSD: use CB_GETATTR to handle GETATTR conflict with write delegation Dai Ngo
2023-09-13 23:38 ` [PATCH v2 1/2] NFSD: add supports for CB_GETATTR callback Dai Ngo
2023-09-13 23:38 ` [PATCH v2 2/2] NFSD: handle GETATTR conflict with write delegation Dai Ngo
2023-09-15 15:57 ` [PATCH v2 0/2] NFSD: use CB_GETATTR to " Chuck Lever
2023-09-18 15:42 ` Jeff Layton

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