From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp1040.oracle.com ([141.146.126.69]:39472 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757051AbcCEAh1 (ORCPT ); Fri, 4 Mar 2016 19:37:27 -0500 Subject: [PATCH v5 00/12] xfstests: minor fixes for the reflink/dedupe tests From: "Darrick J. Wong" To: david@fromorbit.com, darrick.wong@oracle.com Cc: linux-ext4@vger.kernel.org, linux-btrfs@vger.kernel.org, fstests@vger.kernel.org, xfs@oss.sgi.com Date: Fri, 04 Mar 2016 16:37:18 -0800 Message-ID: <20160305003717.28738.98818.stgit@birch.djwong.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-btrfs-owner@vger.kernel.org List-ID: This is a patch set for xfstests, associated with the fifth revision to a patch series adding reverse mapping and reflink to XFS. Patches 1, 3-9, and 11 are bug fixes to existing reflink tests. Patches 2 and 10 add a few more XFS-specific reflink tests to ensure that we get the CoW and metadata reservation accounting correct. Patch 12 adds tests for the new block device fallocate call; don't bother merging it unless the corresponding kernel patches aren't shouted down after a reasonable amount of time. Comments and questions are, as always, welcome. The fixes are available on github[1]. --D [1] https://github.com/djwong/xfstests/tree/reflink-devel