All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] improve qemu-img conversion performance
@ 2011-09-07 23:06 ` Yehuda Sadeh
  0 siblings, 0 replies; 26+ messages in thread
From: Yehuda Sadeh @ 2011-09-07 23:06 UTC (permalink / raw)
  To: qemu-devel, ceph-devel; +Cc: sage, yehudasa, Yehuda Sadeh

The following set of patches improve the qemu-img conversion process
performance. When using a higher latency backend, small writes have a
severe impact on the time it takes to do image conversion. 
We switch to using async writes, and we avoid splitting writes due to
holes when the holes are small enough.

Yehuda Sadeh (2):
  qemu-img: async write to block device when converting image
  qemu-img: don't skip writing small holes

 qemu-img.c |   34 +++++++++++++++++++++++++++-------
 1 files changed, 27 insertions(+), 7 deletions(-)

-- 
1.7.5.1


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

end of thread, other threads:[~2011-09-12  8:02 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-07 23:06 [PATCH 0/2] improve qemu-img conversion performance Yehuda Sadeh
2011-09-07 23:06 ` [Qemu-devel] " Yehuda Sadeh
2011-09-07 23:06 ` [PATCH 1/2] qemu-img: async write to block device when converting image Yehuda Sadeh
2011-09-07 23:06   ` [Qemu-devel] " Yehuda Sadeh
2011-09-08  4:18   ` Sage Weil
2011-09-08  4:18     ` Sage Weil
2011-09-07 23:06 ` [PATCH 2/2] qemu-img: don't skip writing small holes Yehuda Sadeh
2011-09-07 23:06   ` [Qemu-devel] " Yehuda Sadeh
2011-09-08  7:56 ` [Qemu-devel] [PATCH 0/2] improve qemu-img conversion performance Stefan Hajnoczi
2011-09-08  7:56   ` Stefan Hajnoczi
2011-09-09  4:52   ` Sage Weil
2011-09-09  4:52     ` Sage Weil
2011-09-08 14:13 ` Kevin Wolf
2011-09-08 14:13   ` Kevin Wolf
2011-09-08 16:36   ` Sage Weil
2011-09-08 16:36     ` [Qemu-devel] " Sage Weil
2011-09-09  8:18     ` Kevin Wolf
2011-09-09  8:18       ` Kevin Wolf
2011-09-12  3:14       ` Sage Weil
2011-09-12  3:14         ` Sage Weil
2011-09-12  3:17         ` Yehuda Sadeh Weinraub
2011-09-12  3:17           ` [Qemu-devel] " Yehuda Sadeh Weinraub
2011-09-12  7:42           ` Yehuda Sadeh Weinraub
2011-09-12  7:42             ` Yehuda Sadeh Weinraub
2011-09-12  8:05           ` Kevin Wolf
2011-09-12  8:05             ` Kevin Wolf

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.