From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sunil Mushran Subject: Re: Filesystem fuzzing Date: Wed, 21 May 2008 10:21:52 -0700 Message-ID: <48345A30.9030004@oracle.com> References: <20080519100737.GA7764@alice> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org To: Eric Sesterhenn Return-path: Received: from agminet01.oracle.com ([141.146.126.228]:14102 "EHLO agminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936420AbYEURWI (ORCPT ); Wed, 21 May 2008 13:22:08 -0400 In-Reply-To: <20080519100737.GA7764@alice> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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. Issues can be reported to ocfs2-devel@oss.oracle.com.... though developers monitor linux-fsdevel too. Sunil