From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:38199 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754993Ab3JYU4p (ORCPT ); Fri, 25 Oct 2013 16:56:45 -0400 Message-Id: <20131025205246.269327744@suse.com> Date: Fri, 25 Oct 2013 16:52:46 -0400 From: Jeff Mahoney To: xfs@oss.sgi.com Cc: Josef Bacik , linux-btrfs@vger.kernel.org Subject: [patch 0/3] xfstests: tests for btrfs publishing/export patchset 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]. 100: Test new global metadata reservation ioctl 101: Test new sysfs exporting of allocation and device membership 102: Test new sysfs exporting of feature bits 103: Test setting/clearing feature bits via ioctl 104: 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. -Jeff [1] http://thread.gmane.org/gmane.comp.file-systems.btrfs/29307