From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUWKP-0003QB-Og for qemu-devel@nongnu.org; Tue, 23 Apr 2013 02:03:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUWKO-0004By-U6 for qemu-devel@nongnu.org; Tue, 23 Apr 2013 02:03:45 -0400 Received: from mail-da0-x235.google.com ([2607:f8b0:400e:c00::235]:57863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUWKO-0004Br-Na for qemu-devel@nongnu.org; Tue, 23 Apr 2013 02:03:44 -0400 Received: by mail-da0-f53.google.com with SMTP id n34so159424dal.40 for ; Mon, 22 Apr 2013 23:03:43 -0700 (PDT) From: Liu Yuan Date: Tue, 23 Apr 2013 14:03:32 +0800 Message-Id: <1366697015-25121-1-git-send-email-namei.unix@gmail.com> Subject: [Qemu-devel] [PATCH v4 0/3] sheepdog: implement .bdrv_co_is_allocated List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: sheepdog@lists.wpkg.org From: Liu Yuan v4: - correct idx iteration range v3: - include discard patch for easy review and merge - update the comment typo - get variable 'idx' definition more clear v2: - correct 'end' calculation - get the longest unallocated area - replace SECTOR_SIZE with BDRV_SECTOR_SIZE PATCH 1/3 is the previous distard patch which implement .bdrv_co_discard PATCH 2/3 is ia prepare patch PATCH 3/3 implement .bdrv_co_is_allocated Thanks, Yuan -- 1.7.9.5