From: Anthony Liguori <anthony@codemonkey.ws>
To: Kevin Wolf <kwolf@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PULL 00/14] Block patches
Date: Fri, 28 May 2010 11:48:34 -0500 [thread overview]
Message-ID: <4BFFF3E2.7010104@codemonkey.ws> (raw)
In-Reply-To: <1275065173-24045-1-git-send-email-kwolf@redhat.com>
On 05/28/2010 11:45 AM, Kevin Wolf wrote:
> Hi Anthony,
>
> this includes again some patches that should be applied to stable-0.12, too:
>
> 86fa8da qcow2: Fix corruption after error in update_refcount
> 25408c0 qcow2: Fix corruption after refblock allocation
> cbf1dff block: Fix multiwrite with overlapping requests
> 175e115 qcow2: Fix error handling in l2_allocate
> 1b7c801 qcow2: Clear L2 table cache after write error
>
Can you do a separate pull request for stable?
Thanks.
Regards,
Anthony Liguori
> Kevin
>
>
> The following changes since commit 29f91781bd300b228d9c38b9f6c1e0b6a38f25fb:
> Jes Sorensen (1):
> vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1822e2f60de2
>
> are available in the git repository at:
>
> git://repo.or.cz/qemu/kevin.git for-anthony
>
> Gerd Hoffmann (1):
> drive: allow rerror, werror and readonly for if=none
>
> Jes Sorensen (1):
> block.h: Make BDRV_SECTOR_SIZE 64 bit safe
>
> Kevin Wolf (9):
> qcow2: Clear L2 table cache after write error
> qcow2: Fix error handling in l2_allocate
> block: Fix multiwrite with overlapping requests
> qemu-io: Add multiwrite command
> qcow2: Allow qcow2_get_cluster_offset to return errors
> qcow2: Change l2_load to return 0/-errno
> qcow2: Return right error code in write_refcount_block_entries
> qcow2: Fix corruption after refblock allocation
> qcow2: Fix corruption after error in update_refcount
>
> MORITA Kazutaka (1):
> add support for protocol driver create_options
>
> Nicholas A. Bellinger (1):
> block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()
>
> Stefan Hajnoczi (1):
> posix-aio-compat: Expand tabs that have crept in
>
> block.c | 13 ++--
> block.h | 3 +-
> block/qcow2-cluster.c | 94 ++++++++++++++----------
> block/qcow2-refcount.c | 42 +++++++----
> block/qcow2.c | 16 +++-
> block/qcow2.h | 4 +-
> posix-aio-compat.c | 58 +++++++-------
> qemu-img.c | 49 +++++++++----
> qemu-io.c | 192 ++++++++++++++++++++++++++++++++++++++++++++++++
> qemu-option.c | 53 ++++++++++++--
> qemu-option.h | 2 +
> vl.c | 6 +-
> 12 files changed, 414 insertions(+), 118 deletions(-)
>
next prev parent reply other threads:[~2010-05-28 16:48 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-28 16:45 [Qemu-devel] [PULL 00/14] Block patches Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 01/14] qcow2: Clear L2 table cache after write error Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 02/14] qcow2: Fix error handling in l2_allocate Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 03/14] block: Fix multiwrite with overlapping requests Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 04/14] qemu-io: Add multiwrite command Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 05/14] add support for protocol driver create_options Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 06/14] drive: allow rerror, werror and readonly for if=none Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 07/14] posix-aio-compat: Expand tabs that have crept in Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 08/14] block.h: Make BDRV_SECTOR_SIZE 64 bit safe Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 09/14] qcow2: Allow qcow2_get_cluster_offset to return errors Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 10/14] qcow2: Change l2_load to return 0/-errno Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 11/14] qcow2: Return right error code in write_refcount_block_entries Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 12/14] qcow2: Fix corruption after refblock allocation Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 13/14] qcow2: Fix corruption after error in update_refcount Kevin Wolf
2010-05-28 16:46 ` [Qemu-devel] [PATCH 14/14] block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format() Kevin Wolf
2010-05-28 16:48 ` Anthony Liguori [this message]
2010-05-28 16:51 ` [Qemu-devel] Re: [PULL 00/14] Block patches Kevin Wolf
2010-05-28 16:55 ` Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2010-12-09 11:09 [Qemu-devel] " Kevin Wolf
2010-12-15 15:56 ` [Qemu-devel] " Kevin Wolf
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=4BFFF3E2.7010104@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=kwolf@redhat.com \
--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.