From 7c43dd75380dcfbd18336aa017dd3e7d93a4acdd Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Mon, 29 Apr 2019 13:26:39 +0300 Subject: Added --forward-odirect. bindfs now won't forward O_DIRECT by default. Follow-up to #74. --- src/bindfs.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/bindfs.1') diff --git a/src/bindfs.1 b/src/bindfs.1 index d47720f..6f24267 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -366,6 +366,14 @@ 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 \-\-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 +not forwarded to the underlying FS. +See \fBopen\fP(2) for details about \fBO_DIRECT\fP. + +Only works on Linux. Ignored on other platforms. .SH FUSE OPTIONS .TP -- cgit v1.2.3