Linux: Adaptive Readahead
,----[ Explanation - snippet ]
| "Readahead is a technique employed by the kernel in an attempt to improve
| file reading performance. If the kernel has reason to believe that a
| particular file is being read sequentially, it will attempt to read blocks
| from the file into memory before the application requests them.
`----
http://kerneltrap.org/node/6642
|
|