Whamcloud - gitweb
fuse2fs: allow use of direct io for disk access
authorDarrick J. Wong <djwong@kernel.org>
Thu, 24 Apr 2025 21:46:33 +0000 (14:46 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2025 14:29:30 +0000 (10:29 -0400)
commit60d0575abb45230050362e0b9811c6cb3b959d30
tree4b5f787e213d42486aeb2ac04944bc61a6790035
parenta3e22078df5b08107b12fc1f916c7f5ac0be59cb
fuse2fs: allow use of direct io for disk access

Allow users to ask for O_DIRECT for disk accesses so that block device
writes won't be throttled.  This should improve latency, but will put
a lot more pressure on the disk cache.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/174553065581.1161238.969038742323698265.stgit@frogsfrogsfrogs
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.1.in
misc/fuse2fs.c