From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 00/18] IO-less dirty throttling v11 Date: Wed, 28 Sep 2011 10:58:57 -0400 Message-ID: <20110928145857.GA15587@infradead.org> References: <20110904015305.367445271@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Peter Zijlstra , Andrew Morton , Jan Kara , Christoph Hellwig , Dave Chinner , Greg Thelen , Minchan Kim , Vivek Goyal , Andrea Righi , linux-mm , LKML To: Wu Fengguang Return-path: Content-Disposition: inline In-Reply-To: <20110904015305.367445271@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sun, Sep 04, 2011 at 09:53:05AM +0800, Wu Fengguang wrote: > Hi, > > Finally, the complete IO-less balance_dirty_pages(). NFS is observed to perform > better or worse depending on the memory size. Otherwise the added patches can > address all known regressions. > > git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback.git dirty-throttling-v11 > (to be updated; currently it contains a pre-release v11) Fengguang, is there any chance we could start doing just the IO-less balance_dirty_pages, but not all the subtile other changes? I.e. are the any known issues that make things work than current mainline if we only put in patches 1 to 6? We're getting close to another merge window, and we're still busy trying to figure out all the details of the bandwith estimation. I think we'd have a much more robust tree if we'd first only merge the infrastructure (IO-less balance_dirty_pages()) and then work on the algorithms separately.