From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [PATCH 5/8] xfs: add DAX file operations support Date: Wed, 25 Mar 2015 10:47:38 +0200 Message-ID: <5512762A.2040604@plexistor.com> References: <1427194266-2885-1-git-send-email-david@fromorbit.com> <1427194266-2885-6-git-send-email-david@fromorbit.com> <551153C4.6000808@plexistor.com> <20150324211740.GT28621@dastard> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: xfs@oss.sgi.com, linux-fsdevel@vger.kernel.org, willy@linux.intel.com, jack@suse.cz To: Dave Chinner , Boaz Harrosh Return-path: Received: from mail-wg0-f47.google.com ([74.125.82.47]:32822 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751172AbbCYIrm (ORCPT ); Wed, 25 Mar 2015 04:47:42 -0400 Received: by wgbcc7 with SMTP id cc7so18981998wgb.0 for ; Wed, 25 Mar 2015 01:47:41 -0700 (PDT) In-Reply-To: <20150324211740.GT28621@dastard> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 03/24/2015 11:17 PM, Dave Chinner wrote: > On Tue, Mar 24, 2015 at 02:08:36PM +0200, Boaz Harrosh wrote: <> > > iter_file_splice_write() uses vfs_iter_write, which goes through > ->write_iter, which we punt to the direct IO path for DAX. > Cool real cool. What I thought too. Will send a patch to fix and simplify ext2/4 ASAP. Its ready only still testing ... > Cheers, > Dave. >