TIL that early Unix (before V4) had 8-byte filenames, instead of the 14-byte ones that were V4 onward, despite this not fitting an even number of directory entries into power-of-two sized disk blocks.
(Early Unix directory entries are a two-byte inode number plus the filename, not necessarily null terminated. Yes, this does have the maximum inode limit for a single filesystem that you think it does.)