alistair23-linux/fs/fuse
Pavel Emelyanov 4d99ff8f12 fuse: Turn writeback cache on
Introduce a bit kernel and userspace exchange between each-other on
the init stage and turn writeback on if the userspace want this and
mount option 'allow_wbcache' is present (controlled by fusermount).

Also add each writable file into per-inode write list and call the
generic_file_aio_write to make use of the Linux page cache engine.

Signed-off-by: Maxim Patlasov <MPatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2014-04-02 15:38:50 +02:00
..
control.c fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
cuse.c fuse: Fix O_DIRECT operations vs cached writeback misorder 2014-04-02 15:38:50 +02:00
dev.c fuse: fix SetPageUptodate() condition in STORE 2014-01-22 19:36:58 +01:00
dir.c fuse: Trust kernel i_mtime only 2014-04-02 15:38:48 +02:00
file.c fuse: Turn writeback cache on 2014-04-02 15:38:50 +02:00
fuse_i.h fuse: Fix O_DIRECT operations vs cached writeback misorder 2014-04-02 15:38:50 +02:00
inode.c fuse: Turn writeback cache on 2014-04-02 15:38:50 +02:00
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile