All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Convert client back-channel to use session slot table
@ 2016-01-25 14:09 Trond Myklebust
  2016-01-25 14:09 ` [PATCH 1/5] NFSv4.x: Remove hard coded slotids in callback channel Trond Myklebust
  2016-01-26 19:22 ` [PATCH 0/5] Convert client back-channel to use session slot table Chuck Lever
  0 siblings, 2 replies; 10+ messages in thread
From: Trond Myklebust @ 2016-01-25 14:09 UTC (permalink / raw)
  To: linux-nfs

The following patchset is intended to convert the current ad-hoc backchannel
session semantics to use the generic slot table in fs/nfs/nfs4session.c
This should suffice to allow us to grow the size of the slot table at will.

Trond Myklebust (5):
  NFSv4.x: Remove hard coded slotids in callback channel
  NFSv4.x: CB_SEQUENCE should return NFS4ERR_DELAY if still executing
  NFSv4.x: Enforce the ca_maxresponsesize_cached on the back channel
  NFSv4.x: Fix wraparound issues when validing the callback sequence id
  NFSv4.x: Allow multiple callbacks in flight

 fs/nfs/callback.h      |  3 ++-
 fs/nfs/callback_proc.c | 64 ++++++++++++++++++++++++++------------------------
 fs/nfs/callback_xdr.c  | 12 ++++++----
 fs/nfs/nfs4proc.c      |  2 +-
 fs/nfs/nfs4session.c   | 54 ++++++++++++++++++++++++++++++++----------
 fs/nfs/nfs4session.h   |  8 +++++++
 6 files changed, 93 insertions(+), 50 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2016-02-01 17:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25 14:09 [PATCH 0/5] Convert client back-channel to use session slot table Trond Myklebust
2016-01-25 14:09 ` [PATCH 1/5] NFSv4.x: Remove hard coded slotids in callback channel Trond Myklebust
2016-01-25 14:09   ` [PATCH 2/5] NFSv4.x: CB_SEQUENCE should return NFS4ERR_DELAY if still executing Trond Myklebust
2016-01-25 14:09     ` [PATCH 3/5] NFSv4.x: Enforce the ca_maxresponsesize_cached on the back channel Trond Myklebust
2016-01-25 14:09       ` [PATCH 4/5] NFSv4.x: Fix wraparound issues when validing the callback sequence id Trond Myklebust
2016-01-25 14:09         ` [PATCH 5/5] NFSv4.x: Allow multiple callbacks in flight Trond Myklebust
2016-01-25 14:32           ` kbuild test robot
2016-01-31 10:40         ` [PATCH 4/5] NFSv4.x: Fix wraparound issues when validing the callback sequence id Kinglong Mee
2016-02-01 17:07           ` Trond Myklebust
2016-01-26 19:22 ` [PATCH 0/5] Convert client back-channel to use session slot table Chuck Lever

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.