alistair23-linux/fs/fuse
Miklos Szeredi 60b9df7a54 fuse: add flag to turn on async direct IO
Without async DIO write requests to a single file were always serialized.
With async DIO that's no longer the case.

So don't turn on async DIO by default for fear of breaking backward
compatibility.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-05-01 14:37:21 +02:00
..
control.c fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
cuse.c fuse: make fuse_direct_io() aware about AIO 2013-04-17 21:50:59 +02:00
dev.c fuse: make fuse_direct_io() aware about AIO 2013-04-17 21:50:59 +02:00
dir.c fuse: truncate file if async dio failed 2013-04-18 10:55:24 +02:00
file.c fuse: add flag to turn on async direct IO 2013-05-01 14:37:21 +02:00
fuse_i.h fuse: add flag to turn on async direct IO 2013-05-01 14:37:21 +02:00
inode.c fuse: add flag to turn on async direct IO 2013-05-01 14:37:21 +02:00
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile