From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay3.corp.sgi.com [198.149.34.15]) by oss.sgi.com (Postfix) with ESMTP id E3B217F8B for ; Mon, 19 Aug 2013 21:38:54 -0500 (CDT) Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by relay3.corp.sgi.com (Postfix) with ESMTP id 72BF5AC003 for ; Mon, 19 Aug 2013 19:38:54 -0700 (PDT) Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131]) by cuda.sgi.com with ESMTP id sgCIgubN154nd0Gq for ; Mon, 19 Aug 2013 19:38:53 -0700 (PDT) Date: Tue, 20 Aug 2013 12:38:49 +1000 From: Dave Chinner Subject: Re: [PATCH v3 5/5] ext4: Defer mmap cmtime update until writeback Message-ID: <20130820023849.GF6023@dastard> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Andy Lutomirski Cc: Jan Kara , Dave Hansen , linux-kernel@vger.kernel.org, xfs@oss.sgi.com, Christoph Hellwig , Theodore Ts'o , linux-ext4@vger.kernel.org, Tim Chen On Fri, Aug 16, 2013 at 04:22:12PM -0700, Andy Lutomirski wrote: > A fancier implementation could probably avoid an extra journal > transaction by adding a mapping_test_clear_cmtime call in > ext4_writepages, but this should already be a considerable > improvement -- we'll start one transaction per writepages call > instead of one per page. I'd like to see more than just an ext4 implementation - btrfs and XFS are the other main filesystems that should behave identically. Also, it's worthwhile to write a generic xfstest to ensure that they all update the timestamp appropriately - if its' in xfstests, then we can basically guarantee that it won't get randomly regressed in future, and other filesystems can be easily verified as well sa their implement this. Cheers, Dave. -- Dave Chinner david@fromorbit.com _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs