From: Eric Sandeen Subject: Re: [PATCH v4 0/2] ext4: fix DAX dma vs truncate/hole-punch Date: Tue, 11 Sep 2018 13:21:19 -0500 Message-ID: References: <20180710191031.17919-1-ross.zwisler@linux.intel.com> <20180711081741.lmr44sp4cmt3f6um@quack2.suse.cz> <20180725222839.GA28304@linux.intel.com> <20180807084545.6gzxrtrvb34hyhdq@quack2.suse.cz> <8c70d61a-fc5c-b928-334a-fbb2567b8dea@sandeen.net> <20180911151421.GD6104@quack2.suse.cz> <20180911152024.GE6104@quack2.suse.cz> <20180911172806.GC2225@thunk.org> Reply-To: sandeen-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org, darrick.wong-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org, Eric Sandeen , Ross Zwisler , linux-fsdevel , lczerner-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, linux-ext4 To: "Theodore Y. Ts'o" , Jan Kara Return-path: In-Reply-To: <20180911172806.GC2225-AKGzg7BKzIDYtjvyW6yDsg@public.gmane.org> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org Sender: "Linux-nvdimm" List-Id: linux-ext4.vger.kernel.org On 9/11/18 12:28 PM, Theodore Y. Ts'o wrote: > On Tue, Sep 11, 2018 at 05:20:24PM +0200, Jan Kara wrote: >>> Hum, it seems Ted never picked this patch up. I guess I'll gather the two >>> fixes you pointed out and resend them to Ted. >> >> Actually only one patch when looking into it now. > > I believe both are in the ext4 git tree. > > - Ted Ok, right: dax: dax_layout_busy_page() warn on !exceptional https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/commit/?h=dev&id=cdbf8897cb09b7baf2b8a7e78051a35a872b01d5 ext4: handle layout changes to pinned DAX mappings https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/commit/?h=dev&id=430657b6be896db57d974375cc499ca212c7f01d I think the one I meant to ask about was: [PATCH v2 1/2] ext4: Close race between direct IO and ext4_break_layouts() https://patchwork.kernel.org/patch/10560393/ Sorry for the confusion. -Eric