Commit 810da5aa authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Update README.

parent f89cd0c4
......@@ -99,12 +99,15 @@ KNOWN PROBLEMS
Grep source code for TODO. Major topics:
* Missing support for file locking: FUSE_GETLK, FUSE_SETLK, FUSE_SETLKW
* Use splice for transporting data, use io.Reader in API.
* Missing support for network FS file locking: FUSE_GETLK, FUSE_SETLK,
FUSE_SETLKW
* Missing support for FUSE_INTERRUPT, CUSE, BMAP, POLL, IOCTL
* Partial support for mounting as root (The high level FS api does not
yet pass caller Uid/Gid/Pid)
pass caller Uid/Gid/Pid)
* In the high-level API, renames are racy; See also:
http://sourceforge.net/mailarchive/message.php?msg_id=27550667
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment