commit | 9e6268db496a2592e89457537ea54a496feabb77 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Fri Sep 09 13:10:29 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 09 14:03:45 2005 -0700 |
tree | e01d0d7585886fd318b6f16de9329349a629e3f8 | |
parent | e5e5558e923f35839108a12718494ecb73fb782f [diff] |
[PATCH] FUSE - read-write operations This patch adds the write filesystem operations of FUSE. The following operations are added: o setattr o symlink o mknod o mkdir o create o unlink o rmdir o rename o link Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>