[GIT PULL] Ceph updates for 6.1-rc1

From: Ilya Dryomov
Date: Thu Oct 13 2022 - 12:02:09 EST


Hi Linus,

The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f:

Linux 6.0 (2022-10-02 14:09:07 -0700)

are available in the Git repository at:

https://github.com/ceph/ceph-client.git tags/ceph-for-6.1-rc1

for you to fetch changes up to 71cf0c1c4f9f8e42c84ca53a5ca7091e4eea7f6a:

ceph: remove Sage's git tree from documentation (2022-10-04 19:18:08 +0200)

----------------------------------------------------------------
A quiet round this time: several assorted filesystem fixes, the most
noteworthy one being some additional wakeups in cap handling code, and
a messenger cleanup.

----------------------------------------------------------------
Jeff Layton (2):
libceph: drop last_piece flag from ceph_msg_data_cursor
ceph: increment i_version when doing a setattr with caps

Kenneth Lee (1):
ceph: Use kcalloc for allocating multiple elements

Tiezhu Yang (1):
ceph: remove Sage's git tree from documentation

Xiubo Li (5):
ceph: wake up the waiters if any new caps comes
ceph: fail the request if the peer MDS doesn't support getvxattr op
ceph: no need to wait for transition RDCACHE|RD -> RD
ceph: fail the open_by_handle_at() if the dentry is being unlinked
ceph: fix incorrectly showing the .snap size for stat

Documentation/filesystems/ceph.rst | 1 -
fs/ceph/caps.c | 14 ++++++++++---
fs/ceph/export.c | 3 ++-
fs/ceph/inode.c | 29 +++++++++++++++++++++++----
fs/ceph/mds_client.c | 11 +++++++++++
fs/ceph/mds_client.h | 6 +++++-
include/linux/ceph/messenger.h | 4 +---
net/ceph/messenger.c | 40 +++++---------------------------------
net/ceph/messenger_v1.c | 6 +++---
net/ceph/messenger_v2.c | 2 +-
10 files changed, 64 insertions(+), 52 deletions(-)