Re: [PATCH 1/3] readahead: drop behind

2007-07-24 Thread Eric St-Laurent
On Sat, 2007-21-07 at 23:00 +0200, Peter Zijlstra wrote: > Use the read-ahead code to provide hints to page reclaim. > > This patch has the potential to solve the streaming-IO trashes my > desktop problem. > > It tries to aggressively reclaim pages that were loaded in a strong > sequential patte

Re: [PATCH 1/3] readahead: drop behind

2007-07-21 Thread Eric St-Laurent
On Sat, 2007-21-07 at 23:00 +0200, Peter Zijlstra wrote: > plain text document attachment (readahead-useonce.patch) > Use the read-ahead code to provide hints to page reclaim. > > This patch has the potential to solve the streaming-IO trashes my > desktop problem. > > It tries to aggressively rec

Re: [PATCH 1/3] readahead: drop behind

2007-07-21 Thread Peter Zijlstra
On Sat, 2007-07-21 at 16:59 -0400, Eric St-Laurent wrote: > > They are against git of a few hours ago and the latest readahead patches > > from Wu (which don't apply cleanly either, but the rejects are trivial). > > > > > It would be useful to have a temporary /proc tunable to enable/disable > > >

Re: [PATCH 1/3] readahead: drop behind

2007-07-21 Thread Eric St-Laurent
> They are against git of a few hours ago and the latest readahead patches > from Wu (which don't apply cleanly either, but the rejects are trivial). > > > It would be useful to have a temporary /proc tunable to enable/disable > > the heuristic to help test the effects. > > Right, I had such a p

Re: [PATCH 1/3] readahead: drop behind

2007-07-21 Thread Peter Zijlstra
On Sat, 2007-07-21 at 16:29 -0400, Eric St-Laurent wrote: > On Sat, 2007-21-07 at 23:00 +0200, Peter Zijlstra wrote: > > plain text document attachment (readahead-useonce.patch) > > Use the read-ahead code to provide hints to page reclaim. > > > > This patch has the potential to solve the streamin

[PATCH 1/3] readahead: drop behind

2007-07-21 Thread Peter Zijlstra
Use the read-ahead code to provide hints to page reclaim. This patch has the potential to solve the streaming-IO trashes my desktop problem. It tries to aggressively reclaim pages that were loaded in a strong sequential pattern and have been consumed. Thereby limiting the damage to the current re