From: Wu Fengguang Date: Sun, 12 Jun 2011 01:21:43 +0000 (-0600) Subject: writeback: limit max dirty pause time X-Git-Tag: v3.2-rc1~23^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8462cc9de9e92264ec647903772f6036a99b286;p=pandora-kernel.git writeback: limit max dirty pause time Apply two policies to scale down the max pause time for 1) small number of concurrent dirtiers 2) small memory system (comparing to storage bandwidth) MAX_PAUSE=200ms may only be suitable for high end servers with lots of concurrent dirtiers, where the large pause time can reduce much overheads. Otherwise, smaller pause time is desirable whenever possible, so as to get good responsiveness and smooth user experiences. It's actually required for good disk utilization in the case when all the dirty pages can be synced to disk within MAX_PAUSE=200ms. Signed-off-by: Wu Fengguang --- Reading git-diff-tree failed