qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: Josh Durgin <josh.durgin@dreamhost.com>
Cc: ceph-devel@vger.kernel.org, qemu-devel@nongnu.org,
	kvm@vger.kernel.org, Christian Brunner <chb@muc.de>
Subject: Re: [Qemu-devel] [PATCH v6 0/4] rbd improvements
Date: Fri, 27 May 2011 08:45:37 +0200	[thread overview]
Message-ID: <4DDF4891.8070402@redhat.com> (raw)
In-Reply-To: <1306451254-25864-1-git-send-email-josh.durgin@dreamhost.com>

Am 27.05.2011 01:07, schrieb Josh Durgin:
> This patchset moves the complexity of the rbd format into librbd and
> adds truncation support.
> 
> Changes since v5:
>  * compare full string, not prefix, with "conf" in 2/4
>  * when truncate fails, just return librbd's error
> 
> Changes since v4:
>  * fixed cosmetic issues pointed out by Christian Brunner
> 
> Changes since v3:
>  * trivially rebased
>  * updated copyright header
> 
> Changes since v2:
>  * return values are checked in rbd_aio_rw_vector
>  * bdrv_truncate added
> 
> Josh Durgin (4):
>   rbd: use the higher level librbd instead of just librados
>   rbd: allow configuration of rados from the rbd filename
>   rbd: check return values when scheduling aio
>   rbd: Add bdrv_truncate implementation
> 
>  block/rbd.c       |  896 +++++++++++++++++++----------------------------------
>  block/rbd_types.h |   71 -----
>  configure         |   33 +--
>  3 files changed, 334 insertions(+), 666 deletions(-)
>  delete mode 100644 block/rbd_types.h

Thanks, applied to the block branch.

Kevin

      parent reply	other threads:[~2011-05-27  6:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-26 23:07 [Qemu-devel] [PATCH v6 0/4] rbd improvements Josh Durgin
2011-05-26 23:07 ` [Qemu-devel] [PATCH v6 1/4] rbd: use the higher level librbd instead of just librados Josh Durgin
2011-05-26 23:07 ` [Qemu-devel] [PATCH v6 2/4] rbd: allow configuration of rados from the rbd filename Josh Durgin
2011-05-26 23:07 ` [Qemu-devel] [PATCH v6 3/4] rbd: check return values when scheduling aio Josh Durgin
2011-05-26 23:07 ` [Qemu-devel] [PATCH v6 4/4] rbd: Add bdrv_truncate implementation Josh Durgin
2011-05-27  6:45 ` 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=4DDF4891.8070402@redhat.com \
    --to=kwolf@redhat.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=chb@muc.de \
    --cc=josh.durgin@dreamhost.com \
    --cc=kvm@vger.kernel.org \
    --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 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).