mbox series

[GIT,PULL] Please pull NFS client bugfixes

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

Pull-request

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

Message

Trond Myklebust Sept. 28, 2020, 5:27 p.m. UTC
Hi Linus,

The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b9df46d08a8d098ea2124cb9e3b84458a474b4d4:

  pNFS/flexfiles: Be consistent about mirror index types (2020-09-18 09:25:33 -0400)

Cheers,
  Trond
----------------------------------------------------------------
NFS client bugfixes for Linux 5.9

Highlights include:

Bugfixes:
- NFSv4.2: copy_file_range needs to invalidate caches on success
- NFSv4.2: Fix security label length not being reset
- pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read
- pNFS/flexfiles: Fix signed/unsigned type issues with mirror indices

----------------------------------------------------------------
Jeffrey Mitchell (1):
      nfs: Fix security label length not being reset

Olga Kornievskaia (1):
      NFSv4.2: fix client's attribute cache management for copy_file_range

Trond Myklebust (2):
      pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read
      pNFS/flexfiles: Be consistent about mirror index types

 fs/nfs/dir.c                           |  3 +++
 fs/nfs/flexfilelayout/flexfilelayout.c | 43 +++++++++++++++++-----------------
 fs/nfs/nfs42proc.c                     | 10 +++++++-
 include/linux/nfs_xdr.h                |  4 ++--
 4 files changed, 36 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 28, 2020, 6:16 p.m. UTC | #1
The pull request you sent on Mon, 28 Sep 2020 17:27:14 +0000:

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

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

Thank you!