From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XorSr-00041b-8s for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:17:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XorSg-0004JH-Nk for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:17:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XorSg-0004Ix-Fo for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:17:10 -0500 From: Markus Armbruster Date: Thu, 13 Nov 2014 11:16:59 +0100 Message-Id: <1415873823-13844-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] raw-posix: Get rid of FIEMAP, and more List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, tony@bakeyournoodle.com, mreitz@redhat.com, stefanha@redhat.com, pbonzini@redhat.com See PATCH 2/4 for why FIEMAP needs to go. Minor fixes in 1+3/4, cleanup in 4/4. Would you like this included in 2.2? Maybe just the first three? v2: * PATCH 1 unchanged * PATCH 2 revised and split up [Paolo, Fam, Eric, Max] Markus Armbruster (4): raw-posix: Fix comment for raw_co_get_block_status() raw-posix: SEEK_HOLE suffices, get rid of FIEMAP raw-posix: Fix try_seek_hole()'s handling of SEEK_DATA failure raw-posix: Clean up around raw_co_get_block_status() block/raw-posix.c | 117 ++++++++++++++++++------------------------------------ 1 file changed, 38 insertions(+), 79 deletions(-) -- 1.9.3