From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Sesterhenn Subject: Re: Filesystem fuzzing Date: Wed, 21 May 2008 20:49:43 +0200 Message-ID: <20080521184943.GA16760@alice> References: <20080519100737.GA7764@alice> <48345A30.9030004@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: linux-fsdevel@vger.kernel.org To: Sunil Mushran Return-path: Received: from mail.gmx.net ([213.165.64.20]:42020 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1757027AbYEUStq (ORCPT ); Wed, 21 May 2008 14:49:46 -0400 Content-Disposition: inline In-Reply-To: <48345A30.9030004@oracle.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: * Sunil Mushran (Sunil.Mushran@oracle.com) wrote: > Eric Sesterhenn wrote: >> i do some regular filesystem fuzzing, based on a modified version >> of lmhs fsfuzzer. I try to test current -git at least once a week. >> Most modifications are adding of new filesystems or mounting >> them with different options, but i also added some new tests like invoking >> iozone, fsx or fsstress if available >> >> I currently test vfat, udf, msdos, swap, iso9660, ext2, >> ext3, ext4, hfs, hfsplus, gfs2, ntfs, minix, qnx4, affs and bfs > > Please can you add ocfs2 to the mix. To make it easy, you > can format with "mkfs.ocfs2 -M local" to mark the volume > for local mount only and thus not deal with any cluster config. sure. might take some days until i find the time to do this, but if any bugs pop up i'll let you know. greetings, Eric