From: xiubli@redhat.com
To: idryomov@gmail.com, ceph-devel@vger.kernel.org
Cc: jlayton@kernel.org, vshankar@redhat.com, mchangir@redhat.com,
Xiubo Li <xiubli@redhat.com>
Subject: [PATCH v4 0/6] ceph: print the client global id for debug logs
Date: Mon, 19 Jun 2023 15:14:32 +0800 [thread overview]
Message-ID: <20230619071438.7000-1-xiubli@redhat.com> (raw)
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%)
--
2.40.1
next reply other threads:[~2023-06-19 7:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-19 7:14 xiubli [this message]
2023-06-19 7:14 ` [PATCH v4 1/6] ceph: add the *_client debug macros support xiubli
2023-09-04 9:27 ` Milind Changire
2023-06-19 7:14 ` [PATCH v4 2/6] ceph: pass the mdsc to several helpers xiubli
2023-09-04 9:28 ` Milind Changire
2023-06-19 7:14 ` [PATCH v4 3/6] ceph: rename _to_client() to _to_fs_client() xiubli
2023-09-04 9:28 ` Milind Changire
2023-06-19 7:14 ` [PATCH v4 4/6] ceph: move mdsmap.h to fs/ceph/ xiubli
2023-09-04 9:29 ` Milind Changire
2023-06-19 7:14 ` [PATCH v4 5/6] ceph: add ceph_inode_to_client() helper support xiubli
2023-09-04 9:30 ` Milind Changire
2023-06-19 7:20 ` [PATCH v4 0/6] ceph: print the client global id for debug logs Xiubo Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230619071438.7000-1-xiubli@redhat.com \
--to=xiubli@redhat.com \
--cc=ceph-devel@vger.kernel.org \
--cc=idryomov@gmail.com \
--cc=jlayton@kernel.org \
--cc=mchangir@redhat.com \
--cc=vshankar@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).