mbox series

[GIT,PULL] Please pull NFS client fixes

Message ID 938c564de7930769feacf1403fae0c9511f10993.camel@hammerspace.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS client fixes | expand

Pull-request

git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.1-3

Message

Trond Myklebust March 26, 2019, 8:12 p.m. UTC
Hi Linus,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.1-3

for you to fetch changes up to 01f2f5b82a2b523ae76af53f2ff43c48dde10a00:

  SUNRPC: fix uninitialized variable warning (2019-03-26 13:04:32 -0700)

----------------------------------------------------------------
NFS client bugfixes for Linux 5.1

Highlights include:

Stable fixes:
- Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()
- fix mount/umount race in nlmclnt.
- NFSv4.1 don't free interrupted slot on open

Bugfixes:
- Don't let RPC_SOFTCONN tasks time out if the transport is connected
- Fix a typo in nfs_init_timeout_values()
- Fix layoutstats handling during read failovers
- fix uninitialized variable warning

----------------------------------------------------------------
Alakesh Haloi (1):
      SUNRPC: fix uninitialized variable warning

Catalin Marinas (1):
      NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()

NeilBrown (1):
      NFS: fix mount/umount race in nlmclnt.

Olga Kornievskaia (1):
      NFSv4.1 don't free interrupted slot on open

Trond Myklebust (3):
      SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected
      NFS: Fix a typo in nfs_init_timeout_values()
      pNFS/flexfiles: Fix layoutstats handling during read failovers

 fs/lockd/host.c                        |  3 +--
 fs/nfs/client.c                        |  2 +-
 fs/nfs/flexfilelayout/flexfilelayout.c |  5 ++++-
 fs/nfs/nfs4proc.c                      |  5 ++---
 net/sunrpc/clnt.c                      | 12 +++++++++++-
 net/sunrpc/xprtsock.c                  |  4 ++--
 6 files changed, 21 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org March 26, 2019, 10:25 p.m. UTC | #1
The pull request you sent on Tue, 26 Mar 2019 20:12:07 +0000:

> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.1-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/14c741de93861749dfb60b4964028541f5c506ca

Thank you!