aboutsummaryrefslogtreecommitdiffstats
path: root/src/bindfs.1
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindfs.1')
-rw-r--r--src/bindfs.113
1 files changed, 9 insertions, 4 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1
index 7cb13d0..3c2f92b 100644
--- a/src/bindfs.1
+++ b/src/bindfs.1
@@ -410,12 +410,17 @@ otherwise thread-safe, there is currently a race condition that may pose
a security risk for some use cases. See \fB\%BUGS\fP below.
.TP
+.B \-\-direct\-io, \-o direct\-io
+
+Forwards each read/write operation 1:1 to the underlying FS,
+disabling batching and caching by the kernel. Some applications may
+require this, however it may be incompatible with other applications,
+as currently it has issues with \fBmmap\fP(2) calls, at least.
+
+.TP
.B \-\-no\-direct\-io, \-o no\-direct\-io
-By default, each read/write operation is forwarded 1:1 to the underlying FS,
-disabling batching and caching by the kernel. Specify this option for default
-FUSE behaviour, which may be more performant with some applications but
-incompatible with others.
+This option is provided in case the default changes in the future.
.TP
.B \-\-forward\-odirect=\fIalignment\fP, \-o forward\-odirect=\fIalignment\fP