mbox series

[GIT,PULL] Ceph fixes for 5.15-rc7

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

Pull-request

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

Message

Ilya Dryomov Oct. 20, 2021, 6:12 p.m. UTC
Hi Linus,

The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba:

  Linux 5.15-rc6 (2021-10-17 20:00:13 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 1bd85aa65d0e7b5e4d09240f492f37c569fdd431:

  ceph: fix handling of "meta" errors (2021-10-19 09:36:06 +0200)

----------------------------------------------------------------
Two important filesystem fixes, marked for stable.  The blocklisted
superblocks issue was particularly annoying because for unexperienced
users it essentially exacted a reboot to establish a new functional
mount in that scenario.

----------------------------------------------------------------
Jeff Layton (2):
      ceph: skip existing superblocks that are blocklisted or shut down when mounting
      ceph: fix handling of "meta" errors

 fs/ceph/caps.c       | 12 +++---------
 fs/ceph/file.c       |  1 -
 fs/ceph/inode.c      |  2 --
 fs/ceph/mds_client.c | 17 +++++------------
 fs/ceph/super.c      | 17 ++++++++++++++---
 fs/ceph/super.h      |  3 ---
 6 files changed, 22 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 20, 2021, 8:45 p.m. UTC | #1
The pull request you sent on Wed, 20 Oct 2021 20:12:10 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2f111a6fd5b5297b4e92f53798ca086f7c7d33a4

Thank you!