From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: [PATCH 0/5] dirty throttling bits for 3.3 Date: Mon, 21 Nov 2011 21:03:42 +0800 Message-ID: <20111121130342.211953629@intel.com> Cc: Jan Kara To: Return-path: Received: from mga14.intel.com ([143.182.124.37]:34820 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753074Ab1KUNPi (ORCPT ); Mon, 21 Nov 2011 08:15:38 -0500 cc: Peter Zijlstra CC: Christoph Hellwig cc: Andrew Morton Cc: Wu Fengguang , LKML Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, I'd like to push these 5 dirty throttling improvements to linux-next, targeting for inclusion in Linux 3.3. It's a comfortably small series for review ;) And there are no changes since the last v12 post. (I went through them once again but find nothing to change.) [PATCH 1/5] writeback: balanced_rate cannot exceed write bandwidth [PATCH 2/5] writeback: charge leaked page dirties to active tasks [PATCH 3/5] writeback: fix dirtied pages accounting on sub-page writes [PATCH 4/5] writeback: fix dirtied pages accounting on redirty [PATCH 5/5] writeback: dirty ratelimit - think time compensation include/linux/sched.h | 1 include/linux/writeback.h | 4 + include/trace/events/writeback.h | 14 ++++-- kernel/exit.c | 2 kernel/fork.c | 1 mm/page-writeback.c | 64 ++++++++++++++++++++++++++--- 6 files changed, 77 insertions(+), 9 deletions(-) Thanks, Fengguang