powerpc/mm: Fix section mismatch warning
[linux-2.6-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
4064174b
JC
19 path-lookup.rst
20 api-summary
21 splice
90f9f118 22
4064174b 23Filesystem support layers
90f9f118
MCC
24=========================
25
4064174b
JC
26Documentation for the support code within the filesystem layer for use in
27filesystem implementations.
f4f864c1
EB
28
29.. toctree::
4064174b 30 :maxdepth: 2
942104a2 31
4064174b
JC
32 journalling
33 fscrypt
942104a2 34
4064174b
JC
35Filesystem-specific documentation
36=================================
942104a2 37
4064174b 38Documentation for individual filesystem types can be found here.
7bbfd9ad
N
39
40.. toctree::
41 :maxdepth: 2
42
35283f56 43 binderfs.rst