memory mapped files, basics: if page swapped in, easy peasy if not, page-fault and do what? both mmap and buffered syscalls hit the page cache. on a page cache miss, the subsequent stack for I/O is common. page cache -> filesystems -> block layer -> driver -> disk — —…