mbox series

[GIT,PULL] Please pull NFS client bugfixes for 5.12-rc3

Message ID CAFX2Jfks7yEAs9xhG-9Znwzzmiz8JpRQv9XDpOAEM=EaxhiEpA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS client bugfixes for 5.12-rc3 | expand

Pull-request

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.12-2

Message

Anna Schumaker March 12, 2021, 8:28 p.m. UTC
Hi Linus,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.12-2

for you to fetch changes up to 4f8be1f53bf615102d103c0509ffa9596f65b718:

  nfs: we don't support removing system.nfs4_acl (2021-03-11 13:17:42 -0500)

----------------------------------------------------------------
These are mostly fixes for issues discovered at the recent NFS bakeathon

  - Fix PNFS_FLEXFILE_LAYOUT kconfig so it is possible to build into the kernel
  - Correct size calculationn for create reply length
  - Set memalloc_nofs_save() for sync tasks to prevent deadlocks
  - Don't revalidate directory permissions on lookup failure
  - Don't clear inode cache when lookup fails
  - Change functions to use nfs_set_cache_invalid() for proper
delegation handling
  - Fix return value of _nfs4_get_security_label()
  - Return an error when attempting to remove system.nfs4_acl

Thanks,
Anna
----------------------------------------------------------------
Benjamin Coddington (1):
      SUNRPC: Set memalloc_nofs_save() for sync tasks

Frank Sorenson (1):
      NFS: Correct size calculation for create reply length

J. Bruce Fields (1):
      nfs: we don't support removing system.nfs4_acl

Ondrej Mosnacek (1):
      NFSv4.2: fix return value of _nfs4_get_security_label()

Timo Rothenpieler (1):
      nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default

Trond Myklebust (5):
      NFS: Don't revalidate the directory permissions on a lookup failure
      NFS: Don't gratuitously clear the inode cache when lookup failed
      NFS: Clean up function nfs_mark_dir_for_revalidate()
      NFS: Fix open coded versions of nfs_set_cache_invalid()
      NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4

 fs/nfs/Kconfig     |  2 +-
 fs/nfs/dir.c       | 58
+++++++++++++++++++++++++++++++++-------------------------
 fs/nfs/inode.c     |  7 ++++---
 fs/nfs/internal.h  |  3 ++-
 fs/nfs/nfs3xdr.c   |  3 ++-
 fs/nfs/nfs42proc.c | 12 +++++++-----
 fs/nfs/nfs4proc.c  | 33 ++++++++++++++++-----------------
 fs/nfs/unlink.c    |  6 +++---
 fs/nfs/write.c     |  8 ++++----
 net/sunrpc/sched.c |  5 ++++-
 10 files changed, 76 insertions(+), 61 deletions(-)

Comments

pr-tracker-bot@kernel.org March 12, 2021, 10:25 p.m. UTC | #1
The pull request you sent on Fri, 12 Mar 2021 15:28:44 -0500:

> git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.12-2

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

Thank you!