Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-20 Thread Dan Williams
On Mon, Dec 19, 2016 at 11:59 PM, Jan Kara wrote: > On Mon 19-12-16 13:51:53, Dan Williams wrote: [..] > Yes, but I've accounted for that. Checking the libnvdimm-pending branch I > see you missed "ext2: Return BH_New buffers for zeroed blocks" which was > the first patch in the series. The subject

Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-20 Thread Jan Kara
On Mon 19-12-16 13:51:53, Dan Williams wrote: > On Mon, Dec 19, 2016 at 1:56 AM, Jan Kara wrote: > > On Fri 16-12-16 17:35:35, Dan Williams wrote: > >> On Tue, Dec 13, 2016 at 10:57 AM, Dan Williams > >> wrote: > >> > On Tue, Dec 13, 2016 at 3:52 AM, Jan Kara wrote: > >> >> On Mon 12-12-16 17:4

Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-19 Thread Dan Williams
On Mon, Dec 19, 2016 at 1:56 AM, Jan Kara wrote: > On Fri 16-12-16 17:35:35, Dan Williams wrote: >> On Tue, Dec 13, 2016 at 10:57 AM, Dan Williams >> wrote: >> > On Tue, Dec 13, 2016 at 3:52 AM, Jan Kara wrote: >> >> On Mon 12-12-16 17:47:02, Jan Kara wrote: >> >>> Hello, >> >>> >> >>> this is

Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-19 Thread Jan Kara
On Fri 16-12-16 17:35:35, Dan Williams wrote: > On Tue, Dec 13, 2016 at 10:57 AM, Dan Williams > wrote: > > On Tue, Dec 13, 2016 at 3:52 AM, Jan Kara wrote: > >> On Mon 12-12-16 17:47:02, Jan Kara wrote: > >>> Hello, > >>> > >>> this is the third revision of my fixes of races when invalidating h

Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-16 Thread Dan Williams
On Fri, Dec 16, 2016 at 5:35 PM, Dan Williams wrote: > On Tue, Dec 13, 2016 at 10:57 AM, Dan Williams > wrote: >> On Tue, Dec 13, 2016 at 3:52 AM, Jan Kara wrote: >>> On Mon 12-12-16 17:47:02, Jan Kara wrote: Hello, this is the third revision of my fixes of races when invalidatin

Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-16 Thread Dan Williams
On Tue, Dec 13, 2016 at 10:57 AM, Dan Williams wrote: > On Tue, Dec 13, 2016 at 3:52 AM, Jan Kara wrote: >> On Mon 12-12-16 17:47:02, Jan Kara wrote: >>> Hello, >>> >>> this is the third revision of my fixes of races when invalidating hole >>> pages in >>> DAX mappings. See changelogs for detail

Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-13 Thread Theodore Ts'o
On Tue, Dec 13, 2016 at 12:52:09PM +0100, Jan Kara wrote: > OK, with the final ack from Johannes and since this is mostly DAX stuff, > can we take this through NVDIMM tree and push to Linus either late in the > merge window or for -rc2? These patches require my DAX patches sitting in mm > tree so t

Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-13 Thread Dave Chinner
On Tue, Dec 13, 2016 at 12:52:09PM +0100, Jan Kara wrote: > On Mon 12-12-16 17:47:02, Jan Kara wrote: > > Hello, > > > > this is the third revision of my fixes of races when invalidating hole > > pages in > > DAX mappings. See changelogs for details. The series is based on my patches > > to > >

Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-13 Thread Dan Williams
On Tue, Dec 13, 2016 at 3:52 AM, Jan Kara wrote: > On Mon 12-12-16 17:47:02, Jan Kara wrote: >> Hello, >> >> this is the third revision of my fixes of races when invalidating hole pages >> in >> DAX mappings. See changelogs for details. The series is based on my patches >> to >> write-protect DA

Re: [PATCH 0/6 v3] dax: Page invalidation fixes

2016-12-13 Thread Jan Kara
On Mon 12-12-16 17:47:02, Jan Kara wrote: > Hello, > > this is the third revision of my fixes of races when invalidating hole pages > in > DAX mappings. See changelogs for details. The series is based on my patches to > write-protect DAX PTEs which are currently carried in mm tree. This is a hard