index.rst 947 字节
Newer Older
1 2 3
===============================
Filesystems in the Linux kernel
===============================
4

5 6 7 8
This under-development manual will, some glorious day, provide
comprehensive information on how the Linux virtual filesystem (VFS) layer
works, along with the filesystems that sit below it.  For now, what we have
can be found below.
9

10
Core VFS documentation
11 12
======================

13 14
See these manuals for documentation about the VFS layer itself and how its
algorithms work.
15

16 17
.. toctree::
   :maxdepth: 2
18

19
   vfs
20 21 22
   path-lookup.rst
   api-summary
   splice
23

24
Filesystem support layers
25 26
=========================

27 28
Documentation for the support code within the filesystem layer for use in
filesystem implementations.
29 30

.. toctree::
31
   :maxdepth: 2
32

33 34
   journalling
   fscrypt
35

36 37
Filesystem-specific documentation
=================================
38

39
Documentation for individual filesystem types can be found here.
40 41 42 43

.. toctree::
   :maxdepth: 2

44
   binderfs.rst