From: bfields@fieldses.org (J. Bruce Fields)
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] nfsd changes for 5.1
Date: Tue, 12 Mar 2019 14:23:59 -0400 [thread overview]
Message-ID: <20190312182359.GC29990@fieldses.org> (raw)
Please pull nfsd changes from:
git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.1
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.
--b.
----------------------------------------------------------------
Chuck Lever (2):
svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled
svcrdma: Remove syslog warnings in work completion handlers
Dan Carpenter (1):
nfsd: fix an IS_ERR() vs NULL check
Gustavo A. R. Silva (1):
svcrdma: Use struct_size() in kmalloc()
J. Bruce Fields (4):
svcrpc: svc_xprt_has_something_to_do seems a little long
svcrpc: fix unlikely races preventing queueing of sockets
svcrpc: fix UDP on servers with lots of threads
nfsd: fix performance-limiting session calculation
NeilBrown (2):
nfsd: fix memory corruption caused by readdir
nfsd: allow nfsv3 readdir request to be larger.
Trond Myklebust (1):
SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()
Yihao Wu (1):
nfsd: fix wrong check in write_v4_end_grace()
fs/nfsd/nfs3proc.c | 18 +++++++++++++++---
fs/nfsd/nfs3xdr.c | 5 ++++-
fs/nfsd/nfs4callback.c | 4 ++--
fs/nfsd/nfs4state.c | 8 ++++----
fs/nfsd/nfsctl.c | 2 +-
net/sunrpc/svc_xprt.c | 24 +++++++++++++++++++-----
net/sunrpc/svcsock.c | 20 ++++++++++----------
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 12 +++---------
net/sunrpc/xprtrdma/svc_rdma_rw.c | 17 ++++-------------
net/sunrpc/xprtrdma/svc_rdma_sendto.c | 4 ----
net/sunrpc/xprtrdma/svc_rdma_transport.c | 9 +++------
11 files changed, 65 insertions(+), 58 deletions(-)
next reply other threads:[~2019-03-12 18:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-12 18:23 J. Bruce Fields [this message]
2019-03-12 22:20 ` [GIT PULL] nfsd changes for 5.1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190312182359.GC29990@fieldses.org \
--to=bfields@fieldses.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox