Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 27 Nov 2002 06:31:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 27 Nov 2002 06:31:38 -0500 Received: from 5-106.ctame701-1.telepar.net.br ([200.193.163.106]:19376 "EHLO 5-106.ctame701-1.telepar.net.br") by vger.kernel.org with ESMTP id ; Wed, 27 Nov 2002 06:31:37 -0500 Date: Wed, 27 Nov 2002 09:38:37 -0200 (BRST) From: Rik van Riel X-X-Sender: riel@imladris.surriel.com To: Andrew Morton cc: lkml , Subject: Re: 2.5.49-mm2 In-Reply-To: <3DE48C4A.98979F0C@digeo.com> Message-ID: X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1421 Lines: 45 On Wed, 27 Nov 2002, Andrew Morton wrote: > +pf_memdie.patch > > Fix the PF_MEMDIE logic The first part of the patch looks suspicious. If PF_MEMALLOC is set we shouldn't be allowed to go into try_to_free_pages() in the first place, should we ? > +writeback-handle-memory-backed.patch > > Don't try to write out memory-backed filesystems at all Neat. Exactly the thing I was looking for for an O(1) VM optimisation, good to know it's possible in 2.5 ;) > simplified-vm-throttling.patch > Remove the final per-page throttling site in the VM > > page-reclaim-motion.patch > Move reclaimable pages to the tail ofthe inactive list on IO completion Very nice, though if you're worried about effective reclaiming you might be interested in Arjan's O(1) VM code, which I'll probably forward-port to 2.5 once I've got it properly tuned. > activate-unreleaseable-pages.patch > Move unreleasable pages onto the active list Interesting, does this make much difference ? cheers, Rik -- Bravely reimplemented by the knights who say "NIH". http://www.surriel.com/ http://guru.conectiva.com/ Current spamtrap: october@surriel.com - 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/