Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762976AbXJRKdv (ORCPT ); Thu, 18 Oct 2007 06:33:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760188AbXJRKdn (ORCPT ); Thu, 18 Oct 2007 06:33:43 -0400 Received: from mailhub.sw.ru ([195.214.233.200]:30831 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755726AbXJRKdm (ORCPT ); Thu, 18 Oct 2007 06:33:42 -0400 Message-ID: <4717367C.1040902@sw.ru> Date: Thu, 18 Oct 2007 14:33:32 +0400 From: Vasily Averin User-Agent: Thunderbird 1.5.0.10 (X11/20060911) MIME-Version: 1.0 To: Nick Piggin CC: Linux Kernel Mailing List , linux-ext4@vger.kernel.org, devel@openvz.org Subject: Re: How Inactive may be much greather than cached? References: <4716FC04.6070107@sw.ru> <200710181627.27827.nickpiggin@yahoo.com.au> <471707BD.4000203@sw.ru> <200710181727.01128.nickpiggin@yahoo.com.au> In-Reply-To: <200710181727.01128.nickpiggin@yahoo.com.au> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 21 Nick Piggin wrote: > Some filesystems, including I believe, ext3 with data=ordered, > can leave orphaned pages around after they have been truncated > out of the pagecache. These pages get left on the LRU and vmscan > reclaims them pretty easily. > > Try ext3 data=writeback, or even ext2. thanks, data=writeback helps. Resume: ext3 with data=ordered gets bh with data and moves it to journal transaction. If transaction handled immediately, ext3 frees bh on this page, and then frees this page. However if journal delays processing of this transaction, ext3 cannot free bh that is still busy. Later jbd layer decrements bh counter but it makes nothing with data page that is not freed and stays inactive. - 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/