dect
/
linux-2.6
Archived
13
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 3121bfe763 fuse: fix "direct_io" private mmap
MAP_PRIVATE mmap could return stale data from the cache for
"direct_io" files.  Fix this by flushing the cache on mmap. 

Found with a slightly modified fsx-linux.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2009-04-09 17:37:53 +02:00
..
Kconfig fs/Kconfig: move fuse out 2009-01-22 13:15:55 +03:00
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00
control.c fuse: style fixes 2008-11-26 12:03:54 +01:00
dev.c fuse: fix poll notify 2009-01-26 15:00:59 +01:00
dir.c fuse: allow kernel to access "direct_io" files 2009-04-02 14:25:34 +02:00
file.c fuse: fix "direct_io" private mmap 2009-04-09 17:37:53 +02:00
fuse_i.h constify dentry_operations: FUSE 2009-03-27 14:44:01 -04:00
inode.c fuse: destroy bdi on umount 2009-01-26 15:00:59 +01:00