[Devel] Re: [PATCH 4/5] blk-throttle: track buffered and anonymous pages

2011-02-24 Thread Chad Talbott
On Tue, Feb 22, 2011 at 9:12 AM, Andrea Righi ari...@develer.com wrote: Add the tracking of buffered (writeback) and anonymous pages. ... ---  block/blk-throttle.c   |   87 +++-  include/linux/blkdev.h |   26 ++-  2 files changed, 111

[Devel] Re: [PATCH 4/5] blk-throttle: track buffered and anonymous pages

2011-02-23 Thread Andrea Righi
On Tue, Feb 22, 2011 at 07:07:19PM -0500, Vivek Goyal wrote: On Wed, Feb 23, 2011 at 12:05:34AM +0100, Andrea Righi wrote: On Tue, Feb 22, 2011 at 04:00:30PM -0500, Vivek Goyal wrote: On Tue, Feb 22, 2011 at 06:12:55PM +0100, Andrea Righi wrote: Add the tracking of buffered (writeback)

[Devel] Re: [PATCH 4/5] blk-throttle: track buffered and anonymous pages

2011-02-22 Thread Andrea Righi
On Tue, Feb 22, 2011 at 10:42:41AM -0800, Chad Talbott wrote: On Tue, Feb 22, 2011 at 9:12 AM, Andrea Righi ari...@develer.com wrote: Add the tracking of buffered (writeback) and anonymous pages. ... ---  block/blk-throttle.c   |   87 +++-  

[Devel] Re: [PATCH 4/5] blk-throttle: track buffered and anonymous pages

2011-02-22 Thread Vivek Goyal
On Tue, Feb 22, 2011 at 10:42:41AM -0800, Chad Talbott wrote: On Tue, Feb 22, 2011 at 9:12 AM, Andrea Righi ari...@develer.com wrote: Add the tracking of buffered (writeback) and anonymous pages. ... ---  block/blk-throttle.c   |   87 +++-  

[Devel] Re: [PATCH 4/5] blk-throttle: track buffered and anonymous pages

2011-02-22 Thread Vivek Goyal
On Tue, Feb 22, 2011 at 06:12:55PM +0100, Andrea Righi wrote: Add the tracking of buffered (writeback) and anonymous pages. Dirty pages in the page cache can be processed asynchronously by the per-bdi flusher kernel threads or by any other thread in the system, according to the writeback

[Devel] Re: [PATCH 4/5] blk-throttle: track buffered and anonymous pages

2011-02-22 Thread Andrea Righi
On Tue, Feb 22, 2011 at 03:49:28PM -0500, Vivek Goyal wrote: On Tue, Feb 22, 2011 at 10:42:41AM -0800, Chad Talbott wrote: On Tue, Feb 22, 2011 at 9:12 AM, Andrea Righi ari...@develer.com wrote: Add the tracking of buffered (writeback) and anonymous pages. ... ---  

[Devel] Re: [PATCH 4/5] blk-throttle: track buffered and anonymous pages

2011-02-22 Thread Andrea Righi
On Tue, Feb 22, 2011 at 04:00:30PM -0500, Vivek Goyal wrote: On Tue, Feb 22, 2011 at 06:12:55PM +0100, Andrea Righi wrote: Add the tracking of buffered (writeback) and anonymous pages. Dirty pages in the page cache can be processed asynchronously by the per-bdi flusher kernel threads or

[Devel] Re: [PATCH 4/5] blk-throttle: track buffered and anonymous pages

2011-02-22 Thread Vivek Goyal
On Wed, Feb 23, 2011 at 12:05:34AM +0100, Andrea Righi wrote: On Tue, Feb 22, 2011 at 04:00:30PM -0500, Vivek Goyal wrote: On Tue, Feb 22, 2011 at 06:12:55PM +0100, Andrea Righi wrote: Add the tracking of buffered (writeback) and anonymous pages. Dirty pages in the page cache can be