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