aboutsummaryrefslogtreecommitdiffstats
path: root/src/bindfs.1
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2022-04-03 12:12:59 +0300
committerMartin Pärtel <martin.partel@gmail.com>2022-04-03 12:12:59 +0300
commitd7d0dc47f03762f5fcd92bbe8c2221ea6b3fa642 (patch)
tree5116d073d44fccfcda7a091d8c66aa031bf8d80f /src/bindfs.1
parentead937af9cf85c5249230da8677e56a1ab7cb8bd (diff)
downloadbindfs-d7d0dc47f03762f5fcd92bbe8c2221ea6b3fa642.tar.gz
Added --direct-io
Issue #110, thanks @DUOLabs333 for the initial patch.
Diffstat (limited to 'src/bindfs.1')
-rw-r--r--src/bindfs.15
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1
index b681e44..db2e4fe 100644
--- a/src/bindfs.1
+++ b/src/bindfs.1
@@ -389,6 +389,11 @@ 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
+Forces each read/write operation to be forwarded 1:1 to the underlying FS,
+disabling batching and caching by the kernel.
+
+.TP
.B \-\-forward\-odirect=\fIalignment\fP, \-o forward\-odirect=\fIalignment\fP
Enable experimental \fBO_DIRECT\fP forwarding, with all read/write requests rounded
to the given alignment (in bytes). By default, the \fBO_DIRECT\fP flag is