Documentation/mm/page_cache.rst

Source file repositories/reference/linux-study-clean/Documentation/mm/page_cache.rst

File Facts

System
Linux kernel
Corpus path
Documentation/mm/page_cache.rst
Extension
.rst
Size
371 bytes
Lines
16
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

.. SPDX-License-Identifier: GPL-2.0

==========
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

Annotation

Implementation Notes