[GIT PULL] Ceph fixes for 5.13-rc8

From: Ilya Dryomov
Date: Fri Jun 25 2021 - 10:18:39 EST


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