update man page

This commit is contained in:
Antonio SJ Musumeci 2016-05-19 17:28:37 -04:00
parent 652440fd8c
commit 3cb2045ebb

View File

@ -1,5 +1,5 @@
.\"t .\"t
.TH "mergerfs" "1" "2016\-05\-03" "mergerfs user manual" "" .TH "mergerfs" "1" "2016\-05\-17" "mergerfs user manual" ""
.SH NAME .SH NAME
.PP .PP
mergerfs \- another (FUSE based) union filesystem mergerfs \- another (FUSE based) union filesystem
@ -723,9 +723,9 @@ mergerfs twice.
Once with \f[C]direct_io\f[] enabled and one without it. Once with \f[C]direct_io\f[] enabled and one without it.
.SS mmap performance is really bad .SS mmap performance is really bad
.PP .PP
There appears to be a bug (https://lkml.org/lkml/2016/3/16/260) in There is a bug (https://lkml.org/lkml/2016/3/16/260) in caching which
caching which affects overall performance of mmap through FUSE in Linux affects overall performance of mmap through FUSE in Linux 4.x kernels.
4.x kernels. It is fixed in 4.4.10 and 4.5.4 (https://lkml.org/lkml/2016/5/11/59).
.SS Trashing files occasionally fails .SS Trashing files occasionally fails
.PP .PP
This is the same issue as with Samba. This is the same issue as with Samba.