mbox series

[GIT,PULL] Ceph fixes for 5.13-rc8

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.13-rc8

Message

Ilya Dryomov June 25, 2021, 2:18 p.m. UTC
Hi Linus,

The following changes since commit 13311e74253fe64329390df80bed3f07314ddd61:

  Linux 5.13-rc7 (2021-06-20 15:03:15 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.13-rc8

for you to fetch changes up to 03af4c7bad8ca59143bca488b90b3775d10d7f94:

  libceph: set global_id as soon as we get an auth ticket (2021-06-24 21:03:17 +0200)

----------------------------------------------------------------
Two -rc1 regression fixes: one in the auth code affecting old clusters
and one in the filesystem for proper propagation of MDS request errors.
Also included a locking fix for async creates, marked for stable.

----------------------------------------------------------------
Ilya Dryomov (2):
      libceph: don't pass result into ac->ops->handle_reply()
      libceph: set global_id as soon as we get an auth ticket

Jeff Layton (2):
      ceph: must hold snap_rwsem when filling inode for async create
      ceph: fix error handling in ceph_atomic_open and ceph_lookup

 fs/ceph/dir.c             | 22 ++++++++++++----------
 fs/ceph/file.c            | 17 +++++++++++------
 fs/ceph/inode.c           |  2 ++
 fs/ceph/super.h           |  2 +-
 include/linux/ceph/auth.h |  4 +++-
 net/ceph/auth.c           | 20 +++++++++++---------
 net/ceph/auth_none.c      |  5 +++--
 net/ceph/auth_x.c         | 15 +++++++--------
 8 files changed, 50 insertions(+), 37 deletions(-)

Comments

pr-tracker-bot@kernel.org June 25, 2021, 5:48 p.m. UTC | #1
The pull request you sent on Fri, 25 Jun 2021 16:18:23 +0200:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.13-rc8

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

Thank you!