linux-kernel-test/fs/fuse
Maxim Patlasov 36cf66ed9f fuse: make fuse_direct_io() aware about AIO
The patch implements passing "struct fuse_io_priv *io" down the stack up to
fuse_send_read/write where it is used to submit request asynchronously.
io->async==0 designates synchronous processing.

Non-trivial part of the patch is changes in fuse_direct_io(): resources
like fuse requests and user pages cannot be released immediately in async
case.

Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-04-17 21:50:59 +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 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2013-02-26 20:16:07 -08:00
file.c fuse: make fuse_direct_io() aware about AIO 2013-04-17 21:50:59 +02:00
fuse_i.h fuse: make fuse_direct_io() aware about AIO 2013-04-17 21:50:59 +02:00
inode.c fuse: skip blocking on allocations of synchronous requests 2013-04-17 12:31:45 +02:00
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile