aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-11-29 16:53:44 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-11-29 16:53:44 +0000
commit2defe5eadb46dd64ee40ced067e9da235218e2db (patch)
treea77314456e4ce5713983153e8f4087893eab9f65 /ChangeLog
parentfb28c5ebe1efdc3e3b125aad1a19f1a240519345 (diff)
downloadlibfuse-2defe5eadb46dd64ee40ced067e9da235218e2db.tar.gz
fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 947b410..8265a6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-11-29 Miklos Szeredi <miklos@szeredi.hu>
+
+ * kernel: make readpage() uninterruptible
+
+ * kernel: when direct_io is turend on, copy data directly to
+ destination without itermediate buffer. More efficient and safer,
+ since no allocation is done.
+
+ * fusermount: fix warning if fuse module is not loaded
+
2004-11-26 Miklos Szeredi <miklos@szeredi.hu>
* libfuse API change: open, read, write, flush, fsync and release