Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-04 | tests: bump maxCacheFds to 3 | Jakob Unterwurzacher | |
As the dirCache now has 3 entries, the tests should accept up to 3 extra fds without declaring an fd leak. | |||
2019-01-04 | fusefrontend: fix fd leak in dirCache | Jakob Unterwurzacher | |
The missing break meant that we may find a second hit in the cache, Dup() a second fd, and leak the first one. Thanks @slackner for finding this. | |||
2019-01-04 | fusefrontend: disable dirCache stats printing | Jakob Unterwurzacher | |
This was inadvertedly kept enabled after benchmarking. | |||
2019-01-04 | fusefrontend: upgrade to three-entry dirCachev1.7-rc1 | Jakob Unterwurzacher | |
3 entries should work well for up to three parallel users. It works well for extractloop.bash (two parallel tar extracts). | |||
2019-01-03 | fusefrontend: add dirCache | Jakob Unterwurzacher | |