All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] Improve handling raid10 discard request
@ 2020-07-17  2:52 Xiao Ni
  2020-07-17  2:52 ` [PATCH RFC 1/3] Move codes related with submitting discard bio into one function Xiao Ni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xiao Ni @ 2020-07-17  2:52 UTC (permalink / raw)
  To: song, linux-raid

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 | 276 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 4 files changed, 297 insertions(+), 19 deletions(-)

-- 
2.7.5

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

end of thread, other threads:[~2020-07-17  2:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-17  2:52 [PATCH RFC 0/3] Improve handling raid10 discard request Xiao Ni
2020-07-17  2:52 ` [PATCH RFC 1/3] Move codes related with submitting discard bio into one function Xiao Ni
2020-07-17  2:52 ` [PATCH RFC 2/3] extend r10bio devs to raid disks Xiao Ni
2020-07-17  2:52 ` [PATCH RFC 3/3] improve raid10 discard request Xiao Ni

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.