From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754326Ab1DSDKX (ORCPT ); Mon, 18 Apr 2011 23:10:23 -0400 Received: from mga01.intel.com ([192.55.52.88]:6529 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754184Ab1DSDKU (ORCPT ); Mon, 18 Apr 2011 23:10:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,236,1301900400"; d="scan'208";a="911423202" Message-Id: <20110419030003.108796967@intel.com> User-Agent: quilt/0.48-1 Date: Tue, 19 Apr 2011 11:00:03 +0800 From: Wu Fengguang To: Andrew Morton cc: Jan Kara , Mel Gorman cc: Dave Chinner cc: Trond Myklebust cc: Itaru Kitayama CC: Minchan Kim Cc: Wu Fengguang , LKML cc: , Linux Memory Management List Subject: [PATCH 0/6] writeback: moving expire targets for background/kupdate works Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrew, This aims to reduce possible pageout() calls by making the flusher concentrate a bit more on old/expired dirty inodes. Patches 04, 05 have been updated since last post, please review. The concerns from last review have been addressed. It runs fine on simple workloads over ext3/4, xfs, btrfs and NFS. Trond, will you take the last patch? The fixed "bug" has no real impact for now. make dirty expire time a moving target [PATCH 1/6] writeback: pass writeback_control down to move_expired_inodes() [PATCH 2/6] writeback: the kupdate expire timestamp should be a moving target [PATCH 3/6] writeback: sync expired inodes first in background writeback loop condition fixes (the most tricky part) [PATCH 4/6] writeback: introduce writeback_control.inodes_cleaned [PATCH 5/6] writeback: try more writeback as long as something was written NFS fix [PATCH 6/6] NFS: return -EAGAIN when skipped commit in nfs_commit_unstable_pages() Thanks, Fengguang From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: [PATCH 0/6] writeback: moving expire targets for background/kupdate works Date: Tue, 19 Apr 2011 11:00:03 +0800 Message-ID: <20110419030003.108796967@intel.com> Cc: Jan Kara , Mel Gorman To: Andrew Morton Return-path: cc: Dave Chinner cc: Trond Myklebust cc: Itaru Kitayama CC: Minchan Kim Cc: Wu Fengguang , LKML cc: , Linux Memory Management List Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org Andrew, This aims to reduce possible pageout() calls by making the flusher concentrate a bit more on old/expired dirty inodes. Patches 04, 05 have been updated since last post, please review. The concerns from last review have been addressed. It runs fine on simple workloads over ext3/4, xfs, btrfs and NFS. Trond, will you take the last patch? The fixed "bug" has no real impact for now. make dirty expire time a moving target [PATCH 1/6] writeback: pass writeback_control down to move_expired_inodes() [PATCH 2/6] writeback: the kupdate expire timestamp should be a moving target [PATCH 3/6] writeback: sync expired inodes first in background writeback loop condition fixes (the most tricky part) [PATCH 4/6] writeback: introduce writeback_control.inodes_cleaned [PATCH 5/6] writeback: try more writeback as long as something was written NFS fix [PATCH 6/6] NFS: return -EAGAIN when skipped commit in nfs_commit_unstable_pages() Thanks, Fengguang -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail203.messagelabs.com (mail203.messagelabs.com [216.82.254.243]) by kanga.kvack.org (Postfix) with SMTP id 30500900086 for ; Mon, 18 Apr 2011 23:10:22 -0400 (EDT) Message-Id: <20110419030003.108796967@intel.com> Date: Tue, 19 Apr 2011 11:00:03 +0800 From: Wu Fengguang Subject: [PATCH 0/6] writeback: moving expire targets for background/kupdate works Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Jan Kara , Mel Gorman , Dave Chinner , Trond Myklebust , Itaru Kitayama , Minchan Kim , Wu Fengguang , LKML , linux-fsdevel@vger.kernel.org, Linux Memory Management List Andrew, This aims to reduce possible pageout() calls by making the flusher concentrate a bit more on old/expired dirty inodes. Patches 04, 05 have been updated since last post, please review. The concerns from last review have been addressed. It runs fine on simple workloads over ext3/4, xfs, btrfs and NFS. Trond, will you take the last patch? The fixed "bug" has no real impact for now. make dirty expire time a moving target [PATCH 1/6] writeback: pass writeback_control down to move_expired_inodes() [PATCH 2/6] writeback: the kupdate expire timestamp should be a moving target [PATCH 3/6] writeback: sync expired inodes first in background writeback loop condition fixes (the most tricky part) [PATCH 4/6] writeback: introduce writeback_control.inodes_cleaned [PATCH 5/6] writeback: try more writeback as long as something was written NFS fix [PATCH 6/6] NFS: return -EAGAIN when skipped commit in nfs_commit_unstable_pages() Thanks, Fengguang -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org