From: Andreas Dilger Subject: Re: Updated ext4/jbd2 patches based on 2.6.19-rc1 Date: Fri, 6 Oct 2006 00:41:03 -0600 Message-ID: <20061006064103.GJ22010@schatzie.adilger.int> References: <1160072610.8508.12.camel@kleikamp.austin.ibm.com> <20061005205526.7fe744f5.akpm@osdl.org> <20061005215442.310b7792.rdunlap@xenotime.net> <20061006055305.GG22010@schatzie.adilger.int> <20061005230401.0159e31b.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Randy Dunlap , Dave Kleikamp , ext4 development Return-path: Received: from mail.clusterfs.com ([206.168.112.78]:51118 "EHLO mail.clusterfs.com") by vger.kernel.org with ESMTP id S932246AbWJFGlF (ORCPT ); Fri, 6 Oct 2006 02:41:05 -0400 To: Andrew Morton Content-Disposition: inline In-Reply-To: <20061005230401.0159e31b.akpm@osdl.org> Sender: linux-ext4-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Oct 05, 2006 23:04 -0700, Andrew Morton wrote: > On Thu, 5 Oct 2006 23:53:05 -0600 > Andreas Dilger wrote: > > No, we want to leave it at ext4dev for a while, to make it very clear > > that this is still under development. We want to get the existing > > patches upstream so they don't become completely unwieldy, and earlier > > testing is also good, but it is not yet feature complete. > > > > What features are missing? There are several under discussion, whether they all make it in is partly a function of how much time everyone has to work on them: - improved file allocation (multi-block alloc, delayed alloc; basically done) - fix 32000 subdirectory limit (patch exists, needs some e2fsck work) - nsec timestamps for mtime, atime, ctime, create time (patch exists, needs some e2fsck work) - inode version field on disk (NFSv4, Lustre; prototype exists) - reduced mke2fs/e2fsck time via uninitialized groups (prototype exists) - journal checksumming for robustness, performance (prototype exists) Features like metadata checksumming have been discussed and planned for a bit but no patches exist yet so I'm not sure they're in the near-term roadmap. > Heck, what features does it have now? Guys, we cannot release this thing > to the public without telling them what it is, how to use it, where to get > the tools from and what the roadmap is. Features now: - ability to use filesystems > 16TB - extent format reduces metadata overhead (RAM, IO for access, transactions) - extent format more robust in face of on-disk corruption due to magics, internal redunancy in tree Features soon (previously available, to be enabled by default by "mkefs.ext4"): - dir_index and resize inode will be on by default - large inodes will be used by default for fast EAs, nsec timestamps, etc Other features as above patches are committed. The big performance win will come with mballoc and delalloc. CFS has been using mballoc for a few years already with Lustre, and IBM + Bull did a lot of benchmarking on it. The reason it isn't in the first set of patches is partly a manageability issue, and partly because it doesn't directly affect the on-disk format (outside of much better allocation) so it isn't critical to get into the first round of changes. I believe Alex is working on a new set of patches right now. Cheers, Andreas -- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc.