From: Miklos Szeredi Date: Fri, 9 Sep 2005 20:10:35 +0000 (-0700) Subject: [PATCH] FUSE - direct I/O X-Git-Tag: v2.6.14-rc1~277 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=413ef8cb302511d8e995e2b0e5517ee1a65b9c77;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed