From patchwork Mon Feb 18 09:05:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10817489 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 640896CB for ; Mon, 18 Feb 2019 09:05:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 52C40288AE for ; Mon, 18 Feb 2019 09:05:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4730029D92; Mon, 18 Feb 2019 09:05:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 32EF729D8E for ; Mon, 18 Feb 2019 09:05:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728823AbfBRJFP (ORCPT ); Mon, 18 Feb 2019 04:05:15 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:42062 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727423AbfBRJFP (ORCPT ); Mon, 18 Feb 2019 04:05:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:To:From:Sender: Reply-To:Cc:Content-Type:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=N6XFHZRm2AnvcFucvaMkwP1aVh64nVDWPhRQoS96/Xg=; b=WMQJCW3Ygu6+cU6E4tWZMBFEB IsGIkg+FfDg0FNqBfpby2BJ3U4fl5oDbt2cBl9M6WUdxSYOhMvNc3sLNSgvQ6CxhmxQGrz9CK8FuG IeAR40O4mrEzcJysH1ETn1o9GGDEbNKbP3ungbSZsmGg/AI9dT7stNrIsvk3BDdAnQKEthLNQJzB/ E7Q7tB513PFkJaZ1F8VzMDD0wIjdytVDRFWBnNb+2CxGo3YFV218oEwupAvIq66dA5Nd1pvOah6Lf J2z+gCDlm8BkkU9e4Vqgm5amxhyKBH8Tg+gM6WKOMKtH1JUg7EHXnMn+9GxKF70WmAY0BrXyRee0+ 6nb3Ox1Fg==; Received: from [88.128.83.71] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gverT-0007P8-2Q for fstests@vger.kernel.org; Mon, 18 Feb 2019 09:05:15 +0000 From: Christoph Hellwig To: fstests@vger.kernel.org Subject: [PATCH 1/2] remove xfs/420 and xfs/420 from the dedup group Date: Mon, 18 Feb 2019 10:05:02 +0100 Message-Id: <20190218090503.12034-2-hch@lst.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190218090503.12034-1-hch@lst.de> References: <20190218090503.12034-1-hch@lst.de> MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP No dedup functionality is exercised by these tests. Signed-off-by: Christoph Hellwig --- tests/xfs/group | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/xfs/group b/tests/xfs/group index 7b7d69f1..cd4bb72f 100644 --- a/tests/xfs/group +++ b/tests/xfs/group @@ -417,8 +417,8 @@ 417 dangerous_fuzzers dangerous_scrub dangerous_online_repair 418 dangerous_fuzzers dangerous_scrub dangerous_repair 419 auto quick swap -420 auto quick clone dedupe punch -421 auto quick clone dedupe punch +420 auto quick clone punch +421 auto quick clone punch 422 dangerous_scrub dangerous_online_repair 423 dangerous_scrub 424 auto quick db From patchwork Mon Feb 18 09:05:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10817491 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 56DB313A4 for ; Mon, 18 Feb 2019 09:05:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4465A288AE for ; Mon, 18 Feb 2019 09:05:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 38AB829D92; Mon, 18 Feb 2019 09:05:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D0E5A288AE for ; Mon, 18 Feb 2019 09:05:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729239AbfBRJFT (ORCPT ); Mon, 18 Feb 2019 04:05:19 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:42068 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727423AbfBRJFT (ORCPT ); Mon, 18 Feb 2019 04:05:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:To:From:Sender: Reply-To:Cc:Content-Type:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=izPM4xSdsbXThNJKYM0/O0zK/yZMwI5xMkGwzyXDZzg=; b=BlCKdPuQDUntDOrtcruIoIdTw vlE23yFCNn5fTDgMymq7glE0isxjCK1o/aY8gR18R/R1tREqsClZ/trR747CXowN2I3QCC7M4X8gu GPOwg9e8JM5/yMSgn1sMtoxpnR1oEQMEhFPCfJIPVGoSNR6nMypUBBZlhAgm+3M+gZTjQqLw/8/gA o5GHz8o7iPEMfKRsty1rBAuE2vjX37iohHqUU0F+ydJW8LetVctaxVpLNnZhD5/qbVKdc/hPtYtAK x4LRGEPDQWUjMYwbsLubCJSYD6/jvXx+/WNeK9un+D3ONenjwn137XJ61TUBRU7ZwG++6tDLnXPKL ouJMalQWw==; Received: from [88.128.83.71] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gverV-0007Pw-VC for fstests@vger.kernel.org; Mon, 18 Feb 2019 09:05:18 +0000 From: Christoph Hellwig To: fstests@vger.kernel.org Subject: [PATCH 2/2] add a seek group Date: Mon, 18 Feb 2019 10:05:03 +0100 Message-Id: <20190218090503.12034-3-hch@lst.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190218090503.12034-1-hch@lst.de> References: <20190218090503.12034-1-hch@lst.de> MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This groups all tests exercising SEEK_DATA / SEEK_HOLE behavior. Signed-off-by: Christoph Hellwig --- tests/btrfs/group | 2 +- tests/generic/group | 12 ++++++------ tests/xfs/group | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/btrfs/group b/tests/btrfs/group index e32c84e4..8881c29d 100644 --- a/tests/btrfs/group +++ b/tests/btrfs/group @@ -9,7 +9,7 @@ 004 auto rw metadata 005 auto defrag 006 auto quick volume -007 auto quick rw metadata send +007 auto quick rw metadata send seek 008 auto quick send 009 auto quick subvol 010 auto diff --git a/tests/generic/group b/tests/generic/group index cfd003d3..06e61fa7 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -287,8 +287,8 @@ 282 auto quick clone 283 auto quick clone 284 auto quick clone -285 auto rw -286 auto quick other +285 auto rw seek +286 auto quick other seek 287 auto quick clone 288 auto quick ioctl trim 289 auto quick clone @@ -438,7 +438,7 @@ 433 auto quick copy 434 auto quick copy 435 auto encrypt -436 auto quick rw +436 auto quick rw seek 437 auto quick dax 438 auto 439 auto quick punch @@ -447,10 +447,10 @@ 442 blockdev 443 auto quick rw 444 auto quick acl -445 auto quick rw +445 auto quick rw seek 446 auto quick rw punch 447 auto clone -448 auto quick rw +448 auto quick rw seek 449 auto quick acl enospc 450 auto quick rw 451 auto quick rw aio @@ -492,7 +492,7 @@ 487 auto quick 488 auto quick 489 auto quick attr log -490 auto quick rw +490 auto quick rw seek 491 auto quick freeze mount 492 auto quick 493 auto quick swap diff --git a/tests/xfs/group b/tests/xfs/group index cd4bb72f..4f00ae10 100644 --- a/tests/xfs/group +++ b/tests/xfs/group @@ -417,8 +417,8 @@ 417 dangerous_fuzzers dangerous_scrub dangerous_online_repair 418 dangerous_fuzzers dangerous_scrub dangerous_repair 419 auto quick swap -420 auto quick clone punch -421 auto quick clone punch +420 auto quick clone punch seek +421 auto quick clone punch seek 422 dangerous_scrub dangerous_online_repair 423 dangerous_scrub 424 auto quick db