[RFC 0/4] free reclaimed pages by paging out instantly

2013-05-12 Thread Minchan Kim
Normally, I/O completed pages for reclaim would be rotated into inactive LRU tail. IMHO, the why we did is we can't remove the page from page cache and (swap cache, swap slot) by locking problem. So for reclaiming the I/O completed pages, we need one more iteration of reclaim and it could make

[RFC 0/4] free reclaimed pages by paging out instantly

2013-05-12 Thread Minchan Kim
Normally, I/O completed pages for reclaim would be rotated into inactive LRU tail. IMHO, the why we did is we can't remove the page from page cache and (swap cache, swap slot) by locking problem. So for reclaiming the I/O completed pages, we need one more iteration of reclaim and it could make