From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 0/12] Avoid overflowing of stack during page reclaim V2 Date: Mon, 14 Jun 2010 11:10:11 -0400 Message-ID: <20100614151011.GA24948@infradead.org> References: <1276514273-27693-1-git-send-email-mel@csn.ul.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, Dave Chinner , Chris Mason , Nick Piggin , Rik van Riel , Johannes Weiner , Christoph Hellwig , KAMEZAWA Hiroyuki , Andrew Morton To: Mel Gorman Return-path: Content-Disposition: inline In-Reply-To: <1276514273-27693-1-git-send-email-mel@csn.ul.ie> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Jun 14, 2010 at 12:17:41PM +0100, Mel Gorman wrote: > This is a merging of two series - the first of which reduces stack usage > in page reclaim and the second which writes contiguous pages during reclaim > and avoids writeback in direct reclaimers. This stuff looks good to me from the filesystem POV. You might want to throw in a follow on patch to remove the PF_MEMALLOC checks from the various ->writepage methods.