Announcing FUSE for macOS 3.5.4 Posted on 01 Dec 2016
Release Notes
-
Fix bug in FUSE kernel extension that can trigger a kernel panic
Release biglock in
fuse_vnop_write()before callinguiomove(). Not doing so can trigger a kernel panic when using thedirect_iomount-time option. For details see osxfuse/osxfuse#330. -
Fix rare file system deadlock when mounting a FUSE volume
In rare cases
mount(2)performs file system operations. Callingmount_osxfusesynchronously from libosxfuse could result file system deadlocks. -
Fall back to the
setattr_x()callback if the file system does not implement thefsetattr_x()callback.



