mbox series

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

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

Message

Milind Changire Jan. 17, 2022, 8:51 a.m. UTC
Adds support for getting ceph virtual xattrs using the new getvxattr op.

fixed in v4:
* fixed dout format specifier for size_t types to %zu in place of %lu

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


base-commit: fd84bfdddd169c219c3a637889a8b87f70a072c2