ext3 htree code in Linux kernel implements peculiar version of
balanced tree used to efficiently
handle large directories.
htree directory consists of block sized nodes. Some of them (leaf nodes)
contain directory entries in the same format as ext2. Other nodes contain
index: they are filled with hashes and pointers to other nodes
(
Read more... )