[Ocfs2-devel] OCFS2 features RFC

Christoph Hellwig hch at lst.de
Tue Apr 25 16:55:48 CDT 2006


On Tue, Apr 25, 2006 at 11:35:53AM -0700, Mark Fasheh wrote:
> -Htree support

Please not.  htree is just the worst possible directory format around.
Do some nice hashed or btree directories, but don't try this odd hack
again. Especially as the only reason it was developed for in ext2/3
doesn't work very well in a cluster filesystem anyway - to access the
new htree all nodes would have to support the format anyway, so the
whole easy up/downgrade thing doesn't matter at all.

> -Extended attributes: This might be another area where we
>  steal^H^H^H^H^Hcopy some good code from Ext3 :) On top of this one can
>  trivially implement posix acls. We're not likely to support EA block
>  sharing though as it becomes difficult to manage across the cluster.

again the ext3 implementation might not be the best.  I'd say look at
jfs or xfs (in the latter case of course with a less monsterous btree
implementation)




More information about the Ocfs2-devel mailing list