Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 May 2024 21:23:58 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 May 2024 21:23:58 +0000 (14:23 -0700)
commit74eca356f6d4429497a097a8ed4dfa76c441bab9
tree1a10a8e3c322748cdb65a9c31e141344b757df6a
parent89b61ca478dcb66625fb36f3b47ef4e0eae2e461
parent93a2221c9c1ae32643df67c482dc4c4c591b7514
Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-client

Pull ceph updates from Ilya Dryomov:
 "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"

* tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-client:
  doc: ceph: update userspace command to get CephFS metadata
  ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit
  ceph: check the cephx mds auth access for async dirop
  ceph: check the cephx mds auth access for open
  ceph: check the cephx mds auth access for setattr
  ceph: add ceph_mds_check_access() helper
  ceph: save cap_auths in MDS client when session is opened
fs/ceph/inode.c