1 ===============================
2 Filesystems in the Linux kernel
3 ===============================
5 This under-development manual will, some glorious day, provide
6 comprehensive information on how the Linux virtual filesystem (VFS) layer
7 works, along with the filesystems that sit below it. For now, what we have
10 Core VFS documentation
11 ======================
13 See these manuals for documentation about the VFS layer itself and how its
28 Filesystem support layers
29 =========================
31 Documentation for the support code within the filesystem layer for use in
32 filesystem implementations.
44 Documentation for filesystem implementations.