[PATCH 11/14] fuse: fuse_flush() should wait on writeback

2013-04-01 Thread Maxim V. Patlasov
The aim of .flush fop is to hint file-system that flushing its state or caches or any other important data to reliable storage would be desirable now. fuse_flush() passes this hint by sending FUSE_FLUSH request to userspace. However, dirty pages and pages under writeback may be not visible to users

[PATCH 11/14] fuse: fuse_flush() should wait on writeback

2013-01-25 Thread Maxim V. Patlasov
The aim of .flush fop is to hint file-system that flushing its state or caches or any other important data to reliable storage would be desirable now. fuse_flush() passes this hint by sending FUSE_FLUSH request to userspace. However, dirty pages and pages under writeback may be not visible to users

[PATCH 11/14] fuse: fuse_flush() should wait on writeback

2012-11-16 Thread Maxim Patlasov
The aim of .flush fop is to hint file-system that flushing its state or caches or any other important data to reliable storage would be desirable now. fuse_flush() passes this hint by sending FUSE_FLUSH request to userspace. However, dirty pages and pages under writeback may be not visible to users