From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161039AbWFJWVn (ORCPT ); Sat, 10 Jun 2006 18:21:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161035AbWFJWVn (ORCPT ); Sat, 10 Jun 2006 18:21:43 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:16583 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1161034AbWFJWVm (ORCPT ); Sat, 10 Jun 2006 18:21:42 -0400 Message-ID: <448B45ED.1040209@garzik.org> Date: Sat, 10 Jun 2006 18:21:33 -0400 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Theodore Tso , Linus Torvalds , Kyle Moffett , Jeff Garzik , Chase Venters , Alex Tomas , Andreas Dilger , Andrew Morton , ext2-devel , linux-kernel@vger.kernel.org, cmm@us.ibm.com, linux-fsdevel@vger.kernel.org Subject: Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3 References: <20060609181020.GB5964@schatzie.adilger.int> <4489C580.7080001@garzik.org> <17D07BC0-4B41-4981-80F5-7AAEC0BB6CC8@mac.com> <20060610212624.GD6641@thunk.org> In-Reply-To: <20060610212624.GD6641@thunk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.1.1 on srv5.dvmed.net summary: Content analysis details: (-4.2 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Theodore Tso wrote: > So you you would be in OK of a model where we copy fs/ext3 to > "fs/ext4", and do development there which would merged rapidly into > mainline so that people who want to participate in testing can use > ext3dev, while people who want stability can use ext3 --- and at some > point, we remove the old ext3 entirely and let fs/ext4 register itself > as both the ext3 and ext4 filesystem, and at some point in the future, > remove the ext3 name entirely? Yep, and in addition I would argue that you can take the opportunity to make ext4 default to extents-enabled, and some similar behavior changes (dir_index default?). The existence of both ext3 and ext4 means you can be more aggressive in turning on stuff, IMO. Jeff