Add dentry cache
When listing directories, first a getdents() is called for the dentry names and later individual stat requests for each dentry are issued to get the metadata. This two steps can be done in one step via the extended_getdents() function.
This adds an option to include this feature.