Table of Contents

About

All data accessed from files on the system that are performed through the use of read() and write() system calls, pass through the file system buffer cache.

This buffer cache greatly speeds up disk access because recently accessed files can be served quickly from this RAM based cache, instead of reading then from or writing them to the physical hard disk.

This cache is shared between all of the physical block devices.

Documentation / Reference