linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/3] Improve handling raid10 discard request
@ 2020-07-20  4:58 Xiao Ni
  2020-07-20  4:58 ` [PATCH V1 1/3] Move codes related with submitting discard bio into one function Xiao Ni
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Xiao Ni @ 2020-07-20  4:58 UTC (permalink / raw)
  To: song, linux-raid; +Cc: colyli, ncroxon, heinzm

Hi all

Now mkfs on raid10 which is combined with ssd/nvme disks takes a long time.
This patch set tries to resolve this problem.

Xiao Ni (3):
  Move codes related with submitting discard bio into one function
  extend r10bio devs to raid disks
  improve raid10 discard request

 drivers/md/md.c     |  22 ++++
 drivers/md/md.h     |   3 +
 drivers/md/raid0.c  |  15 +--
 drivers/md/raid10.c | 286 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 4 files changed, 307 insertions(+), 19 deletions(-)

-- 
2.7.5

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

end of thread, other threads:[~2020-07-22  6:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20  4:58 [PATCH V1 0/3] Improve handling raid10 discard request Xiao Ni
2020-07-20  4:58 ` [PATCH V1 1/3] Move codes related with submitting discard bio into one function Xiao Ni
2020-07-20  5:14   ` Coly Li
2020-07-20  4:58 ` [PATCH V1 2/3] extend r10bio devs to raid disks Xiao Ni
2020-07-20  5:15   ` Coly Li
2020-07-20  4:58 ` [PATCH V1 3/3] improve raid10 discard request Xiao Ni
2020-07-20  5:26   ` Coly Li
2020-07-20  5:38     ` Coly Li
2020-07-22  0:17       ` Song Liu
2020-07-22  2:43         ` Xiao Ni
2020-07-22  5:10           ` Xiao Ni
2020-07-22  6:20             ` Song Liu

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).