From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Monakhov Subject: [PATCH 00/12] Bunch of new stress tests -v4 Date: Thu, 3 Nov 2011 18:24:49 +0400 Message-ID: <1320330301-2682-1-git-send-email-dmonakhov@openvz.org> Cc: xfs@oss.sgi.com, hch@lst.de, aelder@sgi.com, tytso@mit.edu, Dmitry Monakhov To: linux-fsdevel@vger.kernel.org Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:37034 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753765Ab1KCOZX (ORCPT ); Thu, 3 Nov 2011 10:25:23 -0400 Received: by bke11 with SMTP id 11so1079940bke.19 for ; Thu, 03 Nov 2011 07:25:22 -0700 (PDT) Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Changes from v3 ( in request to Christoph's comments) - hard code fsstress's options for explicit regression tests - add two new regression tests Changes from v2 ( in request to Christoph's comments) - rearange patch sequance - codestyle cleanups - give better description - add tunable mask for FS_IOC_SETFLAGS test. LOG: # Following patches improves fsstress logging, # First three patches was already pulled by Chris to it's internal tree, # but not push it to public tree yet xfstests: fsstress dump inode info when possible xfstests: add different logging option to fsstress xfstests: fsstress should kill children tasks before exit # First patch add dump configuration in command line style, second use it's output xfstests: fsstress add command line style output for show_opts xfstests: freeze fsstress options for 117'th # Following patches add new operations to fsstress. xfstests: add fallocate support to fsstress xfstests: fsstress add FS_IOC_{SET,GET}FLAGS operations v2 xfstests: add fiemap operation to fsstress # Following testcase may fail on recent kernel in case of ext4 # Some fixes are already available here: # http://www.spinics.net/lists/linux-ext4/msg27857.html # http://www.spinics.net/lists/linux-ext4/msg28552.html xfstests: add a new test that runs fsstress under ENOSPC conditions xfstress: add regression testcase for d583fb87a3ff0 # Fixes available here: # http://patchwork.ozlabs.org/patch/120581/ # http://patchwork.ozlabs.org/patch/120582/ xfstests: add a new quota test that runs fsstress under ENOSPC conditions # Following testcase may fail on recent kernel in case of ext3/4 # In case of ext4 kernel will probably panic. xfstress: Test data journaling flag switch for a single file