I/O scheduler
Posted Aug 16, 2007 12:51 UTC (Thu) by
corbet (editor, #1)
In reply to:
Smarter write throttling by edschofield
Parent article:
Smarter write throttling
Because there is a gap between when a page is dirtied and when it gets to the I/O scheduler. Pages are not scheduled for writeback immediately upon dirtying - that's the page cache in action. So, by the time the I/O scheduler gets involved, it's too late to keep more pages from being dirtied.
(
Log in to post comments)