aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-11-28 13:27:10 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-11-28 13:27:10 +0000
commit2b4781100812d42e704c39c51303cd28ad3f9aa6 (patch)
treeb0d0177640f15ff7425b33f69fa135cc18c39c7d /ChangeLog
parenta90b7349306f10b2a9bde9a2537bf9a852452da4 (diff)
downloadlibfuse-2b4781100812d42e704c39c51303cd28ad3f9aa6.tar.gz
a whole lot of crap
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 988a9e1..9ddd60e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,30 @@
* Block TERM, INT, HUP and QUIT signals in all but the main
thread. According to POSIX it's not specified which thread will
receive these signals.
-
+
+ * Kernel changes:
+
+ * Check for directory aliasing on mkdir, not just on lookup
+
+ * Check for special node ID values in create+open operation
+
+ * Sync with -mm: readv, writev, aio_read and aio_write methods
+ added to file operations
+
+ * Cleanups: lookup code, page offset calculation
+
+ * ABI stepped to 7.4, changes:
+
+ * frsize member added to fuse_kstatfs structure
+
+ * added support for negative entry caching: on lowlevel API if
+ fuse_entry_param::ino is set to zero in reply to a lookup request,
+ the kernel will cache the dentry for the specified amount of time.
+
+ * libfuse: added 'negative_timeout' option: specifies how much
+ negative entries should be cached. Default is zero, to be
+ compatible with prior versions.
+
2005-11-22 Miklos Szeredi <miklos@szeredi.hu>
* Add detection of mainline FUSE code in running kernel