From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm37p-0003DH-86 for qemu-devel@nongnu.org; Tue, 03 Jul 2012 09:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sm37j-0002in-3s for qemu-devel@nongnu.org; Tue, 03 Jul 2012 09:26:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm37i-0002iK-S0 for qemu-devel@nongnu.org; Tue, 03 Jul 2012 09:26:35 -0400 Message-ID: <4FF2F306.50308@redhat.com> Date: Tue, 03 Jul 2012 15:26:30 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1340749583-5292-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> In-Reply-To: <1340749583-5292-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] sheepdog: various fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: qemu-devel@nongnu.org Am 27.06.2012 00:26, schrieb MORITA Kazutaka: > See individual patches for details. > > MORITA Kazutaka (6): > sheepdog: fix dprintf format strings > sheepdog: restart I/O when socket becomes ready in do_co_req() > sheepdog: use coroutine based socket functions in coroutine context > sheepdog: make sure we don't free aiocb before sending all requests > sheepdog: split outstanding list into inflight and pending > sheepdog: traverse pending_list from the first for each time > > block/sheepdog.c | 130 +++++++++++++++++++++++++++++++++-------------------- > 1 files changed, 81 insertions(+), 49 deletions(-) Thanks, applied all to the block branch. Kevin