index.rst 793 字节
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
   path-lookup
21 22
   api-summary
   splice
23 24
   locking
   directory-locking
25

26
Filesystem support layers
27 28
=========================

29 30
Documentation for the support code within the filesystem layer for use in
filesystem implementations.
31 32

.. toctree::
33
   :maxdepth: 2
34

35 36
   journalling
   fscrypt