Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752803AbYK2Giu (ORCPT ); Sat, 29 Nov 2008 01:38:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750836AbYK2Gih (ORCPT ); Sat, 29 Nov 2008 01:38:37 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:47800 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750701AbYK2Gig (ORCPT ); Sat, 29 Nov 2008 01:38:36 -0500 Date: Sat, 29 Nov 2008 01:38:17 -0500 From: Christoph Hellwig To: Peter Zijlstra Cc: Ingo Molnar , Eric Dumazet , David Miller , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, kernel-testers@vger.kernel.org, Mike Galbraith , Linux Netdev List , Christoph Lameter , Christoph Hellwig Subject: Re: [PATCH 0/6] fs: Scalability of sockets/pipes allocation/deallocation on SMP Message-ID: <20081129063816.GA869@infradead.org> References: <49267694.1030506@cosmosbay.com> <20081121.010508.40225532.davem@davemloft.net> <4926AEDB.10007@cosmosbay.com> <4926D022.5060008@cosmosbay.com> <20081121152148.GA20388@elte.hu> <4926D39D.9050603@cosmosbay.com> <20081121153453.GA23713@elte.hu> <492DDB6A.8090806@cosmosbay.com> <20081128180318.GL10487@elte.hu> <1227898076.7392.16.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1227898076.7392.16.camel@twins> User-Agent: Mutt/1.5.18 (2008-05-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 743 Lines: 17 On Fri, Nov 28, 2008 at 07:47:56PM +0100, Peter Zijlstra wrote: > > Wow, that's incredibly impressive! :-) > > Yeah, we got a similar speedup on -rt by pushing those super-block files > list into per-cpu lists and doing crazy locking on them. > > Of course avoiding them all together, like done here is a nicer option > but is sadly not a possibility for regular files (until hch gets around > to removing the need for the list). We should have finished this long ago, thanks for the reminder. -- 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/