Skip to content

Commit

Permalink
[PATCH] FUSE - read-write operations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Sep 9, 2005
1 parent e5e5558 commit 9e6268d
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 19 deletions.
Loading

0 comments on commit 9e6268d

Please sign in to comment.