All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Allow parallel opens in NFSv4.1
@ 2014-02-11 19:37 Trond Myklebust
  2014-02-11 19:37 ` [PATCH 1/5] NFSv4: Don't update the open stateid unless it is newer than the old one Trond Myklebust
  0 siblings, 1 reply; 6+ messages in thread
From: Trond Myklebust @ 2014-02-11 19:37 UTC (permalink / raw)
  To: linux-nfs

The following patch set converts the sequence id locking code to allow
parallel OPEN calls that are serialised with OPEN_DOWNGRADE and CLOSE.

Trond Myklebust (5):
  NFSv4: Don't update the open stateid unless it is newer than the old
    one
  NFSv4: Refactor NFS sequence id counter
  NFSv4: Convert NFS sequence id lock into a shared/exclusive lock
  NFSv4.1: Allow parallel OPEN requests
  NFSv4: Use correct locking when updating nfs4_state in nfs4_close_done

 fs/nfs/nfs4_fs.h   |  32 ++++++++++--
 fs/nfs/nfs4proc.c  |  84 ++++++++++++++++++------------
 fs/nfs/nfs4state.c | 150 +++++++++++++++++++++++++++++++++++++++++------------
 3 files changed, 195 insertions(+), 71 deletions(-)

-- 
1.8.5.3


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

end of thread, other threads:[~2014-02-11 19:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11 19:37 [PATCH 0/5] Allow parallel opens in NFSv4.1 Trond Myklebust
2014-02-11 19:37 ` [PATCH 1/5] NFSv4: Don't update the open stateid unless it is newer than the old one Trond Myklebust
2014-02-11 19:37   ` [PATCH 2/5] NFSv4: Refactor NFS sequence id counter Trond Myklebust
2014-02-11 19:37     ` [PATCH 3/5] NFSv4: Convert NFS sequence id lock into a shared/exclusive lock Trond Myklebust
2014-02-11 19:37       ` [PATCH 4/5] NFSv4.1: Allow parallel OPEN requests Trond Myklebust
2014-02-11 19:37         ` [PATCH 5/5] NFSv4: Use correct locking when updating nfs4_state in nfs4_close_done 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.