All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] QCOW2 small cleanups and changing metadata update order
@ 2008-11-24 21:07 Gleb Natapov
  2008-11-24 21:07 ` [Qemu-devel] [PATCH v2 1/5] Remove tabs from qcow_aio_read_cb(). Fix indentation Gleb Natapov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gleb Natapov @ 2008-11-24 21:07 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 |  386 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 192 insertions(+), 194 deletions(-)

--
		Gleb.

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

end of thread, other threads:[~2008-12-02 20:14 UTC | newest]

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

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.