diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-02-08 12:03:07 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-02-08 12:03:07 -0800 |
commit | e6251ab4551f51fa4cee03523e08051898c3ce82 (patch) | |
tree | e2b696d12fb3fa5b7c4b6bc15051c8303c3bdf30 /MAINTAINERS | |
parent | 555f3d7be91a873114c9656069f1a9fa476ec41a (diff) | |
parent | b49ea673e119f59c71645e2f65b3ccad857c90ee (diff) | |
download | linux-stable-e6251ab4551f51fa4cee03523e08051898c3ce82.tar.gz linux-stable-e6251ab4551f51fa4cee03523e08051898c3ce82.tar.bz2 linux-stable-e6251ab4551f51fa4cee03523e08051898c3ce82.zip |
Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Pull NFS client fixes from Anna Schumaker:
"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"
* tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs:
SUNRPC: lock against ->sock changing during sysfs read
MAINTAINERS: Update my email address
NFS: Fix nfs4_proc_get_locations() kernel-doc comment
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
NFS: Fix initialisation of nfs_client cl_flags field
NFS: Avoid duplicate uncached readdir calls on eof
NFS: Don't skip directory entries when doing uncached readdir
NFS: Don't overfill uncached readdir pages
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 69a2935daf6c..3e461db9cd91 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13571,7 +13571,7 @@ F: tools/testing/selftests/nci/ NFS, SUNRPC, AND LOCKD CLIENTS M: Trond Myklebust <trond.myklebust@hammerspace.com> -M: Anna Schumaker <anna.schumaker@netapp.com> +M: Anna Schumaker <anna@kernel.org> L: linux-nfs@vger.kernel.org S: Maintained W: http://client.linux-nfs.org |