Message ID | 20230619071438.7000-1-xiubli@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | ceph: print the client global id for debug logs | expand |
On 6/19/23 15:14, xiubli@redhat.com wrote: > From: Xiubo Li <xiubli@redhat.com> > > V4: > - s/dout_client()/doutc()/ > - Fixed the building errors reported by ceph: print the client global id > for debug logs. Thanks. Sorry, it's reported by "kernel test robot <lkp@intel.com>". - Xiubo > > Xiubo Li (6): > ceph: add the *_client debug macros support > ceph: pass the mdsc to several helpers > ceph: rename _to_client() to _to_fs_client() > ceph: move mdsmap.h to fs/ceph/ > ceph: add ceph_inode_to_client() helper support > ceph: print the client global_id in all the debug logs > > fs/ceph/acl.c | 6 +- > fs/ceph/addr.c | 298 ++++++----- > fs/ceph/cache.c | 2 +- > fs/ceph/caps.c | 774 ++++++++++++++++------------ > fs/ceph/crypto.c | 41 +- > fs/ceph/debugfs.c | 10 +- > fs/ceph/dir.c | 237 +++++---- > fs/ceph/export.c | 49 +- > fs/ceph/file.c | 270 +++++----- > fs/ceph/inode.c | 521 ++++++++++--------- > fs/ceph/ioctl.c | 21 +- > fs/ceph/locks.c | 57 +- > fs/ceph/mds_client.c | 624 ++++++++++++---------- > fs/ceph/mds_client.h | 5 +- > fs/ceph/mdsmap.c | 29 +- > {include/linux => fs}/ceph/mdsmap.h | 5 +- > fs/ceph/metric.c | 5 +- > fs/ceph/quota.c | 29 +- > fs/ceph/snap.c | 192 +++---- > fs/ceph/super.c | 92 ++-- > fs/ceph/super.h | 19 +- > fs/ceph/xattr.c | 108 ++-- > include/linux/ceph/ceph_debug.h | 48 +- > 23 files changed, 1976 insertions(+), 1466 deletions(-) > rename {include/linux => fs}/ceph/mdsmap.h (92%) >
From: Xiubo Li <xiubli@redhat.com> V4: - s/dout_client()/doutc()/ - Fixed the building errors reported by ceph: print the client global id for debug logs. Thanks. Xiubo Li (6): ceph: add the *_client debug macros support ceph: pass the mdsc to several helpers ceph: rename _to_client() to _to_fs_client() ceph: move mdsmap.h to fs/ceph/ ceph: add ceph_inode_to_client() helper support ceph: print the client global_id in all the debug logs fs/ceph/acl.c | 6 +- fs/ceph/addr.c | 298 ++++++----- fs/ceph/cache.c | 2 +- fs/ceph/caps.c | 774 ++++++++++++++++------------ fs/ceph/crypto.c | 41 +- fs/ceph/debugfs.c | 10 +- fs/ceph/dir.c | 237 +++++---- fs/ceph/export.c | 49 +- fs/ceph/file.c | 270 +++++----- fs/ceph/inode.c | 521 ++++++++++--------- fs/ceph/ioctl.c | 21 +- fs/ceph/locks.c | 57 +- fs/ceph/mds_client.c | 624 ++++++++++++---------- fs/ceph/mds_client.h | 5 +- fs/ceph/mdsmap.c | 29 +- {include/linux => fs}/ceph/mdsmap.h | 5 +- fs/ceph/metric.c | 5 +- fs/ceph/quota.c | 29 +- fs/ceph/snap.c | 192 +++---- fs/ceph/super.c | 92 ++-- fs/ceph/super.h | 19 +- fs/ceph/xattr.c | 108 ++-- include/linux/ceph/ceph_debug.h | 48 +- 23 files changed, 1976 insertions(+), 1466 deletions(-) rename {include/linux => fs}/ceph/mdsmap.h (92%)