Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/fuse
Miklos Szeredi 413ef8cb30 [PATCH] FUSE - direct I/O
This patch adds support for the "direct_io" mount option of FUSE.

When this mount option is specified, the page cache is bypassed for
read and write operations.  This is useful for example, if the
filesystem doesn't know the size of files before reading them, or when
any kind of caching is harmful.

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:46 -07:00
..
dev.c [PATCH] FUSE - mount options 2005-09-09 14:03:45 -07:00
dir.c [PATCH] FUSE: tighten check for processes allowed access 2005-09-09 14:03:46 -07:00
file.c [PATCH] FUSE - direct I/O 2005-09-09 14:03:46 -07:00
fuse_i.h [PATCH] FUSE - direct I/O 2005-09-09 14:03:46 -07:00
inode.c [PATCH] FUSE - direct I/O 2005-09-09 14:03:46 -07:00
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00