linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Are piggybacking of write and redirection of read available in md driver now?
@ 2012-10-16  5:44 hui jiao
  2012-10-16  8:39 ` John Robinson
  0 siblings, 1 reply; 2+ messages in thread
From: hui jiao @ 2012-10-16  5:44 UTC (permalink / raw)
  To: linux-raid

there were two optimizations-redirection of reads and piggybacking of
writes-which first introduced in paper "Performance Analysis of Disk
Arrays under Failure" 16th VLDB conference 1990.

redirection of reads: the user accesses to data that has already been
reconstructed are serviced by (redirected to) the replacement disk,
rather than invoking on-the-fly reconstruction as they would if the
data were not yet available.
piggybacking of writes: the user reads that cause on-the-fly
reconstruction also cause the reconstructed data to be written to the
replacement disk.

have these two features been implemented in md driver now? if so,
where i can find them? if not, is there any plan on them?

Thanks

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

end of thread, other threads:[~2012-10-16  8:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16  5:44 Are piggybacking of write and redirection of read available in md driver now? hui jiao
2012-10-16  8:39 ` John Robinson

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