All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Andrew Morton <akpm@osdl.org>
Cc: hch@infradead.org, cmm@us.ibm.com, linux-kernel@vger.kernel.org,
	ext2-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org
Subject: Re: [RFC 0/13] extents and 48bit ext3
Date: Fri, 09 Jun 2006 13:48:02 -0400	[thread overview]
Message-ID: <4489B452.4050100@garzik.org> (raw)
In-Reply-To: <20060609103543.52c00c62.akpm@osdl.org>

Andrew Morton wrote:
> On Fri, 09 Jun 2006 13:07:37 -0400
> Jeff Garzik <jeff@garzik.org> wrote:
> 
>> I would propose the obvious...  'cp -a ext3 ext4', apply the extent and 
>> 48bit patches, and then do the obvious search-n-replace.
> 
> Most of ext3 is JBD.  At least, in terms of complexity.  And I don't think
> there's anything in this proposal which affects JBD, apart from changing
> the blocksize.
> 
> Cloning JBD for this exercise would, I suspect, be the wrong thing to do -
> the two clones would be pretty much identical, apart from some scalar
> types.
> 
> I did suggest a couple of years ago that we should clone the ext3 part and
> have both ext3 and ext4 use the same JBD layer - I don't know what happened
> to that idea.

The JBD API is reasonably distinct, so IMO this would be a logical next 
step.  I would hope they could use the same JBD, so, I strongly agree...


> There has been steady, cautious but significant improvement happening in
> ext3 over the past few years.  I'd expect that to continue, although
> perhaps at a lower rate.  Having to apply the same changes to two
> filesystems would be an obvious loss.

I disagree completely...  it would be an obvious win:  people who want 
stability get that, people who want new features get that too.


> It comes down to looking at the patches, and I haven't done that in quite
> some time.  Ideally the new functionality would all be under CONFIG_foo,
> but I do not know if that is being proposed here?
> 
>> We need to draw a line in the sand.  If we don't, no one ever will.
> 
> You speak as if this is something which has happened before, or that it will
> happen again.
> 
> All that being said, Linux's filesystems are looking increasingly crufty
> and we are getting to the time where we would benefit from a greenfield
> start-a-new-one.  That new one might even be based on reiser4 - has anyone
> looked?  It's been sitting around for a couple of years.

reiser4 actually has this same problem, but worse.  It has pluggable 
metadata even to the point of supporting plugin-style metadata development.

If we can successfully devolve a filesystem to metadata and algorithm 
plugins, that should be done at the VFS level, and not called "reiser4".

But in the absence of a different VFS API, I think it is the most 
practical of all the options to open the floodgates to ext4 rather than 
ext3.

	Jeff



WARNING: multiple messages have this Message-ID (diff)
From: Jeff Garzik <jeff@garzik.org>
To: Andrew Morton <akpm@osdl.org>
Cc: hch@infradead.org, linux-fsdevel@vger.kernel.org,
	ext2-devel@lists.sourceforge.net, cmm@us.ibm.com,
	linux-kernel@vger.kernel.org
Subject: Re: [RFC 0/13] extents and 48bit ext3
Date: Fri, 09 Jun 2006 13:48:02 -0400	[thread overview]
Message-ID: <4489B452.4050100@garzik.org> (raw)
In-Reply-To: <20060609103543.52c00c62.akpm@osdl.org>

Andrew Morton wrote:
> On Fri, 09 Jun 2006 13:07:37 -0400
> Jeff Garzik <jeff@garzik.org> wrote:
> 
>> I would propose the obvious...  'cp -a ext3 ext4', apply the extent and 
>> 48bit patches, and then do the obvious search-n-replace.
> 
> Most of ext3 is JBD.  At least, in terms of complexity.  And I don't think
> there's anything in this proposal which affects JBD, apart from changing
> the blocksize.
> 
> Cloning JBD for this exercise would, I suspect, be the wrong thing to do -
> the two clones would be pretty much identical, apart from some scalar
> types.
> 
> I did suggest a couple of years ago that we should clone the ext3 part and
> have both ext3 and ext4 use the same JBD layer - I don't know what happened
> to that idea.

The JBD API is reasonably distinct, so IMO this would be a logical next 
step.  I would hope they could use the same JBD, so, I strongly agree...


> There has been steady, cautious but significant improvement happening in
> ext3 over the past few years.  I'd expect that to continue, although
> perhaps at a lower rate.  Having to apply the same changes to two
> filesystems would be an obvious loss.

I disagree completely...  it would be an obvious win:  people who want 
stability get that, people who want new features get that too.


> It comes down to looking at the patches, and I haven't done that in quite
> some time.  Ideally the new functionality would all be under CONFIG_foo,
> but I do not know if that is being proposed here?
> 
>> We need to draw a line in the sand.  If we don't, no one ever will.
> 
> You speak as if this is something which has happened before, or that it will
> happen again.
> 
> All that being said, Linux's filesystems are looking increasingly crufty
> and we are getting to the time where we would benefit from a greenfield
> start-a-new-one.  That new one might even be based on reiser4 - has anyone
> looked?  It's been sitting around for a couple of years.

reiser4 actually has this same problem, but worse.  It has pluggable 
metadata even to the point of supporting plugin-style metadata development.

If we can successfully devolve a filesystem to metadata and algorithm 
plugins, that should be done at the VFS level, and not called "reiser4".

But in the absence of a different VFS API, I think it is the most 
practical of all the options to open the floodgates to ext4 rather than 
ext3.

	Jeff

  reply	other threads:[~2006-06-09 17:48 UTC|newest]

Thread overview: 472+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-09  1:20 [RFC 0/13] extents and 48bit ext3 Mingming Cao
2006-06-09  2:40 ` Valdis.Kletnieks
2006-06-09  8:20   ` Andreas Dilger
2006-06-09 18:35     ` [Ext2-devel] " Stephen C. Tweedie
2006-06-09 19:20       ` Jeff Garzik
2006-06-09 19:28         ` Alex Tomas
2006-06-09 19:32           ` Jeff Garzik
2006-06-09 19:32             ` Jeff Garzik
2006-06-09 19:41             ` [Ext2-devel] " Alex Tomas
2006-06-09 19:41               ` Alex Tomas
2006-06-09 15:23   ` Mingming Cao
2006-06-09 15:23     ` Mingming Cao
2006-06-09  2:49 ` Jeff Garzik
2006-06-09  8:35   ` Andreas Dilger
2006-06-09  8:35     ` Andreas Dilger
2006-06-09 15:08     ` Jeff Garzik
2006-06-09 15:25       ` Jeff Garzik
2006-06-09 15:25         ` Jeff Garzik
2006-06-09 15:40         ` Linus Torvalds
2006-06-09 15:47           ` Jeff Garzik
2006-06-09 15:55             ` [Ext2-devel] " Alex Tomas
2006-06-09 15:55               ` Alex Tomas
2006-06-09 15:56               ` [Ext2-devel] " Jeff Garzik
2006-06-09 15:56                 ` Jeff Garzik
2006-06-09 16:07                 ` [Ext2-devel] " Alex Tomas
2006-06-09 16:07                   ` Alex Tomas
2006-06-09 16:09                   ` [Ext2-devel] " Jeff Garzik
2006-06-09 18:04                   ` Matthew Frost
2006-06-09 18:10                     ` Alex Tomas
2006-06-09 18:10                       ` Alex Tomas
2006-06-09 18:14                     ` [Ext2-devel] " Andreas Dilger
2006-06-09 18:51                       ` Jeff Garzik
2006-06-09 19:39                         ` Gerrit Huizenga
2006-06-09 19:39                           ` Gerrit Huizenga
2006-06-09 19:45                           ` [Ext2-devel] " Jeff Garzik
2006-06-09 20:38                             ` Gerrit Huizenga
2006-06-09 20:38                               ` Gerrit Huizenga
2006-06-10 10:03                           ` [Ext2-devel] " Christoph Hellwig
2006-06-10 10:03                             ` Christoph Hellwig
2006-06-09 19:49                         ` [Ext2-devel] " Theodore Tso
2006-06-09 20:04                           ` Jeff Garzik
2006-06-09 20:04                             ` Jeff Garzik
2006-06-09 20:57                             ` [Ext2-devel] " Stephen C. Tweedie
2006-06-09 20:57                               ` Stephen C. Tweedie
2006-06-09 21:49                               ` [Ext2-devel] " Jeff Garzik
2006-06-09 21:49                                 ` Jeff Garzik
2006-06-09 21:55                                 ` [Ext2-devel] " Stephen C. Tweedie
2006-06-09 23:44                                   ` Jeff Garzik
2006-06-09 23:44                                     ` Jeff Garzik
2006-06-10  0:16                                     ` [Ext2-devel] " Bernd Eckenfels
2006-06-10  0:45                                     ` Andreas Dilger
2006-06-10  0:47                                     ` Theodore Tso
2006-06-10  0:47                                       ` Theodore Tso
2006-06-10  1:09                                       ` [Ext2-devel] " Jeff Garzik
2006-06-10  1:09                                         ` Jeff Garzik
2006-06-10  1:30                                         ` [Ext2-devel] " Andreas Dilger
2006-06-10  1:43                                           ` Jeff Garzik
2006-06-10  2:03                                             ` Theodore Tso
2006-06-10  2:03                                               ` Theodore Tso
2006-06-10  2:11                                               ` [Ext2-devel] " Jeff Garzik
2006-06-10  2:54                                                 ` Theodore Tso
2006-06-10  2:54                                                   ` Theodore Tso
2006-06-10  3:11                                                   ` [Ext2-devel] " Jeff Garzik
2006-06-10  3:11                                                     ` Jeff Garzik
2006-06-10 12:15                                                     ` [Ext2-devel] " Theodore Tso
2006-06-10 12:15                                                       ` Theodore Tso
2006-06-10 14:31                                                       ` [Ext2-devel] " Jeff Garzik
2006-06-10 14:31                                                         ` Jeff Garzik
2006-06-10  2:58                                               ` [Ext2-devel] " Jeff Garzik
2006-06-10  2:26                                             ` Andreas Dilger
2006-06-10  2:26                                               ` Andreas Dilger
2006-06-10  2:31                                               ` [Ext2-devel] " Jeff Garzik
2006-06-10  2:31                                                 ` Jeff Garzik
2006-06-10  4:22                                                 ` [Ext2-devel] " Andreas Dilger
2006-06-10  4:22                                                   ` Andreas Dilger
2006-06-09 22:37                             ` [Ext2-devel] " Andreas Dilger
2006-06-11 16:02                         ` Arjan van de Ven
2006-06-11 16:30                           ` Nikita Danilov
2006-06-11 16:30                             ` Nikita Danilov
2006-06-11 16:55                             ` [Ext2-devel] " Arjan van de Ven
2006-06-12  6:35                           ` Andreas Dilger
2006-06-12  6:35                             ` Andreas Dilger
2006-06-12 22:06                         ` [Ext2-devel] " Pavel Machek
2006-06-14 14:31                           ` Barry K. Nathan
2006-06-14 14:31                             ` Barry K. Nathan
2006-06-14 21:34                             ` [Ext2-devel] " Pavel Machek
2006-06-15  0:28                               ` Barry K. Nathan
2006-06-15  4:55                                 ` Theodore Tso
2006-06-15  7:43                                   ` Barry K. Nathan
2006-06-15  9:15                                 ` Pavel Machek
2006-06-15  9:15                                   ` Pavel Machek
2006-06-15  9:40                                   ` [Ext2-devel] " Barry K. Nathan
2006-06-15  9:40                                     ` Barry K. Nathan
2006-06-15  9:50                                     ` [Ext2-devel] " Pavel Machek
2006-06-09 20:52                 ` Stephen C. Tweedie
2006-06-09 20:52                   ` Stephen C. Tweedie
2006-06-09 21:47                   ` [Ext2-devel] " Jeff Garzik
2006-06-10  0:41                     ` James Morris
2006-06-10  0:41                       ` James Morris
2006-06-09 16:01             ` Linus Torvalds
2006-06-09 16:01               ` Linus Torvalds
2006-06-09 20:38             ` [Ext2-devel] " Stephen C. Tweedie
2006-06-09 20:38               ` Stephen C. Tweedie
2006-06-09 15:57           ` Jeff Garzik
2006-06-09 15:57             ` Jeff Garzik
2006-06-09 16:10           ` [Ext2-devel] " Alex Tomas
2006-06-09 16:10             ` Jeff Garzik
2006-06-09 16:24               ` Erik Mouw
2006-06-09 16:28                 ` Jeff Garzik
2006-06-09 16:28                   ` Jeff Garzik
2006-06-09 16:24               ` [Ext2-devel] " Chase Venters
2006-06-09 16:25               ` Alex Tomas
2006-06-09 16:28                 ` Jeff Garzik
2006-06-09 16:28                   ` Jeff Garzik
2006-06-09 16:50                   ` [Ext2-devel] " Alex Tomas
2006-06-09 16:50                     ` Alex Tomas
2006-06-09 16:53                     ` [Ext2-devel] " Jeff Garzik
2006-06-09 17:01                       ` Alex Tomas
2006-06-09 17:10                         ` Jeff Garzik
2006-06-09 16:25             ` Linus Torvalds
2006-06-09 16:48               ` Alex Tomas
2006-06-09 16:48                 ` Alex Tomas
2006-06-09 16:54                 ` [Ext2-devel] " KELEMEN Peter
2006-06-09 16:54                   ` KELEMEN Peter
2006-06-09 16:55                 ` [Ext2-devel] " Jeff Garzik
2006-06-09 16:55                   ` Jeff Garzik
2006-06-09 17:12                   ` [Ext2-devel] " Alex Tomas
2006-06-09 17:12                     ` Jeff Garzik
2006-06-09 19:57                   ` Theodore Tso
2006-06-09 19:57                     ` Theodore Tso
2006-06-09 20:09                     ` [Ext2-devel] " Jeff Garzik
2006-06-09 20:09                       ` Jeff Garzik
2006-06-09 20:14                       ` [Ext2-devel] " Alex Tomas
2006-06-09 20:14                         ` Alex Tomas
2006-06-09 20:28                         ` [Ext2-devel] " Jeff Garzik
2006-06-09 20:28                           ` Jeff Garzik
2006-06-19  7:48                         ` [Ext2-devel] " Helge Hafting
2006-06-09 20:38                     ` Joel Becker
2006-06-09 20:38                       ` Joel Becker
2006-06-09 20:50                       ` [Ext2-devel] " Dave Jones
2006-06-09 20:50                         ` Dave Jones
2006-06-09 21:09                         ` [Ext2-devel] " Joel Becker
2006-06-09 21:09                           ` Joel Becker
2006-06-09 21:51                           ` [Ext2-devel] " Mike Snitzer
2006-06-09 21:51                             ` Mike Snitzer
2006-06-09 21:32                         ` [Ext2-devel] " Jeff Garzik
2006-06-09 22:56                           ` Andreas Dilger
2006-06-09 23:06                             ` Linus Torvalds
2006-06-09 23:06                               ` Linus Torvalds
2006-06-09 23:09                             ` [Ext2-devel] " Jeff Garzik
2006-06-09 23:09                               ` Jeff Garzik
2006-06-09 23:37                               ` [Ext2-devel] " Andreas Dilger
2006-06-09 23:54                                 ` Linus Torvalds
2006-06-09 23:54                                   ` Linus Torvalds
2006-06-09 21:03                       ` [Ext2-devel] " Theodore Tso
2006-06-09 21:03                         ` Theodore Tso
2006-06-09 21:24                         ` [Ext2-devel] " Joel Becker
2006-06-09 21:24                           ` Joel Becker
2006-06-09 21:36                           ` [Ext2-devel] " Chase Venters
2006-06-09 21:51                           ` Theodore Tso
2006-06-09 21:51                             ` Theodore Tso
2006-06-09 22:07                             ` [Ext2-devel] " Joel Becker
2006-06-09 22:07                               ` Joel Becker
2006-06-09 22:31                               ` [Ext2-devel] " Theodore Tso
2006-06-09 22:47                                 ` Joel Becker
2006-06-09 22:47                                   ` Joel Becker
2006-06-09 23:54                                   ` [Ext2-devel] " Theodore Tso
2006-06-09 23:48                         ` Jeff Garzik
2006-06-09 23:48                           ` Jeff Garzik
2006-06-12  8:58                     ` [Ext2-devel] " Jes Sorensen
2006-06-12  8:58                       ` Jes Sorensen
2006-06-10  0:07                   ` [Ext2-devel] " Olivier Galibert
2006-06-10  0:07                     ` Olivier Galibert
2006-06-10  0:13                     ` [Ext2-devel] " Jeff Garzik
2006-06-10  0:13                       ` Jeff Garzik
2006-06-09 16:54               ` [Ext2-devel] " Linus Torvalds
2006-06-09 17:04                 ` Alex Tomas
2006-06-09 17:04                   ` Alex Tomas
2006-06-09 17:30                   ` [Ext2-devel] " Linus Torvalds
2006-06-09 17:41                     ` Matthew Wilcox
2006-06-09 17:41                       ` Matthew Wilcox
2006-06-09 17:50                       ` [Ext2-devel] " Jeff Garzik
2006-06-09 17:50                         ` Jeff Garzik
2006-06-09 18:00                         ` [Ext2-devel] " Alex Tomas
2006-06-09 18:00                           ` Alex Tomas
2006-06-09 18:04                       ` [Ext2-devel] " Linus Torvalds
2006-06-09 18:17                       ` Michael Poole
2006-06-09 17:44                 ` Theodore Tso
2006-06-09 17:44                   ` Theodore Tso
2006-06-09 17:58                   ` [Ext2-devel] " Jeff Garzik
2006-06-09 17:58                     ` Jeff Garzik
2006-06-09 18:10                 ` [Ext2-devel] " Andreas Dilger
2006-06-09 18:22                   ` Linus Torvalds
2006-06-09 18:30                     ` Alex Tomas
2006-06-09 18:30                       ` Alex Tomas
2006-06-09 18:38                       ` [Ext2-devel] " Linus Torvalds
2006-06-09 18:38                         ` Linus Torvalds
2006-06-09 18:50                         ` [Ext2-devel] " Chase Venters
2006-06-09 19:00                           ` Chase Venters
2006-06-10 13:33                             ` Adrian Bunk
2006-06-09 19:01                           ` Jeff Garzik
2006-06-09 19:01                             ` Jeff Garzik
2006-06-10 19:27                             ` [Ext2-devel] " Kyle Moffett
2006-06-10 19:27                               ` Kyle Moffett
2006-06-10 19:44                               ` [Ext2-devel] " Linus Torvalds
2006-06-10 19:44                                 ` Linus Torvalds
2006-06-10 20:02                                 ` [Ext2-devel] " Linus Torvalds
2006-06-10 21:26                                   ` Theodore Tso
2006-06-10 21:26                                     ` Theodore Tso
2006-06-10 21:31                                     ` [Ext2-devel] " Linus Torvalds
2006-06-10 21:31                                       ` Linus Torvalds
2006-06-10 22:12                                     ` [Ext2-devel] " Jeff Garzik
2006-06-10 22:12                                       ` Jeff Garzik
2006-06-10 22:21                                     ` [Ext2-devel] " Jeff Garzik
2006-06-10 22:21                                       ` Jeff Garzik
2006-06-11  4:39                                       ` Stable/devel policy - was Re: [Ext2-devel] " Neil Brown
2006-06-11  5:19                                         ` Linus Torvalds
2006-06-11  5:19                                           ` Stable/devel policy - was " Linus Torvalds
2006-06-11  7:32                                           ` Stable/devel policy - was Re: [Ext2-devel] " Ingo Molnar
2006-06-11  7:32                                             ` Stable/devel policy - was " Ingo Molnar
2006-06-13  0:28                                         ` Stable/devel policy - was Re: [Ext2-devel] " Mingming Cao
2006-06-09 19:21                           ` Alan Cox
2006-06-09 19:21                             ` Alan Cox
2006-06-09 19:13                             ` [Ext2-devel] " Chase Venters
2006-06-09 19:24                             ` Alex Tomas
2006-06-09 19:24                               ` Alex Tomas
2006-06-09 19:25                               ` [Ext2-devel] " Jeff Garzik
2006-06-09 19:25                                 ` Jeff Garzik
2006-06-09 19:35                                 ` [Ext2-devel] " Alex Tomas
2006-06-09 19:35                                   ` Alex Tomas
2006-06-09 19:35                                   ` [Ext2-devel] " Jeff Garzik
2006-06-09 20:44                                   ` Joel Becker
2006-06-09 20:44                                     ` Joel Becker
2006-06-09 20:49                                     ` [Ext2-devel] " Alex Tomas
2006-06-09 20:49                                       ` Alex Tomas
2006-06-09 21:11                                       ` [Ext2-devel] " Joel Becker
2006-06-09 21:11                                         ` Joel Becker
2006-06-09 21:20                                         ` [Ext2-devel] " Alex Tomas
2006-06-09 21:20                                           ` Alex Tomas
2006-06-09 21:29                                           ` [Ext2-devel] " Joel Becker
2006-06-09 21:29                                             ` Joel Becker
2006-06-09 21:33                                             ` [Ext2-devel] " Alex Tomas
2006-06-09 21:33                                               ` Alex Tomas
2006-06-09 21:43                                             ` [Ext2-devel] " Joel Becker
2006-06-09 21:43                                               ` Joel Becker
2006-06-11 20:14                                   ` [Ext2-devel] " grundig
2006-06-11 20:14                                     ` grundig
2006-06-14 16:45                                     ` Alex Tomas
2006-06-14 16:45                                       ` Alex Tomas
2006-06-09 19:22                         ` [Ext2-devel] " Alex Tomas
2006-06-09 19:22                           ` Alex Tomas
2006-06-09 19:22                           ` [Ext2-devel] " Jeff Garzik
2006-06-09 19:22                             ` Jeff Garzik
2006-06-09 20:16                         ` [Ext2-devel] " Andreas Dilger
2006-06-09 20:16                           ` Andreas Dilger
2006-06-09 20:31                           ` [Ext2-devel] " Linus Torvalds
2006-06-09 20:31                             ` Linus Torvalds
2006-06-09 20:31                           ` [Ext2-devel] " Jeff Garzik
2006-06-09 20:31                             ` Jeff Garzik
2006-06-09 18:43                       ` [Ext2-devel] " Jeff Garzik
2006-06-09 18:50                       ` Diego Calleja
2006-06-09 18:50                         ` Diego Calleja
2006-06-09 19:08                         ` Diego Calleja
2006-06-09 19:08                           ` Diego Calleja
2006-06-09 18:40                   ` [Ext2-devel] " Jeff Garzik
2006-06-09 18:59                     ` Andrew Morton
2006-06-09 18:59                       ` Andrew Morton
2006-06-09 19:16                       ` [Ext2-devel] " Jeff Garzik
2006-06-09 19:16                         ` Jeff Garzik
2006-06-09 20:27                         ` [Ext2-devel] " Chase Venters
2006-06-09 20:44                       ` Alan Cox
2006-06-09 20:44                         ` Alan Cox
2006-06-11 15:52                         ` [Ext2-devel] " Arjan van de Ven
2006-06-09 18:41                   ` Jeff Garzik
2006-06-09 17:12               ` Jeff Anderson-Lee
2006-06-09 18:02               ` Andrew Morton
2006-06-10 19:10         ` Kyle Moffett
2006-06-10 19:10           ` Kyle Moffett
2006-06-10 19:27           ` Linus Torvalds
2006-06-10 19:27             ` Linus Torvalds
2006-06-09 15:28       ` [Ext2-devel] " Alex Tomas
2006-06-09 15:31         ` Matthew Wilcox
2006-06-09 15:31           ` Matthew Wilcox
2006-06-10  3:26           ` Continuation Inodes Explained! (was Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3) Valerie Henson
2006-06-10  3:26             ` Continuation Inodes Explained! (was " Valerie Henson
2006-06-10  5:25             ` Continuation Inodes Explained! (was Re: [Ext2-devel] " Andreas Dilger
2006-06-10  5:25               ` Continuation Inodes Explained! (was " Andreas Dilger
2006-06-10  5:41               ` Continuation Inodes Explained! (was Re: [Ext2-devel] " Valerie Henson
2006-06-10  5:41                 ` Continuation Inodes Explained! (was " Valerie Henson
2006-06-10  6:22                 ` [Ext2-devel] " Andreas Dilger
2006-06-10  6:22                   ` Andreas Dilger
2006-06-10 14:22             ` Continuation Inodes Explained! (was Re: [Ext2-devel] " Jeff Garzik
2006-06-10 14:22               ` Continuation Inodes Explained! (was " Jeff Garzik
2006-06-09 15:44         ` [Ext2-devel] [RFC 0/13] extents and 48bit ext3 Jeff Garzik
2006-06-09 15:53           ` Alex Tomas
2006-06-09 15:53             ` Alex Tomas
2006-06-09 15:52             ` [Ext2-devel] " Jeff Garzik
2006-06-09 15:52               ` Jeff Garzik
2006-06-09 16:02               ` [Ext2-devel] " Alex Tomas
2006-06-09 16:02                 ` Alex Tomas
2006-06-09 16:04                 ` [Ext2-devel] " Jeff Garzik
2006-06-09 18:29           ` Andreas Dilger
2006-06-09 18:29             ` Andreas Dilger
2006-06-09 15:53         ` [Ext2-devel] " Gerrit Huizenga
2006-06-09 16:03           ` Jeff Garzik
2006-06-09 16:09           ` Linus Torvalds
2006-06-09 17:58             ` Gerrit Huizenga
2006-06-09 17:58               ` Gerrit Huizenga
2006-06-09 18:25               ` [Ext2-devel] " Chase Venters
2006-06-10 13:46               ` Adrian Bunk
2006-06-10 14:42                 ` Ingo Molnar
2006-06-10 14:42                   ` Ingo Molnar
2006-06-10 15:03                   ` [Ext2-devel] " Jeff Garzik
2006-06-10 15:03                     ` Jeff Garzik
2006-06-11  6:00                     ` [Ext2-devel] " Ingo Molnar
2006-06-11  6:00                       ` Ingo Molnar
2006-06-10 16:00                   ` [Ext2-devel] " Adrian Bunk
2006-06-10 16:00                     ` Adrian Bunk
2006-06-10 16:05                   ` [Ext2-devel] " Christoph Hellwig
2006-06-10 16:05                     ` Christoph Hellwig
2006-06-10 23:05                   ` [Ext2-devel] " Mike Galbraith
2006-06-10 23:05                     ` Mike Galbraith
2006-06-13 13:34               ` [Ext2-devel] " Helge Hafting
2006-06-09 20:32       ` Stephen C. Tweedie
2006-06-09 20:32         ` Stephen C. Tweedie
2006-06-09 20:46         ` [Ext2-devel] " Linus Torvalds
2006-06-09 20:46           ` Linus Torvalds
2006-06-09 20:56           ` [Ext2-devel] " Alex Tomas
2006-06-09 20:56             ` Alex Tomas
2006-06-20  6:15           ` [Ext2-devel] " Qi Yong
2006-06-20  8:26             ` Laurent Vivier
2006-06-20  8:30               ` Jeff Garzik
2006-06-20  9:21                 ` Laurent Vivier
2006-06-20  9:48                   ` Jeff Garzik
2006-06-20  9:48                     ` Jeff Garzik
2006-06-20 10:40                     ` [Ext2-devel] " Laurent Vivier
2006-06-20 10:40                       ` Laurent Vivier
2006-06-09 17:14   ` Alan Cox
2006-06-09  9:13 ` Christoph Hellwig
2006-06-09 10:07   ` Andrew Morton
2006-06-09 10:07     ` Andrew Morton
2006-06-09 15:40     ` Jeff Garzik
2006-06-09 15:42       ` Matthew Wilcox
2006-06-09 15:42         ` Matthew Wilcox
2006-06-09 15:51         ` Jeff Garzik
2006-06-09 17:29         ` Alan Cox
2006-06-09 17:29           ` Alan Cox
2006-06-09 16:56       ` Andrew Morton
2006-06-09 17:07         ` Jeff Garzik
2006-06-09 17:35           ` Andrew Morton
2006-06-09 17:35             ` Andrew Morton
2006-06-09 17:48             ` Jeff Garzik [this message]
2006-06-09 17:48               ` Jeff Garzik
2006-06-09 17:59               ` Jeff Garzik
2006-06-09 17:59                 ` Jeff Garzik
2006-06-09 18:27                 ` [Ext2-devel] " Mike Snitzer
2006-06-09 18:54                   ` Jeff Garzik
2006-06-09 19:22                     ` Alex Tomas
2006-06-09 19:22                       ` Alex Tomas
2006-06-09 19:23                       ` [Ext2-devel] " Jeff Garzik
2006-06-09 19:23                         ` Jeff Garzik
2006-06-09 22:49                       ` [Ext2-devel] " Valdis.Kletnieks
2006-06-09 22:49                         ` Valdis.Kletnieks
2006-06-09 23:34                         ` [Ext2-devel] " Andreas Dilger
2006-06-10 13:49                   ` Adrian Bunk
2006-06-10 13:51                     ` Christoph Hellwig
2006-06-10 14:54                       ` Jeff Garzik
2006-06-10 14:54                         ` Jeff Garzik
2006-06-10 18:01                         ` [Ext2-devel] " Andreas Dilger
2006-06-09 21:42             ` Sonny Rao
2006-06-09 22:15               ` Andrew Morton
2006-06-09 23:11                 ` Andreas Dilger
2006-06-09 23:11                   ` Andreas Dilger
2006-06-09 23:15                   ` Jeff Garzik
2006-06-10  3:37                   ` [Ext2-devel] " Valerie Henson
2006-06-10  3:37                     ` Valerie Henson
2006-06-10  3:49                 ` Nathan Scott
2006-06-10  3:49                   ` Nathan Scott
2006-06-09 18:23       ` Michael Poole
2006-06-09 18:55         ` Jeff Garzik
2006-06-09 18:55           ` Jeff Garzik
2006-06-09 19:42           ` [Ext2-devel] " Gerrit Huizenga
2006-06-09 20:00             ` Jeff Garzik
2006-06-09 20:08               ` Alex Tomas
2006-06-09 20:08                 ` Alex Tomas
2006-06-09 20:10                 ` [Ext2-devel] " Jeff Garzik
2006-06-09 20:35               ` Theodore Tso
2006-06-09 21:41                 ` Jeff Garzik
2006-06-09 21:41                   ` Jeff Garzik
2006-06-09 21:43                   ` [Ext2-devel] " H. Peter Anvin
2006-06-09 21:56                     ` Jeff Garzik
2006-06-09 21:58                       ` H. Peter Anvin
2006-06-09 22:00                         ` Jeff Garzik
2006-06-09 21:45                   ` Michael Poole
2006-06-09 21:53                     ` Jeff Garzik
2006-06-09 22:04                       ` Theodore Tso
2006-06-09 22:04                         ` Theodore Tso
2006-06-10  0:49         ` Sven-Haegar Koch
2006-06-10  1:06           ` Theodore Tso
2006-06-10  1:06             ` Theodore Tso
2006-06-10 14:07             ` Olivier Galibert
2006-06-10 19:52               ` Theodore Tso
2006-06-10  5:29           ` Bernd Eckenfels
2006-06-09 10:49   ` Andreas Dilger
2006-06-09 11:26   ` [Ext2-devel] " Alex Tomas
2006-06-09 11:26     ` Alex Tomas
2006-06-09 14:23     ` [Ext2-devel] " Jeff Garzik
2006-06-09 14:33       ` Alex Tomas
2006-06-09 14:34       ` Alex Tomas
2006-06-09 14:34         ` Alex Tomas
2006-06-09 14:35         ` [Ext2-devel] " Jeff Garzik
2006-06-09 14:35           ` Jeff Garzik
2006-06-09 14:57           ` [Ext2-devel] " Alex Tomas
2006-06-09 14:57             ` Alex Tomas
2006-06-09 15:17             ` [Ext2-devel] " Jeff Garzik
2006-06-09 16:21               ` Mike Snitzer
2006-06-09 16:27                 ` Jeff Garzik
2006-06-09 16:48                   ` Alex Tomas
2006-06-09 16:51                     ` Jeff Garzik
2006-06-09 16:51                       ` Jeff Garzik
2006-06-09 16:33                 ` [Ext2-devel] " Alex Tomas
2006-06-09 16:33                   ` Alex Tomas
2006-06-09 16:37                   ` [Ext2-devel] " Jeff Garzik
2006-06-09 22:52                   ` Valdis.Kletnieks
2006-06-09 23:21                     ` Andreas Dilger
2006-06-10  1:21                       ` Valdis.Kletnieks
2006-06-10  1:21                         ` Valdis.Kletnieks
2006-06-10  2:09                         ` [Ext2-devel] " Andreas Dilger
2006-06-10  2:45                           ` Nicholas Miell
2006-06-10  4:29                             ` Andreas Dilger
2006-06-09 16:56               ` Andreas Dilger
2006-06-09 16:56                 ` Andreas Dilger
2006-06-09 17:32                 ` [Ext2-devel] " Greg KH
2006-06-09 18:48                 ` Jeff Garzik
2006-06-09 18:48                   ` Jeff Garzik
2006-06-30  0:16 ` [RFC][Update 0/16]extents and 48bit ext3/4 patches Mingming Cao
2006-06-30  0:16   ` Mingming Cao
2006-06-30  0:16 ` [RFC][Update][Patch 1/16]core extent map support Mingming Cao
2006-06-30  0:16   ` Mingming Cao
2006-06-30  0:17 ` [RFC][Update][Patch 2/16]sector_t type format string Mingming Cao
2006-06-30  0:17   ` Mingming Cao
2006-06-30  0:17 ` [RFC][Update][Patch 3/16]convert ext3_fsblk_t to sector_t to support >32 bit block in kernel Mingming Cao
2006-06-30  0:17   ` Mingming Cao
2006-06-30  0:17 ` [RFC][Update][Patch 4/16]support 48 bit blk number in extents Mingming Cao
2006-06-30  0:17   ` Mingming Cao
2006-06-30  0:17 ` [RFC][Update][Patch 5/16]block type convert " Mingming Cao
2006-06-30  0:17   ` Mingming Cao
2006-06-30  0:17 ` [RFC][Update][Patch 6/16]handing unitialized extents Mingming Cao
2006-06-30  0:17   ` Mingming Cao
2006-06-30  0:17 ` [RFC][Update][Patch 7/16]Core 64 bit JBD changes Mingming Cao
2006-06-30  0:17   ` Mingming Cao
2006-06-30  0:18 ` [RFC][Update][Patch 8/16]Avoid potential block overflow when writing journal metadata tags Mingming Cao
2006-06-30  0:18   ` Mingming Cao
2006-06-30  0:18 ` [RFC][Update][Patch 9/16]Fix reading of 32-bit tag descriptors Mingming Cao
2006-06-30  0:18   ` Mingming Cao
2006-06-30  0:18 ` [RFC][Update][Patch 10/16]Cleanup journal_tag_bytes() Mingming Cao
2006-06-30  0:18   ` Mingming Cao
2006-06-30  0:18 ` [RFC][Update][Patch 11/16]JBD layer in-kernel block variables type fixes Mingming Cao
2006-06-30  0:18   ` Mingming Cao
2006-06-30  0:18 ` [RFC][Update][Patch 12/16]Fix undefined ">> 32" in revoke code Mingming Cao
2006-06-30  0:18   ` Mingming Cao
2006-06-30  3:15   ` H. Peter Anvin
2006-06-30  0:18 ` [RFC][Update][Patch 13/16] 48 bit on-disk i_file_acl support Mingming Cao
2006-06-30  0:18   ` Mingming Cao
2006-06-30  0:19 ` [RFC][Update][Patch 14/16] 48bit super block (metadata) changes Mingming Cao
2006-06-30  0:19   ` Mingming Cao
2006-06-30  0:19 ` [RFC][Update][Patch 15/16] compile warning fix and change 64bit to INCOMPAT feature Mingming Cao
2006-06-30  0:19   ` Mingming Cao
2006-06-30  0:19 ` [RFC][Update][Patch 16/16]Update ext3 superblock definition Mingming Cao
2006-06-30  0:19   ` Mingming Cao
  -- strict thread matches above, loose matches on Subject: below --
2006-06-11  8:22 [RFC 0/13] extents and 48bit ext3 linux
     [not found] <6lTUf-54A-17@gated-at.bofh.it>
     [not found] ` <6lU3S-5h5-11@gated-at.bofh.it>
     [not found]   ` <6lU3X-5h5-35@gated-at.bofh.it>
     [not found]     ` <6lUnl-5GL-5@gated-at.bofh.it>
     [not found]       ` <6lUwX-66U-25@gated-at.bofh.it>
     [not found]         ` <6lUQo-6w3-29@gated-at.bofh.it>
     [not found]           ` <6lUQp-6w3-35@gated-at.bofh.it>
     [not found]             ` <6lUZT-6HS-3@gated-at.bofh.it>
     [not found]               ` <6nE4Z-4If-55@gated-at.bofh.it>
2006-06-14 16:45                 ` [Ext2-devel] " Bodo Eggert
2006-06-14 17:28                   ` Andreas Dilger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4489B452.4050100@garzik.org \
    --to=jeff@garzik.org \
    --cc=akpm@osdl.org \
    --cc=cmm@us.ibm.com \
    --cc=ext2-devel@lists.sourceforge.net \
    --cc=hch@infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.