On Sat, 17 Aug 2013 15:31:14 -0400 Johannes Weiner <hannes@xxxxxxxxxxx> wrote: > This series solves the problem by maintaining a history of pages > evicted from the inactive list, enabling the VM to tell streaming IO > from thrashing and rebalance the page cache lists when appropriate. I can't say I'm loving the patchset. It adds significant bloat to the inode (of all things!), seems to add some runtime overhead and certainly adds boatloads of complexity. In return for which we get... well, I don't know what we get - no data was included. It had better be good! To aid in this decision, please go through the patchset and calculate and itemize the overhead: increased inode size, increased radix-tree consumption, lengthier code paths, anything else I missed Others can make their own judgements regarding complexity increase. Then please carefully describe the benefits, then see if you can convince us that one is worth the other! -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>