Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750967AbWIHQNi (ORCPT ); Fri, 8 Sep 2006 12:13:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750994AbWIHQNi (ORCPT ); Fri, 8 Sep 2006 12:13:38 -0400 Received: from ecfrec.frec.bull.fr ([129.183.4.8]:52424 "EHLO ecfrec.frec.bull.fr") by vger.kernel.org with ESMTP id S1750967AbWIHQNg (ORCPT ); Fri, 8 Sep 2006 12:13:36 -0400 Date: Fri, 8 Sep 2006 18:13:24 +0200 From: Alexandre Ratchov To: Mingming Cao Cc: akpm@osdl.org, shaggy@us.ibm.com, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Updated ext4 patches for 2.6.18-rc6 Message-ID: <20060908161324.GA19256@openx1.frec.bull.fr> References: <20060908131144sho@rifu.tnes.nec.co.jp> <1157698868.8616.20.camel@localhost.localdomain> Mime-Version: 1.0 In-Reply-To: <1157698868.8616.20.camel@localhost.localdomain> User-Agent: Mutt/1.4.1i X-MIMETrack: Itemize by SMTP Server on ECN002/FR/BULL(Release 5.0.12 |February 13, 2003) at 08/09/2006 18:19:05, Serialize by Router on ECN002/FR/BULL(Release 5.0.12 |February 13, 2003) at 08/09/2006 18:19:08, Serialize complete at 08/09/2006 18:19:08 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2446 Lines: 70 On Fri, Sep 08, 2006 at 12:01:08AM -0700, Mingming Cao wrote: > Hello, > > Just give you all an update about the latest ext4 patches before I leave > for vacation: The latest ext4 patches (clone ext4 + 48bit ext4) is > against 2.6.18-rc6, as usual, could be found at: > > http://ext2.sourceforge.net/ext4/patches/latest/ > > Haven't done series testing yet, but fsx test runs fine a few hours on > ext4dev filesystem mounted with extents:) > > change log since last release (2.6.18-rc4) > > rebase ext4/jbd2 clone patches to 2.6.18-rc6 (Mingming Cao) > rename ext3dev to ext4dev (Randy Dunlap , Mingming Cao register-ext4dev.patch > +register-jbd2.patch > > *comment fixs in extent patch (Randy Dunlap ) > +extents_comment_fix.patch > > *change some micro and inline functions to c fuctions(Avantika Mathur +64bitmetadata_inline_funcs_fix.patch > > *change ext4/jbd2 block type from sector_t to unsigned long long. (Mingming Cao). remove sector_fmt.patch > +ext4_blk_type_from_sector_t_to_ulonglong.patch > +ext4_remove_sector_t_bits_check.patch > +jbd2_blks_type_from_sector_t_to_ull.patch > -sector_fmt.patch > > Andrew, you could pull all the patches(in quilt style) from here(a > series of patches) > http://ext2.sourceforge.net/ext4/patches/latest/broken-out/ > > Shaggy has nicely offered to maintain and forward all these patches from > here while I am out, thanks, Shaggy:) > hi, there are 2 more patches: * ext4_remove_relative_block_numbers: use 48bit absolute block numbers instead of mixed relative/absolute block numbers. This is simpler and seems to fix issues with large file systems. * ext4_allow_larger_descriptor_size: allow larger block group descriptors: this patch will allow to add new features that need more space in the block descriptor. here is the complete patch set: http://www.bullopensource.org/ext4/20060908/ext4-linux-2.6.18-rc6.tar.gz there's also a patch set for the latest e2fsprogs that is in sync with the kernel patches: http://www.bullopensource.org/ext4/20060908/ext4-e2fsprogs-1.39.tar.gz cheers, -- Alexandre - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/