From patchwork Thu Apr 23 23:31:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 11506849 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DDC6913B2 for ; Thu, 23 Apr 2020 23:31:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C62E52087E for ; Thu, 23 Apr 2020 23:31:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="fEk26fT6" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728098AbgDWXbw (ORCPT ); Thu, 23 Apr 2020 19:31:52 -0400 Received: from userp2130.oracle.com ([156.151.31.86]:58620 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726071AbgDWXbw (ORCPT ); Thu, 23 Apr 2020 19:31:52 -0400 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 03NNSeJS140316; Thu, 23 Apr 2020 23:31:50 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=subject : from : to : cc : date : message-id : mime-version : content-type : content-transfer-encoding; s=corp-2020-01-29; bh=Ax4fHPMpoh+LFUJdwqrrIA8JFtN2w17HDWyCp+EoyNo=; b=fEk26fT681IGgTi4RqpfZi0y0AXWEMYsM6wavvPHXfebfoTgHCWa+kU47qZoW0954pdY 9OOgce7MRWVlhkJJiNE1n25Pme0NcmHoYZzcOhRZg4bzs1vdUw81/DDArWpHOIexwkl5 eyV4k7iOaCgcPGmdbw8mcrUu/zT4qCnkDeZvPjatkkuyY5DvPBCVi2SielS+5FtfrxEt KocbYLqIHSzK20S37o8tZLWYXdmsPiGwEkawLVTXVV0yJSIm/YM1iLEwYukLyOJGQu00 zkdqxjzSc5CegWT+WKwMJ153gwshdrdRnJfneMFyyhdkD75hr/XnM5llIndR1TXRKbzb xw== Received: from userp3020.oracle.com (userp3020.oracle.com [156.151.31.79]) by userp2130.oracle.com with ESMTP id 30ketdhm5f-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 23 Apr 2020 23:31:50 +0000 Received: from pps.filterd (userp3020.oracle.com [127.0.0.1]) by userp3020.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 03NNRbX6160194; Thu, 23 Apr 2020 23:31:50 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userp3020.oracle.com with ESMTP id 30k7qw2c9u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 23 Apr 2020 23:31:49 +0000 Received: from abhmp0006.oracle.com (abhmp0006.oracle.com [141.146.116.12]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id 03NNVnMP003372; Thu, 23 Apr 2020 23:31:49 GMT Received: from localhost (/10.159.232.248) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 23 Apr 2020 16:31:48 -0700 Subject: [PATCH 0/4] fstests: new tests From: "Darrick J. Wong" To: guaneryu@gmail.com, darrick.wong@oracle.com Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org Date: Thu, 23 Apr 2020 16:31:47 -0700 Message-ID: <158768470761.3019475.18353274420657119359.stgit@magnolia> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9600 signatures=668686 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 mlxscore=0 spamscore=0 mlxlogscore=999 adultscore=0 suspectscore=0 bulkscore=0 phishscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2004230168 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9600 signatures=668686 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 lowpriorityscore=0 spamscore=0 impostorscore=0 bulkscore=0 mlxlogscore=999 phishscore=0 mlxscore=0 priorityscore=1501 clxscore=1015 suspectscore=0 adultscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2004230168 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org Hi all, Here are some new tests for features that have landed recently in the kernel and/or xfsprogs. First, we have a regression test to make sure that -o sync mounts flush reflink transactions to disk before returning to userspace. Second, we have a test for livelocks between fsmap and fsfreeze. Third, we make sure that quota grace periods actually survive quotacheck. Finally, we test that sunit updates don't break xfsprogs or the kernel. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=new-tests