linux/fs/fuse
Miklos Szeredi b6aeadeda2 [PATCH] FUSE - file operations
This patch adds the file operations of FUSE.

The following operations are added:

 o open
 o flush
 o release
 o fsync
 o readpage
 o commit_write

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-09 14:03:45 -07:00
..
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00
dev.c [PATCH] FUSE - read-only operations 2005-09-09 14:03:45 -07:00
dir.c [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00
file.c [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00
fuse_i.h [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00
inode.c [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00