All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] md: io stats accounting
@ 2021-05-18  5:32 Guoqing Jiang
  2021-05-18  5:32 ` [PATCH 1/5] md: revert " Guoqing Jiang
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Guoqing Jiang @ 2021-05-18  5:32 UTC (permalink / raw)
  To: song; +Cc: linux-raid, artur.paszkiewicz, Guoqing Jiang

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


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

end of thread, other threads:[~2021-05-20  0:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  5:32 [PATCH 0/5] md: io stats accounting Guoqing Jiang
2021-05-18  5:32 ` [PATCH 1/5] md: revert " 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

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.