mbox series

[v2,0/2] ceph: add _IDS ioctl cmd and status debug file support

Message ID 20201110105755.340315-1-xiubli@redhat.com (mailing list archive)
Headers show
Series ceph: add _IDS ioctl cmd and status debug file support | expand

Message

Xiubo Li Nov. 10, 2020, 10:57 a.m. UTC
From: Xiubo Li <xiubli@redhat.com>

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_IOC_GET_CLUSTER_AND_CLIENT_IDS ioctl cmd support

 fs/ceph/debugfs.c | 20 ++++++++++++++++++++
 fs/ceph/ioctl.c   | 23 +++++++++++++++++++++++
 fs/ceph/ioctl.h   | 15 +++++++++++++++
 fs/ceph/super.h   |  1 +
 4 files changed, 59 insertions(+)