github osxfuse/osxfuse osxfuse-3.0.7
FUSE for OS X 3.0.7

latest releases: macfuse-4.7.2, macfuse-4.7.1, macfuse-4.7.0...
pre-release8 years ago
  • Improve compatibility with Finder. Starting with OS X 10.9 syspolicyd (which is running as root) calls getxattr(2) when opening items in Finder. Blocking these calls results in Finder displaying an error message. Therefore we are no longer blocking getxattr(2) calls by root even if allow_root or allow_other is not set.

    This fixes issue #162.

  • Fix select(2) for FUSE devices on OS X 10.11. The issue was caused by a kernel private struct that has changed between OS X 10.10 and 10.11.

    See select(2) on channel fd hangs and makes system unstable on El Capitan for details.

  • Fix unified buffer cache invalidation error when expanding files. Unless the file did end on a page boundary we are now invalidating the last page of the file's unified buffer cache manually.

    This fixes issue #237.

Don't miss a new osxfuse release

NewReleases is sending notifications on new releases.