Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932171AbWE3I3D (ORCPT ); Tue, 30 May 2006 04:29:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932180AbWE3I3C (ORCPT ); Tue, 30 May 2006 04:29:02 -0400 Received: from mail.clusterfs.com ([206.168.112.78]:25301 "EHLO mail.clusterfs.com") by vger.kernel.org with ESMTP id S932171AbWE3I3A (ORCPT ); Tue, 30 May 2006 04:29:00 -0400 From: Nikita Danilov MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17532.305.602559.660069@gargle.gargle.HOWL> Date: Tue, 30 May 2006 12:24:17 +0400 To: Nick Piggin Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, mason@suse.com, andrea@suse.de, hugh@veritas.com, axboe@suse.de Subject: Re: [rfc][patch] remove racy sync_page? Newsgroups: gmane.linux.kernel,gmane.linux.kernel.mm In-Reply-To: <447BD63D.2080900@yahoo.com.au> References: <447AC011.8050708@yahoo.com.au> <20060529121556.349863b8.akpm@osdl.org> <447B8CE6.5000208@yahoo.com.au> <20060529183201.0e8173bc.akpm@osdl.org> <447BB3FD.1070707@yahoo.com.au> <447BD31E.7000503@yahoo.com.au> <447BD63D.2080900@yahoo.com.au> X-Mailer: VM 7.17 under 21.5 (patch 17) "chayote" (+CVS-20040321) XEmacs Lucid Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 988 Lines: 28 Nick Piggin writes: > Nick Piggin wrote: > > Linus Torvalds wrote: > > > >> > >> Why do you think the IO layer should get larger requests? > > > > > > For workloads where plugging helps (ie. lots of smaller, contiguous > > requests going into the IO layer), should be pretty good these days > > due to multiple readahead and writeback. > > Let me try again. > > For workloads where plugging helps (ie. lots of smaller, contiguous > requests going into the IO layer), the request pattern should be > pretty good without plugging these days, due to multiple page > readahead and writeback. Pageout by VM scanner doesn't benefit from those, and it is still quite important in some workloads (e.g., mmap intensive). Nikita. - 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/