From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9ozw-0004cJ-12 for qemu-devel@nongnu.org; Tue, 12 Apr 2011 21:36:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9oEB-0003sN-M2 for qemu-devel@nongnu.org; Tue, 12 Apr 2011 20:46:41 -0400 Received: from mail.hq.newdream.net ([66.33.206.127]:34000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9oEB-0003nc-F1 for qemu-devel@nongnu.org; Tue, 12 Apr 2011 20:46:39 -0400 From: Josh Durgin Date: Tue, 12 Apr 2011 17:45:22 -0700 Message-Id: Subject: [Qemu-devel] [PATCH v3 0/4] rbd improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kvm@vger.kernel.org, qemu-devel@nongnu.org Cc: Kevin Wolf , ceph-devel@vger.kernel.org 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