All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] rbd improvements
@ 2011-05-25 20:34 ` Josh Durgin
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Durgin @ 2011-05-25 20:34 UTC (permalink / raw)
  To: kvm, qemu-devel; +Cc: ceph-devel, Kevin Wolf, Christian Brunner

This patchset moves the complexity of the rbd format into librbd and
adds truncation support.

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

-- 
1.7.2.3


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

end of thread, other threads:[~2011-05-26 23:09 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25 20:34 [PATCH v5 0/4] rbd improvements Josh Durgin
2011-05-25 20:34 ` [Qemu-devel] " Josh Durgin
2011-05-25 20:34 ` Josh Durgin
2011-05-25 20:34 ` [PATCH v5 1/4] rbd: use the higher level librbd instead of just librados Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` Josh Durgin
2011-05-25 20:34   ` [Qemu-devel] " Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` [PATCH v5 2/4] rbd: allow configuration of rados from the rbd filename Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` Josh Durgin
2011-05-25 20:34   ` [Qemu-devel] " Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-26  8:13   ` Kevin Wolf
2011-05-26  8:13     ` [Qemu-devel] " Kevin Wolf
2011-05-26 23:06     ` Josh Durgin
2011-05-26 23:06       ` [Qemu-devel] " Josh Durgin
2011-05-25 20:34 ` Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` [PATCH v5 3/4] rbd: check return values when scheduling aio Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` Josh Durgin
2011-05-25 20:34   ` [Qemu-devel] " Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` [PATCH v5 4/4] rbd: Add bdrv_truncate implementation Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-25 20:34 ` Josh Durgin
2011-05-25 20:34   ` [Qemu-devel] " Josh Durgin
2011-05-25 20:34   ` Josh Durgin
2011-05-26  8:05   ` Kevin Wolf
2011-05-26  8:05     ` [Qemu-devel] " Kevin Wolf
2011-05-26 23:09     ` Josh Durgin
2011-05-26 23:09       ` [Qemu-devel] " Josh Durgin

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.