diff options
author | sunwire <50745572+sunwire@users.noreply.github.com> | 2019-10-19 20:26:10 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-10-19 20:26:10 +0100 |
commit | e1a9050c61bba5b51e21dbf8e80020c5c1d7c9ba (patch) | |
tree | 1f6bb1f9746044bcc23a25d2e3d7f2ecdae3b730 /ChangeLog.rst | |
parent | af63f35ac149678ac491cd763641cafaaa3bc6bd (diff) | |
download | sshfs-e1a9050c61bba5b51e21dbf8e80020c5c1d7c9ba.tar sshfs-e1a9050c61bba5b51e21dbf8e80020c5c1d7c9ba.tar.gz sshfs-e1a9050c61bba5b51e21dbf8e80020c5c1d7c9ba.tar.bz2 sshfs-e1a9050c61bba5b51e21dbf8e80020c5c1d7c9ba.zip |
Added direct_io option (#173)
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 3f3d796..16d75f7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,13 @@ +Unreleased Changes +------------------ + +* Added "-o direct_io" option. + This option disables the use of page cache in kernel. + This is useful for example if the file size is not known before reading it. + For example if you mount /proc dir from a remote host without the direct_io + option, the read always will return zero bytes instead of actual data. + + Release 3.5.2 (2019-04-13) -------------------------- |