Updated mergerfs to the latest stable release 2.27.0.
Changelog (2.27.0):
- Fix mount.mergerfs generation
- Ensure parallel dirops is enabled if capable
- Ensure async_aio is enabled if capable
- Ensure marking open files renamed over as hidden
- Add support for POSIX ACLs
- Remove 'remote' flock support
Changelog (2.26.2):
- Fix renaming over open unlinked file
Changelog (2.26.1):
- Fix setting of fsname
Changelog (2.26.0):
- Fully vendored libfuse, needed due to significant breaking changes needed to provide certain features
- No longer use libfuses '.fuse_hidden' file behavior when unlinking open files
- Fixed FS_IOC_{GET,SET}FLAGS ioctl
- 'open' policy cache to reduce repetitive file opening
- 'statfs' cache to reduce size based policy calculation overhead
- make more options runtime configurable (direct_io, different caches)