linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* raid5-cache I/O path improvements V2
@ 2015-09-12  6:17 Christoph Hellwig
  2015-09-12  6:17 ` [PATCH 01/12] raid5-cache: port to 4.3-rc Christoph Hellwig
                   ` (12 more replies)
  0 siblings, 13 replies; 24+ messages in thread
From: Christoph Hellwig @ 2015-09-12  6:17 UTC (permalink / raw)
  To: Shaohua Li, neilb; +Cc: linux-raid, Kernel-team, dan.j.williams

Hi Shaohua, hi Neil,

this series contains a few updates to the raid5-cache feature.

The first patch just ports it to the post-4.2 block layer.  As part of that
I noticed that it currently doesn't handle I/O errors - fixes for that will
follow.

The second and third patch simplify the I/O unit state machine and reduce
latency and memory usage for the I/O units.  The remainder are just a couple
of cleanups in this area that I stumbled upon.

Changes since V1:
 - only use REQ_FUA if supported natively by the log device


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

end of thread, other threads:[~2015-09-30 15:00 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-12  6:17 raid5-cache I/O path improvements V2 Christoph Hellwig
2015-09-12  6:17 ` [PATCH 01/12] raid5-cache: port to 4.3-rc Christoph Hellwig
2015-09-12  6:17 ` [PATCH 02/12] raid5-cache: free I/O units earlier Christoph Hellwig
2015-09-15  7:00   ` Neil Brown
2015-09-17  1:50     ` Christoph Hellwig
2015-09-15  8:07   ` Neil Brown
2015-09-17  1:48     ` Christoph Hellwig
2015-09-12  6:17 ` [PATCH 03/12] raid5-cache: rename flushed_ios to finished_ios Christoph Hellwig
2015-09-12  6:17 ` [PATCH 04/12] raid5-cache: factor out a helper to run all stripes for an I/O unit Christoph Hellwig
2015-09-12  6:17 ` [PATCH 05/12] raid5-cache: use FUA writes for the log Christoph Hellwig
2015-09-12  6:17 ` [PATCH 06/12] raid5-cache: clean up r5l_get_meta Christoph Hellwig
2015-09-12  6:17 ` [PATCH 07/12] raid5-cache: refactor bio allocation Christoph Hellwig
2015-09-12  6:17 ` [PATCH 08/12] raid5-cache: take rdev->data_offset into account early on Christoph Hellwig
2015-09-12  6:17 ` [PATCH 09/12] raid5-cache: inline r5l_alloc_io_unit into r5l_new_meta Christoph Hellwig
2015-09-12  6:17 ` [PATCH 10/12] raid5-cache: new helper: r5_reserve_log_entry Christoph Hellwig
2015-09-12  6:17 ` [PATCH 11/12] raid5-cache: small log->seq cleanup Christoph Hellwig
2015-09-12  6:17 ` [PATCH 12/12] raid5-cache: use bio chaining Christoph Hellwig
2015-09-14 19:11 ` raid5-cache I/O path improvements V2 Shaohua Li
2015-09-15  7:23   ` Neil Brown
2015-09-15 21:54     ` Shaohua Li
2015-09-17  1:53       ` Christoph Hellwig
2015-09-28 14:01       ` Christoph Hellwig
2015-09-30  5:39         ` Neil Brown
2015-09-30 15:00           ` Christoph Hellwig

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