From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [ANNOUNCE] fuse-ext2fs git tree Date: Mon, 11 Sep 2006 06:38:31 -0400 Message-ID: <45053CA7.3030108@garzik.org> References: <4504FAE3.6010903@ksu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:61100 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1750782AbWIKKid (ORCPT ); Mon, 11 Sep 2006 06:38:33 -0400 To: Amit Gud In-Reply-To: <4504FAE3.6010903@ksu.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Amit Gud wrote: > Based on jgarzik's preliminary fuse-ext2 code, this is working > implementation of ext2 file system using File System in User-Space > (FUSE). This is a fall-out of fuse-chunkfs, a FUSE prototype of chunkfs > that I'm developing which is based on ext2 and makes use of this code. > > git://cislinux.cis.ksu.edu/fuse-ext2fs > > Comments, suggestions, patches welcome. Ugh. Why couldn't you do it as a branch off of my repo? You checked in a ton of auto-generated autoconf files, and pulling this into my repo is a huge pain :( Jeff