All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ilya Dryomov <idryomov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Ceph updates for 4.21-rc1
Date: Thu,  3 Jan 2019 16:39:26 +0100	[thread overview]
Message-ID: <20190103153926.15596-1-idryomov@gmail.com> (raw)

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(-)

             reply	other threads:[~2019-01-03 15:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-03 15:39 Ilya Dryomov [this message]
2019-01-05 22:15 ` [GIT PULL] Ceph updates for 4.21-rc1 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=20190103153926.15596-1-idryomov@gmail.com \
    --to=idryomov@gmail.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.