From d7d0dc47f03762f5fcd92bbe8c2221ea6b3fa642 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 3 Apr 2022 12:12:59 +0300 Subject: Added --direct-io Issue #110, thanks @DUOLabs333 for the initial patch. --- src/bindfs.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/bindfs.1') diff --git a/src/bindfs.1 b/src/bindfs.1 index b681e44..db2e4fe 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -388,6 +388,11 @@ Run bindfs in multithreaded mode. While bindfs is designed to be 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 -- cgit v1.2.3