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
- 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