mbox series

[v4,0/2] ceph: add vxattrs to get ids and status debug file support

Message ID 20201111012940.468289-1-xiubli@redhat.com
Headers show
Series ceph: add vxattrs to get ids and status debug file support | expand

Message

Xiubo Li Nov. 11, 2020, 1:29 a.m. UTC
From: Xiubo Li <xiubli@redhat.com>

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(+)