From: Xiubo Li <xiubli@xxxxxxxxxx> V4: - s/bloclisted/blocklisted/ - rename clientid to client_id - rename clusterid to cluster_fsid - rename "inst_str" to "instance" - rename ceph_vxattrs to ceph_common_vxattrs V3: - switch ioctl to vxattr. V2: - some typo fixings - switch to use ceph_client_gid() and ceph_client_addr() helpers - for ioctl cmd will return in text for cluster/client ids Xiubo Li (2): ceph: add status debug file support ceph: add ceph.{cluster_fsid/client_id} vxattrs suppport fs/ceph/debugfs.c | 20 ++++++++++++++++++++ fs/ceph/super.h | 1 + fs/ceph/xattr.c | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) -- 2.27.0