From: Christoph Hellwig Subject: Re: Subtle races between DAX mmap fault and write path Date: Mon, 8 Aug 2016 06:11:26 -0700 Message-ID: <20160808131126.GA14464@infradead.org> References: <20160729022152.GZ16044@dastard> <20160730001249.GE16044@dastard> <579F20D9.80107@plexistor.com> <20160802002144.GL16044@dastard> <1470335997.8908.128.camel@hpe.com> <20160805112739.GG16044@dastard> <20160808092655.GA29128@quack2.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Jan Kara , "Kani, Toshimitsu" , "linux-nvdimm@lists.01.org" , "xfs@oss.sgi.com" , "linux-fsdevel@vger.kernel.org" , Ross Zwisler , "linux-ext4@vger.kernel.org" To: "Boylston, Brian" Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com List-Id: linux-ext4.vger.kernel.org On Mon, Aug 08, 2016 at 12:30:18PM +0000, Boylston, Brian wrote: > I used NVML 1.1 for the measurements. In this version and with the hardware > that I used, the pmem_persist() flow is: Please don't use crap like NVML, given that the people behind it don't seem to understand persistency at all. > Perhaps you mean pmem_msync() here? pmem_msync() calls msync(), but > pmem_persist() does not. pmem_persist is misnamed then, don't use it. > > At which point > > you've lost most of the advantages using movnt. Ross researches into > > possibilities of allowing more efficient userspace implementation but > > currently there are none. > > Apart from the current performance discussion, if the metadata for a file > is already established (file created, space allocated by explicit writes(), > and everything synced), then if I map it and do pmem_memcpy_persist(), > are there any "ongoing" metadata updates that would need to be flushed > (besides timestamps)? Yes. For example because every write might mean a new space allocating if using reflinks or a COW file system. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs