aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-01-20 12:52:08 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-01-20 12:52:08 +0000
commit966c8de0392f689cd3c4ddc7bc2781cf59c9f813 (patch)
tree0cbf72f367decfe899a5a3e9778d97fde35bcd51 /NEWS
parent64074146d6c768153f96bc67fe6eeb7243830f26 (diff)
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a0de2a8..f78728c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,9 @@ What is new in 2.2
Userspace changes:
- - Add fuse_file_info structure to file operations, this allows the filesystem
- to return a file handle in open() which is passed to read(), write(), flush(),
- fsync() and release().
+ - Add fuse_file_info structure to file operations, this allows the
+ filesystem to return a file handle in open() which is passed to
+ read(), write(), flush(), fsync() and release().
- Add source compatibility with 2.1 and 1.4 releases
@@ -29,6 +29,10 @@ Kernel changes:
- Remove /sys/fs/fuse/version. Version checking is now done through
the fuse device
+ - Replace directory reading method on the kernel interface. Instead
+ of passing an open file descriptor to the kernel, send data through
+ the FUSE device, like all other operations.
+
============================================================================
What is new in 2.1