From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Monakhov Subject: [PATCH 0/8] xfstests: Bunch of new stress tests -v3 Date: Sat, 29 Oct 2011 04:48:09 +0400 Message-ID: <1319849297-3506-1-git-send-email-dmonakhov@openvz.org> Cc: xfs@oss.sgi.com, hch@lst.de, aelder@sgi.com, Dmitry Monakhov To: linux-fsdevel@vger.kernel.org Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:37588 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751610Ab1J2As2 (ORCPT ); Fri, 28 Oct 2011 20:48:28 -0400 Received: by bkbzt4 with SMTP id zt4so871791bkb.19 for ; Fri, 28 Oct 2011 17:48:27 -0700 (PDT) Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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 xfstests: fsstress dump inode info when possible xfstests: add different logging option to fsstress # Following patch makes fsstress more manageable xfstests: fsstress should kill children tasks before exit # Following patches add new tests 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 # Following testcase may fail on recent kernel in case of ext3/4 # 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 P.S: ext4 still contains bugs caused by ordered_mode=>journal_mode switch for didicated inode (chattr +j ./afile), so one can temproraly disable jdata switch test by adding FSSTRESS_AVOID="-M 0xffffbfff"