All of lore.kernel.org
 help / color / mirror / Atom feed
* [Virtio-fs] data integrity in dax mode
@ 2019-07-02  5:59 Liu Bo
  2019-07-02 17:43 ` Vivek Goyal
  0 siblings, 1 reply; 3+ messages in thread
From: Liu Bo @ 2019-07-02  5:59 UTC (permalink / raw)
  To: virtio-fs

Hi,

I have a concern about data integrity in dax mode.

For now virtio_fs_copy_from_iter() (i.e. the write direction) only
does copy_from_iter(), which doesn't enforce a clean_cache_range or
CLWB.  And even worse, virtio-fs doesn't have a dax_writepages like,
which can calls dax_writeback_mapping_range().

Correct me if I'm wrong, but did virtio-fs solve it in some way?

thanks,
-liubo


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-02 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-02  5:59 [Virtio-fs] data integrity in dax mode Liu Bo
2019-07-02 17:43 ` Vivek Goyal
2019-07-02 19:00   ` Liu Bo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.