Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763122AbZDCBaS (ORCPT ); Thu, 2 Apr 2009 21:30:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755672AbZDCB37 (ORCPT ); Thu, 2 Apr 2009 21:29:59 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54508 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755642AbZDCB37 (ORCPT ); Thu, 2 Apr 2009 21:29:59 -0400 Date: Fri, 3 Apr 2009 03:29:55 +0200 From: Nick Piggin To: Dave Hansen Cc: Linux Kernel Mailing List , linux-fsdevel@vger.kernel.org, Andrew Morton Subject: Re: [patch 1/2] fs: mnt_want_write speedup Message-ID: <20090403012955.GA23937@wotan.suse.de> References: <20090310143718.GB15977@wotan.suse.de> <1236809477.30142.83.camel@nimitz> <20090312041334.GB1893@wotan.suse.de> <1237403623.8286.196.camel@nimitz> <20090402182210.GB17175@wotan.suse.de> <1238697440.8846.46.camel@nimitz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1238697440.8846.46.camel@nimitz> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1294 Lines: 27 On Thu, Apr 02, 2009 at 11:37:20AM -0700, Dave Hansen wrote: > On Thu, 2009-04-02 at 20:22 +0200, Nick Piggin wrote: > > On Wed, Mar 18, 2009 at 12:13:43PM -0700, Dave Hansen wrote: > > > On Thu, 2009-03-12 at 05:13 +0100, Nick Piggin wrote: > > > > On Wed, Mar 11, 2009 at 03:11:17PM -0700, Dave Hansen wrote: > > > > > I'm feeling a bit better about these, although I am still honestly quite > > > > > afraid of the barriers. I also didn't like all the #ifdefs much, but > > > > > here's some help on that. > > > > > > > > FWIW, we have this in suse kernels because page fault performance was > > > > so bad compared with SLES10. mnt_want_write & co was I think the 2nd > > > > biggest offender for file backed mappings (after pvops). I think we're > > > > around parity again even with pvops. > > > > > > Page faults themselves? Which path was that from? > > > > Yes. file_update_time. > > We should be able to use your mnt_clone_write() optimization separate > from the mnt_want_write() speedup here, right? Yes that should work here. -- 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/