Skip to content

WIP: fuse: Prefill the inode cache during readdir

Ondrej Holy requested to merge wip/oholy/fuse-readdir-plus into master

Fuse allows to prefill the inode cache during readdir(). This should prevent the consequent gettattr() calls, which should significantly improve performance in various cases...

Relates: #306

Merge request reports