CEPH filesystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ceph: print the client global id for debug logs
@ 2023-06-12 11:43 xiubli
  2023-06-12 11:43 ` [PATCH v2 1/6] ceph: add the *_client debug macros support xiubli
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: xiubli @ 2023-06-12 11:43 UTC (permalink / raw)
  To: idryomov, ceph-devel
  Cc: jlayton, vshankar, khiremat, mchangir, pdonnell, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

V2:
- print the client global id for all the dout()/pr_warn(),etc.

This is based the testing branch.


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                      | 320 +++++++-----
 fs/ceph/cache.c                     |   2 +-
 fs/ceph/caps.c                      | 762 ++++++++++++++++------------
 fs/ceph/crypto.c                    |  47 +-
 fs/ceph/debugfs.c                   |   8 +-
 fs/ceph/dir.c                       | 242 +++++----
 fs/ceph/export.c                    |  49 +-
 fs/ceph/file.c                      | 294 ++++++-----
 fs/ceph/inode.c                     | 542 +++++++++++---------
 fs/ceph/ioctl.c                     |  18 +-
 fs/ceph/locks.c                     |  62 ++-
 fs/ceph/mds_client.c                | 655 ++++++++++++++----------
 fs/ceph/mds_client.h                |   5 +-
 fs/ceph/mdsmap.c                    |  30 +-
 {include/linux => fs}/ceph/mdsmap.h |   5 +-
 fs/ceph/metric.c                    |   5 +-
 fs/ceph/quota.c                     |  31 +-
 fs/ceph/snap.c                      | 204 ++++----
 fs/ceph/super.c                     |  86 ++--
 fs/ceph/super.h                     |  19 +-
 fs/ceph/xattr.c                     | 109 ++--
 include/linux/ceph/ceph_debug.h     |  38 +-
 23 files changed, 2078 insertions(+), 1461 deletions(-)
 rename {include/linux => fs}/ceph/mdsmap.h (92%)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-06-14  1:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12 11:43 [PATCH v2 0/6] ceph: print the client global id for debug logs xiubli
2023-06-12 11:43 ` [PATCH v2 1/6] ceph: add the *_client debug macros support xiubli
2023-06-13  8:39   ` Ilya Dryomov
2023-06-13  9:27     ` Xiubo Li
2023-06-13 10:08       ` Ilya Dryomov
2023-06-13 10:54         ` Xiubo Li
2023-06-12 11:43 ` [PATCH v2 2/6] ceph: pass the mdsc to several helpers xiubli
2023-06-12 11:43 ` [PATCH v2 3/6] ceph: rename _to_client() to _to_fs_client() xiubli
2023-06-12 11:43 ` [PATCH v2 4/6] ceph: move mdsmap.h to fs/ceph/ xiubli
2023-06-12 11:43 ` [PATCH v2 5/6] ceph: add ceph_inode_to_client() helper support xiubli
2023-06-12 15:25 ` [PATCH v2 0/6] ceph: print the client global id for debug logs Patrick Donnelly
     [not found] ` <20230612114359.220895-7-xiubli@redhat.com>
2023-06-13  9:07   ` [PATCH v2 6/6] ceph: print the client global_id in all the " Ilya Dryomov
2023-06-13  9:51     ` Xiubo Li
2023-06-13 21:50       ` Ilya Dryomov
2023-06-14  1:31         ` Xiubo Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox