aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-02-19 16:55:40 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-02-19 16:55:40 +0000
commit76f6578928809ac2e687dc0979f3051a00b56970 (patch)
tree0fc55deed8e8a746ecfea1ff5596b582f8898c8a /ChangeLog
parent18e75e4cb186b5d247caea5c9aa21b69e4914c50 (diff)
downloadlibfuse-76f6578928809ac2e687dc0979f3051a00b56970.tar.gz
improvements to the kernel interface
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 54cfd16..cdc2579 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,18 @@
* statfs library API changed to match other methods. Since this
is not backward compatible FUSE_MAJOR_VERSION is changed to 2
- * statfs kernel interface changed to 64 bits, added 'bavail' field
+ * kernel interface changes follow:
+
+ * statfs changed to 64 bits, added 'bavail' field
+
+ * add generation number to lookup result
+
+ * optimized mknod/mkdir/symlink/link (no separate lookup is
+ needed)
+
+ * rdev size increased to 32 bits for mknod
+
+ * kernel interface version changed to 3.1
2004-02-18 Miklos Szeredi <mszeredi@inf.bme.hu>