qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: Stefan Hajnoczi <stefanha@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 0/6] qcow2: cache flush fixes and performance improvements
Date: Mon, 4 Mar 2013 17:04:01 +0100	[thread overview]
Message-ID: <20130304160400.GH3929@dhcp-200-207.str.redhat.com> (raw)
In-Reply-To: <1362405755-3308-1-git-send-email-stefanha@redhat.com>

Am 04.03.2013 um 15:02 hat Stefan Hajnoczi geschrieben:
> Users have reported that qcow2 internal snapshot creation is slow.  I filed a
> bug report at https://bugs.launchpad.net/qemu/+bug/1126369.
> 
> This patch series reduces the time for qcow2 internal snapshot creation
> significantly, from more than 3 minutes to under 1 second.
> 
> In the process of removing unnecessary cache flushes, I also stumbled upon
> instances of bdrv_flush(bs->file) where we really want to flush metadata
> updates.  Since qcow2 caches metadata this actually does not write out the
> metadata updates to disk!  The fix is either bdrv_flush(bs) or a more specific
> cache flush (e.g. refcount block cache).
> 
> This series passes qemu-iotests.

Thanks, applied all to the block branch.

Kevin

      parent reply	other threads:[~2013-03-04 16:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-04 14:02 [Qemu-devel] [PATCH v2 0/6] qcow2: cache flush fixes and performance improvements Stefan Hajnoczi
2013-03-04 14:02 ` [Qemu-devel] [PATCH v2 1/6] qcow2: flush refcount cache correctly in alloc_refcount_block() Stefan Hajnoczi
2013-03-04 14:02 ` [Qemu-devel] [PATCH v2 2/6] qcow2: flush refcount cache correctly in qcow2_write_snapshots() Stefan Hajnoczi
2013-03-04 14:02 ` [Qemu-devel] [PATCH v2 3/6] qcow2: set L2 cache dependency in qcow2_alloc_bytes() Stefan Hajnoczi
2013-03-04 14:02 ` [Qemu-devel] [PATCH v2 4/6] qcow2: flush in qcow2_update_snapshot_refcount() Stefan Hajnoczi
2013-03-04 14:02 ` [Qemu-devel] [PATCH v2 5/6] qcow2: drop flush in update_cluster_refcount() Stefan Hajnoczi
2013-03-04 14:02 ` [Qemu-devel] [PATCH v2 6/6] qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount() Stefan Hajnoczi
2013-03-04 16:04 ` Kevin Wolf [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=20130304160400.GH3929@dhcp-200-207.str.redhat.com \
    --to=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /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 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).