qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] QCOW2 small cleanups and changing metadata update order
@ 2008-11-23 14:52 Gleb Natapov
  2008-11-23 14:52 ` [Qemu-devel] [PATCH 1/5] Remove tabs from qcow_aio_read_cb(). Fix indentation Gleb Natapov
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Gleb Natapov @ 2008-11-23 14:52 UTC (permalink / raw)
  To: qemu-devel

Hello,

This patch series removes duplicated code from a couple of places in
qcow2 and makes metadata update safer against unexpected exits.

---

Gleb Natapov (5):
      Change order of metadata update to prevent loosing guest data because of unexpected exit.
      Cleanup {alloc|get}_cluster_offset().
      Write table offset and size in one syscall.
      Introduce new helper function qcow_shedule_bh().
      Remove tabs from qcow_aio_read_cb(). Fix indentation.


 block-qcow2.c |  394 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 192 insertions(+), 202 deletions(-)

--
		Gleb.

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

end of thread, other threads:[~2008-11-24 20:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-23 14:52 [Qemu-devel] [PATCH 0/5] QCOW2 small cleanups and changing metadata update order Gleb Natapov
2008-11-23 14:52 ` [Qemu-devel] [PATCH 1/5] Remove tabs from qcow_aio_read_cb(). Fix indentation Gleb Natapov
2008-11-24 16:31   ` Anthony Liguori
2008-11-24 20:03     ` Gleb Natapov
2008-11-23 14:53 ` [Qemu-devel] [PATCH 2/5] Introduce new helper function qcow_shedule_bh() Gleb Natapov
2008-11-24 16:32   ` Anthony Liguori
2008-11-24 20:05     ` Gleb Natapov
2008-11-23 14:53 ` [Qemu-devel] [PATCH 3/5] Write table offset and size in one syscall Gleb Natapov
2008-11-24 16:42   ` Anthony Liguori
2008-11-24 20:11     ` Gleb Natapov
2008-11-23 14:53 ` [Qemu-devel] [PATCH 4/5] Cleanup {alloc|get}_cluster_offset() Gleb Natapov
2008-11-24 16:47   ` Anthony Liguori
2008-11-23 14:53 ` [Qemu-devel] [PATCH 5/5] Change order of metadata update to prevent loosing guest data because of unexpected exit Gleb Natapov
2008-11-24 16:49   ` Anthony Liguori
2008-11-24 20:19     ` Gleb Natapov

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