docs: fs: convert docs without extension to ReST
[linux-block.git] / Documentation / filesystems / index.rst
CommitLineData
4064174b
JC
1===============================
2Filesystems in the Linux kernel
3===============================
90f9f118 4
4064174b
JC
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.
90f9f118 9
4064174b 10Core VFS documentation
90f9f118
MCC
11======================
12
4064174b
JC
13See these manuals for documentation about the VFS layer itself and how its
14algorithms work.
90f9f118 15
4064174b
JC
16.. toctree::
17 :maxdepth: 2
90f9f118 18
af96c1e3 19 vfs
7c116d22 20 path-lookup
4064174b
JC
21 api-summary
22 splice
ec23eb54
MCC
23 locking
24 directory-locking
90f9f118 25
4064174b 26Filesystem support layers
90f9f118
MCC
27=========================
28
4064174b
JC
29Documentation for the support code within the filesystem layer for use in
30filesystem implementations.
f4f864c1
EB
31
32.. toctree::
4064174b 33 :maxdepth: 2
942104a2 34
4064174b
JC
35 journalling
36 fscrypt