The Future of the Linux Page Cache

linux conf au 2017 - Hobart, Australia
linux conf au 2017 - Hobart, Australia
8 هزار بار بازدید - 8 سال پیش - Matthew Wilcox
Matthew Wilcox
http://linux.conf.au/schedule/present...
The page cache is one of the most important parts of the Linux kernel. Sitting at the intersection of memory management and filesystems, it is used for all buffered I/O and mmap. Every file is stored in the page cache.
Persistent Memory and Transparent Huge Pages are two recent features that require an enhanced page cache. For Persistent Memory, the page cache needs to be able to store entries which are not actually pages at all, but merely provide information about the underlying Persistent Memory. For Transparent Huge Pages, the page cache needs to understand that one huge page represents a larger chunk of the file than a regular page. On server-class machines, Persistent Memory is available in such large quantities that both Persistent Memory and Transparent Huge Pages must be used to manage memory efficiently.
This talk will show how we are enhancing the page cache (and the radix tree underlying it) to handle new technologies which are almost or already upon us. Attendees will come away with a better understanding of how this vital piece of the kernel works and how they can use it more effectively.
8 سال پیش در تاریخ 1395/10/30 منتشر شده است.
8,097 بـار بازدید شده
... بیشتر