mergerfs 2.28.0 released
Added 2019-06-06 00:58:13 +0000 UTC
Forgot to announce 2.26 and 2.27 on Patreon. Better late than never.
https://github.com/trapexit/mergerfs/releases/tag/2.28.0
I just released 2.28.0 which has a few significant changes. In Linux 4.20 there were a few features added that I now take advantage of. It can now cache symlinks and readdir (directory listing). When combined with increased `cache.attr` and `cache.entry`values the requerying of file and directory info can be drastically faster. Additionally, the new kernels allow increasing the max FUSE message size up to 1MB. This is an 8x increase from prior kernels and some basic `dd` benchmarks show over 200% increase in write performance in certain workloads. The value can be lowered (mostly useful for benchmarking) using the `fuse_msg_size` option.
For there were a bunch of other changes in 2.26 and 2.27. Please check out the changelogs for more.
https://github.com/trapexit/mergerfs/releases/tag/2.26.0
https://github.com/trapexit/mergerfs/releases/tag/2.27.0