mbox series

[GIT,PULL] a few additional nfsd changes for 5.12

Message ID 73C9BC02-D5AC-4F17-BEAB-1BD5D99F5D6D@oracle.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] a few additional nfsd changes for 5.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.12-1

Message

Chuck Lever Feb. 22, 2021, 4:54 p.m. UTC
Hi Linus-

Hope your power situation has stabilized! Here are a few additional
NFSD commits that can be merged in before 5.12-rc1.


The following changes since commit f40ddce88593482919761f74910f42f4b84c004b:

  Linux 5.11 (2021-02-14 14:32:24 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.12-1

for you to fetch changes up to 4d12b727538609d7936fc509c032e0a52683367f:

  SUNRPC: Further clean up svc_tcp_sendmsg() (2021-02-16 12:38:12 -0500)

----------------------------------------------------------------
Optimization:
- Cork the socket while there are queued replies

Fixes:

- DRC shutdown ordering
- svc_rdma_accept() lockdep splat

----------------------------------------------------------------
Chuck Lever (2):
      svcrdma: Hold private mutex while invoking rdma_accept()
      SUNRPC: Further clean up svc_tcp_sendmsg()

J. Bruce Fields (1):
      nfsd: register pernet ops last, unregister first

Trond Myklebust (2):
      SUNRPC: Use TCP_CORK to optimise send performance on the server
      SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()

 fs/nfsd/nfsctl.c                         | 14 +++++++-------
 include/linux/sunrpc/svcsock.h           |  2 ++
 net/sunrpc/svcsock.c                     | 35 +++++++++++++++++------------------
 net/sunrpc/xprtrdma/svc_rdma_transport.c |  6 +++---
 4 files changed, 29 insertions(+), 28 deletions(-)

--
Chuck Lever

Comments

pr-tracker-bot@kernel.org Feb. 22, 2021, 9:35 p.m. UTC | #1
The pull request you sent on Mon, 22 Feb 2021 16:54:23 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.12-1

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

Thank you!