linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Forking ext4 filesystem and JBD2
@ 2006-08-10  1:16 Mingming Cao
  2006-08-10  5:58 ` Jeff Garzik
  2006-08-10 14:02 ` Michal Piotrowski
  0 siblings, 2 replies; 15+ messages in thread
From: Mingming Cao @ 2006-08-10  1:16 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, ext2-devel, linux-fsdevel

This series of patch forkes a new filesystem, ext4, from the current
ext3 filesystem, as the code base to work on, for the big features such
as extents and larger fs(48 bit blk number) support, per our discussion
on lkml a few weeks ago. 

[patch 1/5] ext4-fork.patch
1) create a ext4 dir under fs/
2) copy all ext3 files to fs/ext4
3) rename all ext3/EXT3 symbols in ext4 filesystem source code to
ext4/EXT4 correspondingly.

[patch 2/5] register-ext3dev.patch
Registered the ext4 filesystem as ext3dev at this moment, as Ted Tso has
proposed before.  The intention is to explicitly tell the new filesystem
is still under development. And it will be re-register itself as ext4
filesystem once the on-disk format changes are pretty much developed and
merged.

[patch 3/5] fork-jbd2.patch
Forking JBD2 from JBD at the same time forking ext4 filesystem, as we
discussed before. New JBD2 layer is only used by ext4 for now, and will
support both 64bit and 32 bit blk number.

[patch 4/5] jbd2-rename-funcs.patch
Rename all exported symbols in JBD2 layer with a jbd2_ prefix to
distinguish them from those symbols from JBD layer.

[patch 5/5] rename-jbd2-in-ext4.patch
Use JBD2 functions/header files in ext4 filesystem

Tested the changes on i386 machine(load ext4and jbd2 as module and also
tested as built-in). Able to mount ext3dev filesystem on an exisiting
ext3 filesystem, and survived a few hours fsx tests and tiobench tests. 

Patches against 2.6.18-rc4 kernel. Previous extents and 48bit ext3
patches are rebased to against ext4 filesystem, will send them out in
another thread.  The whole series of ext4 patches (including patches to
fork ext4 filesystem and patches to add extents and 48 bit blk number)
are avaible at
http://ext2.sourceforge.net/48bitext3/patches/latest/

Any comments? Could we add ext4/jbd2 to mm tree for a wider testing?

Thanks,
Mingming


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-08-19 21:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-10  1:16 [PATCH 0/5] Forking ext4 filesystem and JBD2 Mingming Cao
2006-08-10  5:58 ` Jeff Garzik
2006-08-10 16:33   ` Mingming Cao
2006-08-10 17:00     ` Andrew Morton
2006-08-14 21:44       ` Pavel Machek
2006-08-15 19:06         ` Jeff Garzik
2006-08-10 14:02 ` Michal Piotrowski
2006-08-10 15:15   ` Michal Piotrowski
     [not found]     ` <1155236801.3162.1.camel@localhost.localdomain>
2006-08-10 19:06       ` John McCutchan
2006-08-10 19:06       ` John McCutchan
2006-08-10 19:06       ` John McCutchan
     [not found]     ` <1156012970.9346.1.camel@localhost.localdomain>
2006-08-19 18:42       ` John McCutchan
2006-08-19 21:17         ` Michal Piotrowski
2006-08-19 18:42       ` John McCutchan
2006-08-19 18:42       ` John McCutchan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).