Re: [Qemu-devel] [PATCH V13 0/5] support MAP_SYNC for memory-backend-file

2019-02-07 Thread Pankaj Gupta
> > Linux 4.15 introduces a new mmap flag MAP_SYNC, which can be used to > guarantee the write persistence to mmap'ed files supporting DAX (e.g., > files on ext4/xfs file system mounted with '-o dax'). > > A description of MAP_SYNC and MAP_SHARED_VALIDATE can be found at > https://patchwor

Re: [Qemu-devel] [PATCH V13 0/5] support MAP_SYNC for memory-backend-file

2019-02-07 Thread Michael S. Tsirkin
On Fri, Feb 08, 2019 at 06:10:23PM +0800, Zhang, Yi wrote: > Linux 4.15 introduces a new mmap flag MAP_SYNC, which can be used to > guarantee the write persistence to mmap'ed files supporting DAX (e.g., > files on ext4/xfs file system mounted with '-o dax'). > > A description of MAP_SYNC and MAP_S

[Qemu-devel] [PATCH V13 0/5] support MAP_SYNC for memory-backend-file

2019-02-07 Thread Zhang, Yi
Linux 4.15 introduces a new mmap flag MAP_SYNC, which can be used to guarantee the write persistence to mmap'ed files supporting DAX (e.g., files on ext4/xfs file system mounted with '-o dax'). A description of MAP_SYNC and MAP_SHARED_VALIDATE can be found at https://patchwork.kernel.org/patch