Thus spake Alan Cox ([EMAIL PROTECTED]): > > > There will be a lot fewer metadata index > > > blocks in your directory file, for one thing. > > Oh yes, another thing: a B-tree directory structure does not need > > metadata index blocks. > Before people get excited about complex tree directory indexes, remember to > solve the other 95% before implementation - recovering from lost blocks, > corruption and the like And don't forget the trouble with NFS handles after the tree was rebalanced. Trees are nice only theoretically. In practice, the benefits are outweighed by the nastiness in form of fsck and NFS and bigger code (normally: more complex -> less reliable). Felix - 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 Martin Mares
- Re: [rfc] Near-constant time directory index for Ext2 H. Peter Anvin
- 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 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