mbox series

[GIT,PULL] Ceph updates for 5.12-rc1

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

Pull-request

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

Message

Ilya Dryomov Feb. 22, 2021, 2:21 p.m. UTC
Hi Linus,

The following changes since commit f40ddce88593482919761f74910f42f4b84c004b:

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

are available in the Git repository at:

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

for you to fetch changes up to 558b4510f622a3d96cf9d95050a04e7793d343c7:

  ceph: defer flushing the capsnap if the Fb is used (2021-02-16 12:09:52 +0100)

----------------------------------------------------------------
With netfs helper library and fscache rework delayed, just a few cap
handling improvements to avoid grabbing mmap_lock in some code paths
and deal with capsnaps better and a mount option cleanup.

----------------------------------------------------------------
Ilya Dryomov (2):
      libceph: deprecate [no]cephx_require_signatures options
      libceph: remove osdtimeout option entirely

Jeff Layton (3):
      ceph: fix flush_snap logic after putting caps
      ceph: clean up inode work queueing
      ceph: allow queueing cap/snap handling after putting cap references

Xiubo Li (1):
      ceph: defer flushing the capsnap if the Fb is used

 fs/ceph/addr.c               |  2 +-
 fs/ceph/caps.c               | 70 +++++++++++++++++++++++++++++++-------------
 fs/ceph/inode.c              | 61 ++++++++------------------------------
 fs/ceph/snap.c               | 10 +++++++
 fs/ceph/super.h              | 40 +++++++++++++++++++++----
 include/linux/ceph/libceph.h |  7 ++---
 net/ceph/ceph_common.c       | 17 ++++-------
 7 files changed, 115 insertions(+), 92 deletions(-)

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 15:21:07 +0100:

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

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

Thank you!