[GIT PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc

From: anna
Date: Tue Feb 08 2022 - 17:34:12 EST


Hi Linus,

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

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

for you to fetch changes up to b49ea673e119f59c71645e2f65b3ccad857c90ee:

SUNRPC: lock against ->sock changing during sysfs read (2022-02-08 09:14:26 -0500)

----------------------------------------------------------------
NFS Client Bugfixes for Linux 5.17-rc

- Stable Fixes:
- Fix initialization of nfs_client cl_flags

- Other Fixes:
- Fix performance issues with uncached readdir calls
- Fix potential pointer dereferences in rpcrdma_ep_create
- Fix nfs4_proc_get_locations() kernel-doc comment
- Fix locking during sunrpc sysfs reads
- Update my email address in the MAINTAINERS file to my new kernel.org email

Thanks,
Anna

----------------------------------------------------------------
Anna Schumaker (1):
MAINTAINERS: Update my email address

Dan Aloni (1):
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create

NeilBrown (1):
SUNRPC: lock against ->sock changing during sysfs read

Trond Myklebust (2):
NFS: Avoid duplicate uncached readdir calls on eof
NFS: Fix initialisation of nfs_client cl_flags field

Yang Li (1):
NFS: Fix nfs4_proc_get_locations() kernel-doc comment

trondmy@xxxxxxxxxx (2):
NFS: Don't overfill uncached readdir pages
NFS: Don't skip directory entries when doing uncached readdir

MAINTAINERS | 2 +-
fs/nfs/client.c | 2 +-
fs/nfs/dir.c | 24 ++++++++++++++++++------
fs/nfs/nfs4proc.c | 3 ++-
include/linux/nfs_fs.h | 1 +
net/sunrpc/sysfs.c | 5 ++++-
net/sunrpc/xprtrdma/verbs.c | 3 +++
net/sunrpc/xprtsock.c | 7 ++++++-
8 files changed, 36 insertions(+), 11 deletions(-)