From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from aserp2130.oracle.com ([141.146.126.79]:41706 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726038AbfCDVTH (ORCPT ); Mon, 4 Mar 2019 16:19:07 -0500 Subject: [PATCH 0/5] fstests: various fixes From: "Darrick J. Wong" Date: Mon, 04 Mar 2019 13:19:02 -0800 Message-ID: <155173434205.767.15128498725168844621.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: fstests-owner@vger.kernel.org To: guaneryu@gmail.com, darrick.wong@oracle.com Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org List-ID: Hi all, Various fixes for the new tests: - Fix get_max_lfs_filesize naming breakage - Don't OOM the box when opening tempfiles - More fixes to the generic/529 attribute test - Fix incorrect btree block type usage when fuzzing - Fix tool usage in shared/298 - Check statx attributes_mask - Force the XFS fs population helper to create multilevel inode btrees 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 kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=djwong-devel xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=djwong-devel fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=djwong-devel