Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1461422
| From | Trond Myklebust <trondmy@primarydata.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Please pull NFS client bugfixes for Linux 4.8 |
| Date | 2016-08-12 21:10 +0200 |
| Message-ID | <s5q09-5KN-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] Please pull NFS client bugfixes for Linux 4.8 Trond Myklebust <trondmy@primarydata.com> - 2016-08-12 21:10 +0200
csiph-web