mbox series

[GIT,PULL] Ceph fixes for 5.14-rc6

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.14-rc6

Message

Ilya Dryomov Aug. 12, 2021, 6:44 p.m. UTC
Hi Linus,

The following changes since commit c500bee1c5b2f1d59b1081ac879d73268ab0ff17:

  Linux 5.14-rc4 (2021-08-01 17:04:17 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.14-rc6

for you to fetch changes up to 8434ffe71c874b9c4e184b88d25de98c2bf5fe3f:

  ceph: take snap_empty_lock atomically with snaprealm refcount change (2021-08-04 19:20:29 +0200)

----------------------------------------------------------------
A patch to avoid a soft lockup in ceph_check_delayed_caps() from Luis
and a reference handling fix from Jeff that should address some memory
corruption reports in the snaprealm area.  Both marked for stable.

----------------------------------------------------------------
Jeff Layton (1):
      ceph: take snap_empty_lock atomically with snaprealm refcount change

Luis Henriques (1):
      ceph: reduce contention in ceph_check_delayed_caps()

 fs/ceph/caps.c       | 17 ++++++++++++++++-
 fs/ceph/mds_client.c | 25 ++++++++++++++++---------
 fs/ceph/snap.c       | 34 +++++++++++++++++-----------------
 fs/ceph/super.h      |  2 +-
 4 files changed, 50 insertions(+), 28 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 13, 2021, 2:59 a.m. UTC | #1
The pull request you sent on Thu, 12 Aug 2021 20:44:09 +0200:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.14-rc6

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

Thank you!