mbox series

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

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

Message

Xiubo Li Nov. 10, 2020, 2:17 p.m. UTC
From: Xiubo Li <xiubli@redhat.com>

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.{clusterid/clientid} vxattrs suppport

 fs/ceph/debugfs.c | 20 ++++++++++++++++++++
 fs/ceph/super.h   |  1 +
 fs/ceph/xattr.c   | 42 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+)