All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 0/5] QCOW2 small cleanups and changing metadata update order
Date: Tue, 02 Dec 2008 14:14:20 -0600	[thread overview]
Message-ID: <4935971C.4020904@codemonkey.ws> (raw)
In-Reply-To: <20081124210738.11128.19342.stgit@dhcp-1-237.tlv.redhat.com>

Gleb Natapov wrote:
> Hello,
>
> This patch series removes duplicated code from a couple of places in
> qcow2 and makes metadata update safer against unexpected exits.
>   

Applied all.  Thanks.

Regards,

Anthony Liguori

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

      parent reply	other threads:[~2008-12-02 20:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Anthony Liguori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4935971C.4020904@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.