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