From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqfwL-0007BM-Gg for qemu-devel@nongnu.org; Tue, 18 Nov 2014 05:23:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqfwF-0008PL-C2 for qemu-devel@nongnu.org; Tue, 18 Nov 2014 05:23:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqfwF-0008PH-4f for qemu-devel@nongnu.org; Tue, 18 Nov 2014 05:23:11 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAIANAP7029449 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 18 Nov 2014 05:23:10 -0500 From: Max Reitz Date: Tue, 18 Nov 2014 11:23:03 +0100 Message-Id: <1416306186-19053-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-2.2 0/3] block/raw-posix: Fixes for preallocation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , =?UTF-8?q?L=C3=A1szl=C3=B3=20=C3=89rsek?= , Stefan Hajnoczi , Max Reitz This series brings some (minor) fixes for full preallocation in raw-posix; thanks to L=C3=A1szl=C3=B3 for finding these bugs. Since the fixes are not too grave, I would be fine with not getting them into 2.2. But because they are rather simple and they are bug fixes after all, I sent this series with the "for-2.2" infix. Max Reitz (3): block/raw-posix: Fix preallocating write() loop block/raw-posix: Only sync after successful preallocation block/raw-posix: Catch fsync() errors block/raw-posix.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) --=20 1.9.3