Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266238AbTGDXvZ (ORCPT ); Fri, 4 Jul 2003 19:51:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266240AbTGDXvY (ORCPT ); Fri, 4 Jul 2003 19:51:24 -0400 Received: from ppp-217-133-42-200.cust-adsl.tiscali.it ([217.133.42.200]:52162 "EHLO dualathlon.random") by vger.kernel.org with ESMTP id S266238AbTGDXvT (ORCPT ); Fri, 4 Jul 2003 19:51:19 -0400 Date: Sat, 5 Jul 2003 02:05:44 +0200 From: Andrea Arcangeli To: Chris Mason Cc: Marcelo Tosatti , lkml , Alan Cox , Nick Piggin Subject: Re: Status of the IO scheduler fixes for 2.4 Message-ID: <20030705000544.GC23578@dualathlon.random> References: <1057197726.20903.1011.camel@tiny.suse.com> <1057354654.20903.1280.camel@tiny.suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1057354654.20903.1280.camel@tiny.suse.com> User-Agent: Mutt/1.4i X-GPG-Key: 1024D/68B9CB43 13D9 8355 295F 4823 7C49 C012 DFA1 686E 68B9 CB43 X-PGP-Key: 1024R/CB4660B9 CC A0 71 81 F4 A0 63 AC C0 4B 81 1D 8C 15 C8 E5 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 999 Lines: 21 On Fri, Jul 04, 2003 at 05:37:35PM -0400, Chris Mason wrote: > I've also attached a patch I've been working on to solve the latencies a > different way. bdflush-progress.diff changes balance_dirty to wait on > bdflush instead of trying to start io. It helps a lot here (both > throughput and latency) but hasn't yet been tested on a box with tons of > drives. that's orthogonal, it changes the write throttling, it doesn't touch the blkdev layer like the other patches does. So if it helps it solves a different kind of latencies. However the implementation in theory can run the box oom, since it won't limit the dirty buffers anymore. To be safe you need to wait 2 generations. I doubt in practice it would be easily reproducible though ;). Andrea - 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/