mbox series

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

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

Message

Milind Changire Jan. 17, 2022, 3:47 a.m. UTC
Adds support for the new getvxattr op to fetch ceph virtual xattrs.

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              | 33 +++++++++++++++++++++++
 include/linux/ceph/ceph_fs.h |  1 +
 7 files changed, 124 insertions(+), 2 deletions(-)