1=============================== 2Filesystems in the Linux kernel 3=============================== 4 5This under-development manual will, some glorious day, provide 6comprehensive information on how the Linux virtual filesystem (VFS) layer 7works, along with the filesystems that sit below it. For now, what we have 8can be found below. 9 10Core VFS documentation 11====================== 12 13See these manuals for documentation about the VFS layer itself and how its 14algorithms work. 15 16.. toctree:: 17 :maxdepth: 2 18 19 path-lookup.rst 20 api-summary 21 splice 22 23Filesystem support layers 24========================= 25 26Documentation for the support code within the filesystem layer for use in 27filesystem implementations. 28 29.. toctree:: 30 :maxdepth: 2 31 32 journalling 33 fscrypt 34 35Filesystem-specific documentation 36================================= 37 38Documentation for individual filesystem types can be found here. 39 40.. toctree:: 41 :maxdepth: 2 42 43 binderfs.rst 44