qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] rbd improvements
@ 2011-04-13  0:45 Josh Durgin
  2011-04-13  0:45 ` [Qemu-devel] [PATCH v3 1/4] rbd: use the higher level librbd instead of just librados Josh Durgin
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Josh Durgin @ 2011-04-13  0:45 UTC (permalink / raw)
  To: kvm, qemu-devel; +Cc: Kevin Wolf, ceph-devel

This patchset moves the complexity of the rbd format into librbd and
adds truncation support. This passes qemu-iotests when 016 is
skipped. A patch for this is in a separate email.

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       |  889 +++++++++++++++++++----------------------------------
 block/rbd_types.h |   71 -----
 configure         |   33 +--
 3 files changed, 331 insertions(+), 662 deletions(-)
 delete mode 100644 block/rbd_types.h

-- 
1.7.2.3

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

end of thread, other threads:[~2011-04-21  6:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13  0:45 [Qemu-devel] [PATCH v3 0/4] rbd improvements Josh Durgin
2011-04-13  0:45 ` [Qemu-devel] [PATCH v3 1/4] rbd: use the higher level librbd instead of just librados Josh Durgin
2011-04-13  0:45 ` [Qemu-devel] [PATCH v3 2/4] rbd: allow configuration of rados from the rbd filename Josh Durgin
2011-04-13  0:45 ` [Qemu-devel] [PATCH v3 3/4] rbd: check return values when scheduling aio Josh Durgin
2011-04-13  0:45 ` [Qemu-devel] [PATCH v3 4/4] rbd: Add bdrv_truncate implementation Josh Durgin
2011-04-13  0:47 ` [Qemu-devel] [qemu-iotests][PATCH] Update rbd support Josh Durgin
2011-04-13  2:43   ` Christoph Hellwig
2011-04-13  5:42     ` Josh Durgin
2011-04-21  6:49       ` Christoph Hellwig

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