linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Client reconnection fixes
@ 2016-08-05 23:37 Trond Myklebust
  2016-08-05 23:37 ` [PATCH v2 1/3] SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout Trond Myklebust
  2016-08-08 14:26 ` [PATCH v2 0/3] Client reconnection fixes Anna Schumaker
  0 siblings, 2 replies; 9+ messages in thread
From: Trond Myklebust @ 2016-08-05 23:37 UTC (permalink / raw)
  To: linux-nfs

v1: Cap the backoff timer to the max RPC message timeout
v2: Add a cap at 1/2 NFSv4 lease period to ensure we don't miss lease renewal

Trond Myklebust (3):
  SUNRPC: Limit the reconnect backoff timer to the max RPC message
    timeout
  NFSv4: Cleanup the setting of the nfs4 lease period
  NFSv4: Cap the transport reconnection timer at 1/2 lease period

 fs/nfs/nfs4_fs.h            |  4 ++++
 fs/nfs/nfs4proc.c           |  9 +++------
 fs/nfs/nfs4renewd.c         | 20 ++++++++++++++++++++
 fs/nfs/nfs4state.c          |  9 +++------
 include/linux/sunrpc/clnt.h |  2 ++
 include/linux/sunrpc/xprt.h |  3 ++-
 net/sunrpc/clnt.c           | 24 ++++++++++++++++++++++++
 net/sunrpc/xprtsock.c       | 18 ++++++++++++------
 8 files changed, 70 insertions(+), 19 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2016-08-08 15:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-05 23:37 [PATCH v2 0/3] Client reconnection fixes Trond Myklebust
2016-08-05 23:37 ` [PATCH v2 1/3] SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout Trond Myklebust
2016-08-05 23:37   ` [PATCH v2 2/3] NFSv4: Cleanup the setting of the nfs4 lease period Trond Myklebust
2016-08-05 23:37     ` [PATCH v2 3/3] NFSv4: Cap the transport reconnection timer at 1/2 " Trond Myklebust
2016-08-08 14:26 ` [PATCH v2 0/3] Client reconnection fixes Anna Schumaker
2016-08-08 14:58   ` Trond Myklebust
2016-08-08 15:06     ` Anna Schumaker
2016-08-08 15:10       ` Trond Myklebust
2016-08-08 15:16         ` Anna Schumaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).