git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53cd9ae
)
[PATCH] splice: improve writeback and clean up page stealing
author
Jens Axboe
<axboe@suse.de>
Sun, 2 Apr 2006 21:04:46 +0000
(23:04 +0200)
committer
Jens Axboe
<axboe@suse.de>
Sun, 2 Apr 2006 21:04:46 +0000
(23:04 +0200)
By cleaning up the writeback logic (killing write_one_page() and the manual
set_page_dirty()), we can get rid of ->stolen inside the pipe_buffer and
just keep it local in pipe_to_file().
This also adds dirty page balancing logic and O_SYNC handling.
Signed-off-by: Jens Axboe <axboe@suse.de>
No differences found