From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avishay Traeger Subject: Re: Testing framework Date: Mon, 23 Apr 2007 10:04:00 -0400 Message-ID: <1177337041.3704.4.camel@localhost> References: <2e4afe1e0704221346u6d6baec1uab88dc273ff08de9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Karuna sagar K Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:36616 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbXDWOEH (ORCPT ); Mon, 23 Apr 2007 10:04:07 -0400 In-Reply-To: <2e4afe1e0704221346u6d6baec1uab88dc273ff08de9@mail.gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, 2007-04-23 at 02:16 +0530, Karuna sagar K wrote: > For some time I had been working on this file system test framework. > Now I have a implementation for the same and below is the explanation. > Any comments are welcome. You may want to check out the paper "EXPLODE: A Lightweight, General System for Finding Serious Storage System Errors" from OSDI 2006 (if you haven't already). The idea sounds very similar to me, although I haven't read all the details of your proposal. Avishay