nedgonaes/wtf

Make files have parent inode for faster ls performance

Opened this issue · 0 comments

Make an inode number attribute, and parent inode attribute. Finding files in a directory can then be done by looking up the directory's inode, and then doing a search on parent inode attribute for all files containing that parent inode.