Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 371 Bytes

page_cache.rst

File metadata and controls

15 lines (11 loc) · 371 Bytes

Page Cache

The page cache is the primary way that the user and the rest of the kernel interact with filesystems. It can be bypassed (e.g. with O_DIRECT), but normal reads, writes and mmaps go through the page cache.

Folios

The folio is the unit of memory management within the page cache. Operations