It's often recommended to enable dir_index option on ext3 filesystems e.g. with
sudo tune2fs -O dir_index /dev/dm-1
However, existing directories on that filesystem are not converted to indexed format automatically.
Is there any way to tell if particular directory has been indexed?
e2fsckcommand... – Insyte Aug 19 '09 at 16:06