Re: [PATCH 1/2] swap: allow swap readahead to be merged
From: Rik van Riel <hidden>
Date: 2012-05-15 17:43:54
On 05/14/2012 07:58 AM, ehrhardt@linux.vnet.ibm.com wrote:
From: Christian Ehrhardt<redacted> Swap readahead works fine, but the I/O to disk is almost always done in page size requests, despite the fact that readahead submits 1<<page-cluster pages at a time. On older kernels the old per device plugging behavior might have captured this and merged the requests, but currently all comes down to much more I/Os than required. On a single device this might not be an issue, but as soon as a server runs on shared san resources savin I/Os not only improves swapin throughput but also provides a lower resource utilization.
Signed-off-by: Christian Ehrhardt<redacted>
Acked-by: Rik van Riel <redacted> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>