aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2022-04-03 16:52:14 +0300
committerMartin Pärtel <martin.partel@gmail.com>2022-04-03 16:52:14 +0300
commit57d9c9407ec04d2c08323acda87597882f4901cf (patch)
tree0c0cbb8d0851f9aa8b464d7b304cbe545b064eb0 /ChangeLog
parentd7d0dc47f03762f5fcd92bbe8c2221ea6b3fa642 (diff)
downloadbindfs-57d9c9407ec04d2c08323acda87597882f4901cf.tar.gz
Made direct-io the default after all, and added --no-direct-io.
#110
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb20c1e..ac496ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2022-04-03 Martin Pärtel <martin dot partel at gmail dot com>
- * Added --direct-io (issue #110, thanks @DUOLabs333)
+ * Added --no-direct-io and enabled FUSE's direct_io by default
+ (issue #110, thanks @DUOLabs333)
2021-02-15 Martin Pärtel <martin dot partel at gmail dot com>