mbox series

[GIT,PULL] Ceph updates for 6.10-rc1

Message ID 20240525095738.3046298-1-idryomov@gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Ceph updates for 6.10-rc1 | expand

Pull-request

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

Message

Ilya Dryomov May 25, 2024, 9:57 a.m. UTC
Hi Linus,

The following changes since commit a38297e3fb012ddfa7ce0321a7e5a8daeb1872b6:

  Linux 6.9 (2024-05-12 14:12:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 93a2221c9c1ae32643df67c482dc4c4c591b7514:

  doc: ceph: update userspace command to get CephFS metadata (2024-05-23 10:35:47 +0200)

----------------------------------------------------------------
We have a series from Xiubo that adds support for additional access
checks based on MDS auth caps which were recently made available to
clients.  This is needed to prevent scenarios where the MDS quietly
discards updates that a UID-restricted client previously (wrongfully)
acked to the user.  Other than that, just a documentation fixup.

----------------------------------------------------------------
Artem Ikonnikov (1):
      doc: ceph: update userspace command to get CephFS metadata

Xiubo Li (6):
      ceph: save cap_auths in MDS client when session is opened
      ceph: add ceph_mds_check_access() helper
      ceph: check the cephx mds auth access for setattr
      ceph: check the cephx mds auth access for open
      ceph: check the cephx mds auth access for async dirop
      ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit

 Documentation/filesystems/ceph.rst |  15 ++-
 fs/ceph/dir.c                      |  28 ++++
 fs/ceph/file.c                     |  66 ++++++++-
 fs/ceph/inode.c                    |  46 +++++--
 fs/ceph/mds_client.c               | 270 ++++++++++++++++++++++++++++++++++++-
 fs/ceph/mds_client.h               |  28 +++-
 6 files changed, 434 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org May 25, 2024, 9:32 p.m. UTC | #1
The pull request you sent on Sat, 25 May 2024 11:57:37 +0200:

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

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

Thank you!