From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:45927 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750876Ab3J2Tas (ORCPT ); Tue, 29 Oct 2013 15:30:48 -0400 Message-Id: <20131029192653.194827430@suse.com> Date: Tue, 29 Oct 2013 15:26:53 -0400 From: Jeff Mahoney To: xfs@oss.sgi.com Cc: Josef Bacik , linux-btrfs@vger.kernel.org Subject: [patch 0/3] xfstests: for btrfs publishing/export patchset (v4) Sender: linux-btrfs-owner@vger.kernel.org List-ID: These are the tests that Josef requested accompany the submission of the btrfs publishing/export patchset[1]. 021: Test new global metadata reservation ioctl 022: Test new sysfs exporting of allocation and device membership 023: Test new sysfs exporting of feature bits 024: Test setting/clearing feature bits via ioctl 025: Test setting/clearing feature bits via sysfs As part of the ioctl testing, I added a helper that can be extended easily to export simple information via ioctl. This means that the tests can be independent of btrfsprogs version or its output formatting. V2: - Used next numbers in sequence - Better commit messages - Fixed handling of the missing feature cases - Fixed issues raised in Josef's review V3: - Fixed missing output in btrfs/023 when the ioctls arent't supported - Fixed missing umount introduced in V2 V4: - I was running the tests directly, not through check and didn't catch these: - Fixed incorrect output from 022 while running under check - Added tests to group file -Jeff [1] http://thread.gmane.org/gmane.comp.file-systems.btrfs/29307