In article <97230a$16k$[EMAIL PROTECTED]>, Linus Torvalds <[EMAIL PROTECTED]> wrote: > >Another way of saying this: if you go to the complexity of no longer >being a purely block-based filesystem, please go the whole way. Make the >thing be extent-based, and get away from the notion that you have to >allocate blocks one at a time. Make the blocksize something nice and >big, not just 4kB or 8kB or something. Btw, this is also going to be a VM and performance issue some time in the future. Tgere are already CPU's that would _love_ to have 64kB pages etc, and as such a filesystem that doesn't play with the old silly "everthing is a block" rules would be much appreciated with the kind of people who have multi-gigabyte files and want to read in big chunks at a time. So either you have a simple block-based filesystem (current ext2, no extents, no crapola), or you decide to do it over. Don't do some half-way thing, please. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [rfc] Near-constant time directory index for Ext2 H. Peter Anvin
- Re: [rfc] Near-constant time directory index for Ext2 Andreas Dilger
- Re: [rfc] Near-constant time directory index for Ext2 H. Peter Anvin
- Re: [rfc] Near-constant time directory index for Ext2 Daniel Phillips
- Re: [rfc] Near-constant time directory index for Ext2 H. Peter Anvin
- Re: [rfc] Near-constant time directory index for Ext2 Alan Cox
- Re: [rfc] Near-constant time directory index for Ext2 Felix von Leitner
- Re: [rfc] Near-constant time directory index for Ext2 H. Peter Anvin
- Re: [rfc] Near-constant time directory index for Ext2 Andreas Dilger
- Re: [rfc] Near-constant time directory index for Ext2 Linus Torvalds
- Re: [rfc] Near-constant time directory index for Ext2 Linus Torvalds
- Re: [rfc] Near-constant time directory index for Ext2 Ingo Oeser
- Re: [rfc] Near-constant time directory index for Ext2 Linus Torvalds
- Re: [rfc] Near-constant time directory index for Ext2 Daniel Phillips
- Re: [rfc] [LONG] Near-constant time directory index for ... Andreas Dilger
- Re: [rfc] Near-constant time directory index for Ext2 Daniel Phillips
- Re: [rfc] Near-constant time directory index for Ext2 Davide Libenzi
- Re: [rfc] Near-constant time directory index for Ext2 Bill Wendling
- Re: [rfc] Near-constant time directory index for Ext2 Rogier Wolff
- Re: [rfc] Near-constant time directory index for Ext2 Jamie Lokier
- Re: [rfc] Near-constant time directory index for Ext2 Kai Henningsen