From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2iDE-0006W8-07 for qemu-devel@nongnu.org; Tue, 17 May 2016 12:51:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2iDD-0007Fp-4b for qemu-devel@nongnu.org; Tue, 17 May 2016 12:51:15 -0400 From: Kevin Wolf Date: Tue, 17 May 2016 18:51:00 +0200 Message-Id: <1463503863-19009-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] qcow2: write_zeroes corruption fixes and tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, mreitz@redhat.com, eblake@redhat.com, den@openvz.org, qemu-devel@nongnu.org These are the qcow2 write_zeroes fixes that need to be merged with the next pull request as they can actually cause image corruption. The rest of Den's patches are mostly cleanups, so they aren't quite as urgent. Denis V. Lunev (1): qcow2: fix condition in is_zero_cluster Kevin Wolf (2): qcow2: Fix write_zeroes with partially allocated backing file cluster qemu-iotests: Some more write_zeroes tests block/qcow2.c | 3 +- tests/qemu-iotests/154 | 100 +++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/154.out | 64 +++++++++++++++++++++++++++++ tests/qemu-iotests/group | 1 + 4 files changed, 167 insertions(+), 1 deletion(-) create mode 100755 tests/qemu-iotests/154 create mode 100644 tests/qemu-iotests/154.out -- 1.8.3.1