From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Theodore Y. Ts'o" Subject: Re: [PATCH v4 0/2] ext4: fix DAX dma vs truncate/hole-punch Date: Tue, 11 Sep 2018 13:28:06 -0400 Message-ID: <20180911172806.GC2225@thunk.org> 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> 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: Jan Kara Return-path: Content-Disposition: inline In-Reply-To: <20180911152024.GE6104-4I4JzKEfoa/jFM9bn6wA6Q@public.gmane.org> 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org (imap.thunk.org [IPv6:2600:3c02::f03c:91ff:fe96:be03]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 18BD021A00AE6 for ; Tue, 11 Sep 2018 10:28:10 -0700 (PDT) Date: Tue, 11 Sep 2018 13:28:06 -0400 From: "Theodore Y. Ts'o" Subject: Re: [PATCH v4 0/2] ext4: fix DAX dma vs truncate/hole-punch Message-ID: <20180911172806.GC2225@thunk.org> 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180911152024.GE6104@quack2.suse.cz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Jan Kara Cc: linux-nvdimm@lists.01.org, darrick.wong@oracle.com, Eric Sandeen , Ross Zwisler , linux-fsdevel , lczerner@redhat.com, linux-ext4 List-ID: 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 _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:48668 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726943AbeIKW2d (ORCPT ); Tue, 11 Sep 2018 18:28:33 -0400 Date: Tue, 11 Sep 2018 13:28:06 -0400 From: "Theodore Y. Ts'o" To: Jan Kara Cc: Eric Sandeen , Ross Zwisler , linux-nvdimm@lists.01.org, darrick.wong@oracle.com, lczerner@redhat.com, linux-ext4 , linux-fsdevel Subject: Re: [PATCH v4 0/2] ext4: fix DAX dma vs truncate/hole-punch Message-ID: <20180911172806.GC2225@thunk.org> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180911152024.GE6104@quack2.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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