mbox series

[v6,0/1] ceph: add support for getvxattr op

Message ID 20220127082619.85379-1-mchangir@redhat.com
Headers show
Series ceph: add support for getvxattr op | expand

Message

Milind Changire Jan. 27, 2022, 8:26 a.m. UTC
Changes to v6:
* only auth mds session is tested for presence of getvxattr feature
* removed function to test feature cluster-wide

Milind Changire (1):
  ceph: add getvxattr op

 fs/ceph/inode.c              | 51 ++++++++++++++++++++++++++++++++++++
 fs/ceph/mds_client.c         | 27 ++++++++++++++++++-
 fs/ceph/mds_client.h         | 12 ++++++++-
 fs/ceph/strings.c            |  1 +
 fs/ceph/super.h              |  1 +
 fs/ceph/xattr.c              | 17 ++++++++++++
 include/linux/ceph/ceph_fs.h |  1 +
 7 files changed, 108 insertions(+), 2 deletions(-)