mbox series

[0/1] ceph: add getvxattr support

Message ID 20220111122431.93683-1-mchangir@redhat.com (mailing list archive)
Headers show
Series ceph: add getvxattr support | expand

Message

Milind Changire Jan. 11, 2022, 12:24 p.m. UTC
Add getvxattr op support to handle fetching xattr values for:
 * ceph.dir.pin*
 * ceph.dir.layout*
 * ceph.file.layout*

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