Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/1] Client optimize away CB_RECALL for write delegation
@ 2026-05-28 19:22 Benjamin Coddington
  2026-05-28 19:22 ` [PATCH 1/1] nfs: return a write delegation when a SETATTR drops our write access Benjamin Coddington
  0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Coddington @ 2026-05-28 19:22 UTC (permalink / raw)
  To: Trond Myklebust, Anna Schumaker; +Cc: linux-nfs, linux-kernel

A client holding a write delegation that performs a SETATTR that would
remove the client's write access can expect the server to recall that
delegation.  The following patch addresses the simplest case to dectect this
and then preemptively return the delegation rather than have server recall
it.

Benjamin Coddington (1):
  nfs: return a write delegation when a SETATTR drops our write access

 fs/nfs/nfs4proc.c | 66 ++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 62 insertions(+), 4 deletions(-)


base-commit: e7ae89a0c97ce2b68b0983cd01eda67cf373517d
-- 
2.53.0


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

end of thread, other threads:[~2026-05-29 23:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 19:22 [PATCH 0/1] Client optimize away CB_RECALL for write delegation Benjamin Coddington
2026-05-28 19:22 ` [PATCH 1/1] nfs: return a write delegation when a SETATTR drops our write access Benjamin Coddington
2026-05-29 14:00   ` Trond Myklebust
2026-05-29 15:27     ` Rick Macklem
2026-05-29 15:46       ` Rick Macklem
2026-05-29 19:46       ` Benjamin Coddington
2026-05-29 16:22     ` Benjamin Coddington
2026-05-29 23:20       ` Rick Macklem

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