Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751966Ab0HSJVt (ORCPT ); Thu, 19 Aug 2010 05:21:49 -0400 Received: from hera.kernel.org ([140.211.167.34]:41567 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750883Ab0HSJVp (ORCPT ); Thu, 19 Aug 2010 05:21:45 -0400 Message-ID: <4C6CF6BC.3030804@kernel.org> Date: Thu, 19 Aug 2010 11:17:48 +0200 From: Tejun Heo User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Christoph Hellwig CC: "Darrick J. Wong" , "Ted Ts'o" , Mingming Cao , Ric Wheeler , linux-ext4 , linux-kernel , Keith Mannthey , Mingming Cao Subject: Re: [RFC v3] ext4: Combine barrier requests coming from fsync References: <4BE02C45.6010608@redhat.com> <1273002566.3755.10.camel@mingming-laptop> <20100629205102.GM15515@tux1.beaverton.ibm.com> <20100805164008.GH2901@thunk.org> <20100805164504.GI2901@thunk.org> <20100806070424.GD2109@tux1.beaverton.ibm.com> <20100809195324.GG2109@tux1.beaverton.ibm.com> <20100809210723.GA28171@infradead.org> <20100816161433.GK2109@tux1.beaverton.ibm.com> <20100819020734.GL2109@tux1.beaverton.ibm.com> <20100819085349.GA8782@infradead.org> In-Reply-To: <20100819085349.GA8782@infradead.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (hera.kernel.org [127.0.0.1]); Thu, 19 Aug 2010 09:21:27 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1758 Lines: 42 Hello, On 08/19/2010 10:53 AM, Christoph Hellwig wrote: > On Wed, Aug 18, 2010 at 07:07:34PM -0700, Darrick J. Wong wrote: >> Oddly, I ran the entire suite of tests against a larger set of machines, and >> with Tejun's RFC patchset I didn't see nearly as much of an improvement. I >> have been trying to put together a new tree based on "replace barrier with >> sequenced flush" and Christoph's "explicitly flush/FUA" patch sets, though I've >> gotten lost in the weeds. :( > > Tejun's patches don't allow concurrent cache flushes to happen, while > my patch did. Tejun said there are drivers that can't handly empty > flushes with a bio attached, making this nessecary. > > Tejun, any idea what drivers that would be? What was the configuration? If dm was involved, both md and dm can only process single flush request at a time. Supporing multiple flushes in flight wouldn't be too difficult. It's just the way things are implemented with the previous barrier implementation. It can definitely be improved. >> I also experienced some sort of crash with Tejun's relaxed barrier >> patch on one of my systems. I was hitting the BUG_ON in >> drivers/scsi/scsi_lib.c, line 1115. > > My kernel source doesn't have a BUG_ON line there, but only one two > lines above. A req->nr_phys_segments that's zero sounds a bit like > empty flush requests, I'll need to look into it again. Yeah, definitely sounds like REQ_FS|REQ_FLUSH request causing problem. Can you post the kernel log? Thanks. -- tejun -- 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/