All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guoqing Jiang <jgq516@gmail.com>
To: song@kernel.org
Cc: linux-raid@vger.kernel.org, artur.paszkiewicz@intel.com,
	Guoqing Jiang <jiangguoqing@kylinos.cn>
Subject: [PATCH 0/5] md: io stats accounting
Date: Tue, 18 May 2021 13:32:20 +0800	[thread overview]
Message-ID: <20210518053225.641506-1-jiangguoqing@kylinos.cn> (raw)

Hi Song,

Based on previous discussion, this set reverts current mechanism, then
switches back to the v1 version from Artur.

Also reuses the current clone infrastructer for mpath, raid1 and raid10.

Thanks,
Guoqing    

Guoqing Jiang (5):
  md: revert io stats accounting
  md: the latest try for improve io stats accounting
  md-multipath: enable io accounting
  md/raid1: enable io accounting
  md/raid10: enable io accounting

 drivers/md/md-multipath.c |  5 ++++
 drivers/md/md-multipath.h |  1 +
 drivers/md/md.c           | 63 ++++++++++++++++++++++-----------------
 drivers/md/md.h           |  2 +-
 drivers/md/raid1.c        | 11 +++++++
 drivers/md/raid1.h        |  1 +
 drivers/md/raid10.c       |  7 +++++
 drivers/md/raid10.h       |  1 +
 8 files changed, 62 insertions(+), 29 deletions(-)

-- 
2.25.1


             reply	other threads:[~2021-05-18  5:33 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18  5:32 Guoqing Jiang [this message]
2021-05-18  5:32 ` [PATCH 1/5] md: revert io stats accounting Guoqing Jiang
2021-05-18  5:32 ` [PATCH 2/5] md: the latest try for improve " Guoqing Jiang
2021-05-18 10:12   ` Artur Paszkiewicz
2021-05-19  1:30     ` Guoqing Jiang
2021-05-19  7:26       ` Artur Paszkiewicz
2021-05-19  7:46         ` Christoph Hellwig
2021-05-19  8:09         ` Guoqing Jiang
2021-05-20  0:45           ` Song Liu
2021-05-18 13:35   ` Christoph Hellwig
2021-05-19  1:40     ` Guoqing Jiang
2021-05-18  5:32 ` [PATCH 3/5] md-multipath: enable io accounting Guoqing Jiang
2021-05-18 13:37   ` Christoph Hellwig
2021-05-19  1:46     ` Guoqing Jiang
2021-05-18  5:32 ` [PATCH 4/5] md/raid1: " Guoqing Jiang
2021-05-18 13:40   ` Christoph Hellwig
2021-05-19  1:47     ` Guoqing Jiang
2021-05-18  5:32 ` [PATCH 5/5] md/raid10: " Guoqing Jiang
2021-05-19  0:14 ` [PATCH 0/5] md: io stats accounting Song Liu
2021-05-19  1:50   ` Guoqing Jiang

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=20210518053225.641506-1-jiangguoqing@kylinos.cn \
    --to=jgq516@gmail.com \
    --cc=artur.paszkiewicz@intel.com \
    --cc=jiangguoqing@kylinos.cn \
    --cc=linux-raid@vger.kernel.org \
    --cc=song@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.