mbox series

[GIT,PULL] Ceph updates for 4.21-rc1

Message ID 20190103153926.15596-1-idryomov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Ceph updates for 4.21-rc1 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-4.21-rc1

Message

Ilya Dryomov Jan. 3, 2019, 3:39 p.m. UTC
Hi Linus,

The following changes since commit 8fe28cb58bcb235034b64cbbb7550a8a43fd88be:

  Linux 4.20 (2018-12-23 15:55:59 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-4.21-rc1

for you to fetch changes up to 5ccedf1ccd710ba32f36986b49eeb764e53e7ef1:

  ceph: don't encode inode pathes into reconnect message (2018-12-26 16:08:36 +0100)

----------------------------------------------------------------
A fairly quiet round: a couple of messenger performance improvements
from myself and a few cap handling fixes from Zheng.

----------------------------------------------------------------
Chengguang Xu (1):
      ceph: remove redundant assignment

Ilya Dryomov (4):
      libceph: drop last_piece logic from write_partial_message_data()
      libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()
      libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()
      libceph: switch more to bool in ceph_tcp_sendmsg()

Yan, Zheng (6):
      ceph: cleanup splice_dentry()
      ceph: don't update importing cap's mseq when handing cap export
      ceph: don't request excl caps when mount is readonly
      ceph: skip updating 'wanted' caps if caps are already issued
      ceph: update wanted caps after resuming stale session
      ceph: don't encode inode pathes into reconnect message

 fs/ceph/caps.c       |  75 ++++++++++++++++++------------
 fs/ceph/inode.c      |  60 ++++++++++--------------
 fs/ceph/mds_client.c | 129 ++++++++++++++++++++++++++++++---------------------
 fs/ceph/mds_client.h |  16 ++++---
 fs/ceph/mdsmap.c     |   1 -
 net/ceph/messenger.c |  55 +++++++++-------------
 6 files changed, 174 insertions(+), 162 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 5, 2019, 10:15 p.m. UTC | #1
The pull request you sent on Thu,  3 Jan 2019 16:39:26 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-4.21-rc1

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

Thank you!