From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYZ1T-0005K8-GF for qemu-devel@nongnu.org; Thu, 28 Jun 2018 11:39:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYZ1S-0006nC-R4 for qemu-devel@nongnu.org; Thu, 28 Jun 2018 11:39:51 -0400 From: Kevin Wolf Date: Thu, 28 Jun 2018 17:39:34 +0200 Message-Id: <20180628153937.26097-1-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] qcow2: Fix cluster leaks on write error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, mreitz@redhat.com, berto@igalia.com, qemu-devel@nongnu.org Kevin Wolf (3): qemu-iotests: Update 026.out.nocache reference output qcow2: Free allocated clusters on write error qemu-iotests: Test qcow2 not leaking clusters on write error block/qcow2.h | 1 + block/qcow2-cluster.c | 11 +++++++++++ block/qcow2.c | 2 ++ tests/qemu-iotests/026 | 17 +++++++++++++++++ tests/qemu-iotests/026.out | 8 ++++++++ tests/qemu-iotests/026.out.nocache | 14 +++++++++++--- 6 files changed, 50 insertions(+), 3 deletions(-) -- 2.13.6