jacobsa / fuse

A Go package for implementing a FUSE file system.
Apache License 2.0
478 stars 106 forks source link

Fix IO performance regression #161

Closed macos-fuse-t closed 1 month ago

macos-fuse-t commented 1 month ago

Following @sethiay regression report, restrict writev locking to macOS fuse-t platform. Also corrects an issue with special folders handling such as "Google Drive" in loopbackfs.

stapelberg commented 1 month ago

Thanks!