From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivek Goyal Subject: Re: [PATCH 00/27] IO-less dirty throttling v6 Date: Thu, 3 Mar 2011 15:48:27 -0500 Message-ID: <20110303204827.GJ16720@redhat.com> References: <20110303064505.718671603@intel.com> <20110303201226.GI16720@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , Jan Kara , Christoph Hellwig , Trond Myklebust , Dave Chinner , "Theodore Ts'o" , Chris Mason , Peter Zijlstra , Mel Gorman , Rik van Riel , KOSAKI Motohiro , Greg Thelen , Minchan Kim , Andrea Righi , Balbir Singh , linux-mm , linux-fsdevel@vger.kernel.org, LKML To: Wu Fengguang Return-path: Content-Disposition: inline In-Reply-To: <20110303201226.GI16720@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Mar 03, 2011 at 03:12:26PM -0500, Vivek Goyal wrote: > On Thu, Mar 03, 2011 at 02:45:05PM +0800, Wu Fengguang wrote: > > [..] > > - serve as simple IO controllers: if provide an interface for the user > > to set task_bw directly (by returning the user specified value > > directly at the beginning of dirty_throttle_bandwidth(), plus always > > throttle such tasks even under the background dirty threshold), we get > > a bandwidth based per-task async write IO controller; let the user > > scale up/down the @priority parameter in dirty_throttle_bandwidth(), > > we get a priority based IO controller. It's possible to extend the > > capabilities to the scope of cgroup, too. > > > > Hi Fengguang, > > Above simple IO controller capabilities sound interesting and I was > looking at the patch to figure out the details. > > You seem to be mentioning that user can explicitly set the upper rate > limit per task for async IO. Can't really figure that out where is the > interface for setting such upper limits. Can you please point me to that. Never mind. Jeff moyer pointed out that you mentioned above as possible future enhancements on top of this patchset. Thanks Vivek