mbox series

[GIT,PULL] Ceph fix for 6.2-rc7

Message ID 20230203181313.452449-1-idryomov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Ceph fix for 6.2-rc7 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-6.2-rc7

Message

Ilya Dryomov Feb. 3, 2023, 6:13 p.m. UTC
Hi Linus,

The following changes since commit 6d796c50f84ca79f1722bb131799e5a5710c4700:

  Linux 6.2-rc6 (2023-01-29 13:59:43 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.2-rc7

for you to fetch changes up to a68e564adcaa69b0930809fb64d9d5f7d9c32ba9:

  ceph: blocklist the kclient when receiving corrupted snap trace (2023-02-02 13:58:15 +0100)

----------------------------------------------------------------
A safeguard to prevent the kernel client from further damaging the
filesystem after running into a case of an invalid snap trace.  The
root cause of this metadata corruption is still being investigated but
it appears to be stemming from the MDS.  As such, this is the best we
can do for now.

----------------------------------------------------------------
Xiubo Li (2):
      ceph: move mount state enum to super.h
      ceph: blocklist the kclient when receiving corrupted snap trace

 fs/ceph/addr.c               | 17 +++++++++++++++--
 fs/ceph/caps.c               | 16 +++++++++++++---
 fs/ceph/file.c               |  3 +++
 fs/ceph/mds_client.c         | 30 +++++++++++++++++++++++++++---
 fs/ceph/snap.c               | 36 ++++++++++++++++++++++++++++++++++--
 fs/ceph/super.h              | 11 +++++++++++
 include/linux/ceph/libceph.h | 10 ----------
 7 files changed, 103 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 3, 2023, 6:45 p.m. UTC | #1
The pull request you sent on Fri,  3 Feb 2023 19:13:13 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-6.2-rc7

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

Thank you!