All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Fix OPEN/CLOSE races
@ 2017-10-27 20:18 Trond Myklebust
  2017-10-27 20:18 ` [PATCH v3 1/2] NFSv4: Fix OPEN / CLOSE race Trond Myklebust
  2017-10-30 18:32 ` [PATCH v3 0/2] Fix OPEN/CLOSE races Trond Myklebust
  0 siblings, 2 replies; 4+ messages in thread
From: Trond Myklebust @ 2017-10-27 20:18 UTC (permalink / raw)
  To: Benjamin Coddington, Anna Schumaker; +Cc: linux-nfs

Patches to fix up the race between OPEN and CLOSE.

v2:
- Fix a sleep-while-atomic issue
- Clean up.    
- Add a tracepoint to help document wait incidents.
v3:
- Fix a state update issue

Trond Myklebust (2):
  NFSv4: Fix OPEN / CLOSE race
  NFSv4: Add a tracepoint to document open stateid updates

 fs/nfs/nfs4_fs.h   |   1 +
 fs/nfs/nfs4proc.c  | 135 +++++++++++++++++++++++++++++++++++++++++------------
 fs/nfs/nfs4trace.h |   2 +
 3 files changed, 109 insertions(+), 29 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2017-10-30 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-27 20:18 [PATCH v3 0/2] Fix OPEN/CLOSE races Trond Myklebust
2017-10-27 20:18 ` [PATCH v3 1/2] NFSv4: Fix OPEN / CLOSE race Trond Myklebust
2017-10-27 20:18   ` [PATCH v3 2/2] NFSv4: Add a tracepoint to document open stateid updates Trond Myklebust
2017-10-30 18:32 ` [PATCH v3 0/2] Fix OPEN/CLOSE races Trond Myklebust

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.