Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757811Ab1DHTag (ORCPT ); Fri, 8 Apr 2011 15:30:36 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:44375 "EHLO e9.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757774Ab1DHTaf (ORCPT ); Fri, 8 Apr 2011 15:30:35 -0400 Date: Fri, 8 Apr 2011 12:30:31 -0700 From: "Darrick J. Wong" To: Sunil Mushran , "Theodore Ts'o" , Andreas Dilger , linux-ext4 , linux-kernel Subject: Re: [PATCH 1/2] ext4: Calculate and verify inode checksums Message-ID: <20110408193031.GF24354@tux1.beaverton.ibm.com> Reply-To: djwong@us.ibm.com References: <20110406224410.GB24354@tux1.beaverton.ibm.com> <20110406224547.GT32706@tux1.beaverton.ibm.com> <4D9D0ADB.9010005@oracle.com> <20110407164006.GC24354@tux1.beaverton.ibm.com> <4D9DF01C.6050506@oracle.com> <20110408185013.GB17677@noexit> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110408185013.GB17677@noexit> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Content-Scanned: Fidelis XPS MAILER Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1663 Lines: 32 On Fri, Apr 08, 2011 at 11:50:13AM -0700, Joel Becker wrote: > On Thu, Apr 07, 2011 at 10:10:52AM -0700, Sunil Mushran wrote: > > On 04/07/2011 09:40 AM, Darrick J. Wong wrote: > > >That said, I haven't really quantified the performance impact of this naive > > >approach yet, so I wonder -- did you see a similar scenario with ocfs2, and > > >what kind of performance increase did you get by adapting the code to use the > > >jbd2 trigger? If there's potentially a large increase, it would be interesting > > >to apply the same conversion to the group descriptor checksumming code too. > > > > Joel Becker may remember the overhead. He wrote the patch. That said we have few > > differences. ocfs2 has larger (blocksized) inodes. Also, it computes ECC. The code > > is in fs/ocfs2/blockcheck.c. Heh, yes, ext4 uses a fairly simple crc16 and the inodes are (most likely) not block sized. > ocfs2 does the journal access/journal dirty cycle a lot more > than extN. I think you'd want to generate your own numbers. Ok, I ran both the mailserver ffsb profile and a quick-and-dumb test that tried to dirty inodes as fast as it could. On both a regular disk, an SSD, and a loopmounted ext4 on a tmpfs I couldn't really see much of a performance difference at all. I'll see about giving this a try once I get the field location and e2fsck behavior more firmly resolved, though I suspect I won't see much gain. --D -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/