github osxfuse/osxfuse macfuse-4.6.2
macFUSE 4.6.2

latest releases: macfuse-4.7.2, macfuse-4.7.1, macfuse-4.7.0...
pre-releaseone month ago
  • Perform FUSE_INIT handshake synchronously during mount(2) operation. When performing the handshake synchronously, we avoid hangs and we are able to error out of the mount process in case the handshake fails.

    We used to perform the handshake asynchronously. This has drawbacks and introduced several challenges. Most importantly, there is no guarantee the handshake will ever be completed by the file system daemon. This could result in lingering mount points.

    Performing the handshake synchronously makes initialization more robust. This addresses #653, #668, #793, #826, #856, #874 and #1003.

  • Clean up kernel extension code

Don't miss a new osxfuse release

NewReleases is sending notifications on new releases.