linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Trond Myklebust <trondmy@primarydata.com>
To: "torvalds@linux-foundation.org" <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>
Subject: [GIT PULL] Please pull NFS client bugfixes for Linux 4.8
Date: Fri, 12 Aug 2016 19:05:48 +0000	[thread overview]
Message-ID: <1471028747.8433.1.camel@primarydata.com> (raw)

Hi Linus,

The following changes since commit 944171cbf499d3445c749f7c13c46de0a564a905:

  pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstanding (2016-07-28 14:49:08 -0400)

are available in the git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.8-2

for you to fetch changes up to 8d480326c3d6921ff5f1cc988c993bd572248deb:

  NFSv4: Cap the transport reconnection timer at 1/2 lease period (2016-08-05 19:22:22 -0400)

----------------------------------------------------------------
NFS client bugfixes for Linux 4.8

Highlights include:

- Stable patch from Olga to fix RPCSEC_GSS upcalls when the same user needs
  multiple different security services (e.g. krb5i and krb5p).
- Stable patch to fix a regression introduced by the use of SO_REUSEPORT,
  and that prevented the use of multiple different NFS versions to the
  same server.
- TCP socket reconnection timer fixes.
- Patch from Neil to disable the use of IPv6 temporary addresses.

Cheers
  Trond

----------------------------------------------------------------
NeilBrown (1):
      SUNRPC: disable the use of IPv6 temporary addresses.

Olga Kornievskaia (1):
      SUNRPC: allow for upcalls for same uid but different gss service

Trond Myklebust (7):
      SUNRPC: Handle EADDRNOTAVAIL on connection failures
      SUNRPC: Fix up socket autodisconnect
      NFSv4.2: LAYOUTSTATS may return NFS4ERR_ADMIN/DELEG_REVOKED
      SUNRPC: Fix reconnection timeouts
      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/nfs42proc.c             |  2 ++
 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/auth_gss/auth_gss.c |  8 +++---
 net/sunrpc/clnt.c              | 24 +++++++++++++++++
 net/sunrpc/xprt.c              | 26 ++++++++++++------
 net/sunrpc/xprtsock.c          | 60 +++++++++++++++++++++++++++++++++---------
 11 files changed, 130 insertions(+), 37 deletions(-)
-- 
Trond Myklebust
Linux NFS client maintainer, PrimaryData
trond.myklebust@primarydata.com

             reply	other threads:[~2016-08-12 19:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-12 19:05 Trond Myklebust [this message]
2016-08-30 16:57 [GIT PULL] Please pull NFS client bugfixes for Linux 4.8 Trond Myklebust

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471028747.8433.1.camel@primarydata.com \
    --to=trondmy@primarydata.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).