mbox series

[GIT,PULL] Please pull NFS client changes

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

Pull-request

git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.20-4

Message

Trond Myklebust Nov. 25, 2018, 3:04 a.m. UTC
Hi Linus,

The following changes since commit 9ff01193a20d391e8dbce4403dd5ef87c7eaaca6:

  Linux 4.20-rc3 (2018-11-18 13:33:44 -0800)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.20-4

for you to fetch changes up to bb21ce0ad227b69ec0f83279297ee44232105d96:

  flexfiles: use per-mirror specified stateid for IO (2018-11-22 14:04:55 -0500)

----------------------------------------------------------------
NFS client bugfixes for Linux 4.20

Highlights include:

Bugfixes:
 - Fix a NFSv4 state manager deadlock when returning a delegation
 - NFSv4.2 copy do not allocate memory under the lock
 - flexfiles: Use the correct stateid for IO in the tightly coupled case

----------------------------------------------------------------
Olga Kornievskaia (1):
      NFSv4.2 copy do not allocate memory under the lock

Tigran Mkrtchyan (1):
      flexfiles: use per-mirror specified stateid for IO

Trond Myklebust (1):
      NFSv4: Fix a NFSv4 state manager deadlock

 fs/nfs/callback_proc.c                    | 22 +++++++++++-----------
 fs/nfs/flexfilelayout/flexfilelayout.c    | 21 +++++++++------------
 fs/nfs/flexfilelayout/flexfilelayout.h    |  4 ++++
 fs/nfs/flexfilelayout/flexfilelayoutdev.c | 19 +++++++++++++++++++
 fs/nfs/nfs42proc.c                        | 19 ++++++++++---------
 fs/nfs/nfs4_fs.h                          |  2 ++
 fs/nfs/nfs4state.c                        | 16 +++++++++++-----
 7 files changed, 66 insertions(+), 37 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 25, 2018, 5:45 p.m. UTC | #1
The pull request you sent on Sun, 25 Nov 2018 03:04:11 +0000:

> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.20-4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/17c2f540863a6c0faa3f0ede3c785d9427bcaf80

Thank you!