Re: [PATCH v2 00/11] DAX fsynx/msync support

2015-11-16 Thread Ross Zwisler
On Mon, Nov 16, 2015 at 08:58:11AM -0800, Dan Williams wrote: > On Mon, Nov 16, 2015 at 6:41 AM, Jan Kara wrote: > > On Fri 13-11-15 17:06:39, Ross Zwisler wrote: > >> This patch series adds support for fsync/msync to DAX. > >> > >> Patches 1 through 7 add various utilities that the DAX code will

Re: [PATCH v2 00/11] DAX fsynx/msync support

2015-11-16 Thread Dan Williams
On Mon, Nov 16, 2015 at 6:41 AM, Jan Kara wrote: > On Fri 13-11-15 17:06:39, Ross Zwisler wrote: >> This patch series adds support for fsync/msync to DAX. >> >> Patches 1 through 7 add various utilities that the DAX code will eventually >> need, and the DAX code itself is added by patch 8. Patche

Re: [PATCH v2 00/11] DAX fsynx/msync support

2015-11-16 Thread Jan Kara
On Fri 13-11-15 17:06:39, Ross Zwisler wrote: > This patch series adds support for fsync/msync to DAX. > > Patches 1 through 7 add various utilities that the DAX code will eventually > need, and the DAX code itself is added by patch 8. Patches 9-11 update the > three filesystems that currently su