[PATCH 13/14] fuse: Turn writeback cache on

2013-04-01 Thread Maxim V. Patlasov
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

[PATCH 13/14] fuse: Turn writeback cache on

2013-04-01 Thread Maxim V. Patlasov
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

[PATCH 13/14] fuse: Turn writeback cache on

2013-01-25 Thread Maxim V. Patlasov
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

[PATCH 13/14] fuse: Turn writeback cache on

2013-01-25 Thread Maxim V. Patlasov
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

[PATCH 13/14] fuse: Turn writeback cache on

2012-11-16 Thread Maxim Patlasov
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

[PATCH 13/14] fuse: Turn writeback cache on

2012-11-16 Thread Maxim Patlasov
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