changes in v5: * ceph.(dir|file).layout.(json|pool_name|pool_id) are new xattrs added to the list. These xattrs are now fetched from the MDS. pool_name and pool_id are added as separate xattrs to disambiguate the situation where a digit sequence is used by users to name a pool. 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 | 41 ++++++++++++++++++++++++++++- include/linux/ceph/ceph_fs.h | 1 + 7 files changed, 131 insertions(+), 3 deletions(-) -- 2.31.1