From: Linus Torvalds Date: Tue, 12 Mar 2019 22:06:54 +0000 (-0700) Subject: Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux X-Git-Tag: Ubuntu-5.13.0-19.19~8959 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ebc551f2b8f905eca0e25c476c1e5c098cd92103;p=mirror_ubuntu-jammy-kernel.git Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux Pull NFS server updates from Bruce Fields: "Miscellaneous NFS server fixes. Probably the most visible bug is one that could artificially limit NFSv4.1 performance by limiting the number of oustanding rpcs from a single client. Neil Brown also gets a special mention for fixing a 14.5-year-old memory-corruption bug in the encoding of NFSv3 readdir responses" * tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux: nfsd: allow nfsv3 readdir request to be larger. nfsd: fix wrong check in write_v4_end_grace() nfsd: fix memory corruption caused by readdir nfsd: fix performance-limiting session calculation svcrpc: fix UDP on servers with lots of threads svcrdma: Remove syslog warnings in work completion handlers svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled svcrdma: Use struct_size() in kmalloc() svcrpc: fix unlikely races preventing queueing of sockets svcrpc: svc_xprt_has_something_to_do seems a little long SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot() nfsd: fix an IS_ERR() vs NULL check --- ebc551f2b8f905eca0e25c476c1e5c098cd92103