mbox series

[GIT,PULL] Ceph fixes for 6.8-rc5

Message ID 20240216173705.1837988-1-idryomov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Ceph fixes for 6.8-rc5 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-6.8-rc5

Message

Ilya Dryomov Feb. 16, 2024, 5:37 p.m. UTC
Hi Linus,

The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.8-rc5

for you to fetch changes up to dbc347ef7f0c53aa4a5383238a804d7ebbb0b5ca:

  ceph: add ceph_cap_unlink_work to fire check_caps() immediately (2024-02-13 11:22:54 +0100)

----------------------------------------------------------------
Additional cap handling fixes from Xiubo to avoid "client isn't
responding to mclientcaps(revoke)" stalls on the MDS side.

----------------------------------------------------------------
Xiubo Li (2):
      ceph: always queue a writeback when revoking the Fb caps
      ceph: add ceph_cap_unlink_work to fire check_caps() immediately

 fs/ceph/caps.c       | 65 ++++++++++++++++++++++++++++++++--------------------
 fs/ceph/mds_client.c | 48 ++++++++++++++++++++++++++++++++++++++
 fs/ceph/mds_client.h |  5 ++++
 3 files changed, 93 insertions(+), 25 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 16, 2024, 10:09 p.m. UTC | #1
The pull request you sent on Fri, 16 Feb 2024 18:37:02 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-6.8-rc5

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

Thank you!