From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin K. Petersen" Subject: Re: Wrong DIF guard tag on ext2 write Date: Mon, 07 Jun 2010 13:40:21 -0400 Message-ID: References: <20100531112817.GA16260@schmichrtp.mainz.de.ibm.com> <20100531144648.GA19068@schmichrtp.mainz.de.ibm.com> <20100602133748.GA11196@schmichrtp.mainz.de.ibm.com> <20100602232039.GA8287@dastard> <20100604023253.GF19651@dastard> <4C0D2AD4.2020303@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Martin K. Petersen" , Dave Chinner , Christof Schmitt , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Boaz Harrosh Return-path: Received: from rcsinet10.oracle.com ([148.87.113.121]:30590 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847Ab0FGRkl (ORCPT ); Mon, 7 Jun 2010 13:40:41 -0400 In-Reply-To: <4C0D2AD4.2020303@panasas.com> (Boaz Harrosh's message of "Mon, 07 Jun 2010 20:22:28 +0300") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: >>>>> "Boaz" == Boaz Harrosh writes: Boaz> Do you remember some performance numbers that show degradation / Boaz> sameness? Boaz> What type of work loads? I haven't been using XFS much for over a year. I'm using an internal async I/O tool and btrfs for most of my DIX/DIF testing these days. But my original changes were along the lines of what Jan mentioned earlier (hooking into page_mkwrite and waiting for writeback. I could have sworn that I only did it for ext[23] and that XFS waited out of the box but git proves me wrong). Anyway, I'll try to get some benchmarking happening later this week. This won't fix things completely, though. ext2fs, for instance, frequently changes metadata buffers in flight so it trips the guard check in no time. -- Martin K. Petersen Oracle Linux Engineering