aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-11-30 00:00:02 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-11-30 00:00:02 +0000
commit96dfad7555e4cc410caf60408f517154119169da (patch)
tree9e2b38b2bb660620273796a702884b3e62232454 /ChangeLog
parent162bcbbff3d531c7d1a630da706a2d0be80f8995 (diff)
merge to 2_0_merge4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0173f98..c9a090d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
* kernel: make readpage() uninterruptible
+ * kernel: check readonly filesystem flag in fuse_permission
+
+ * lib: don't die if version file not found and new style device
+ exists
+
+ * lib: add '-r' option, which is short for '-o ro'
+
+ * fusermount: simplify device opening
+
* kernel: when direct_io is turend on, copy data directly to
destination without itermediate buffer. More efficient and safer,
since no allocation is done.