index.rst 990 字节
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 27
   porting

28
Filesystem support layers
29 30
=========================

31 32
Documentation for the support code within the filesystem layer for use in
filesystem implementations.
33 34

.. toctree::
35
   :maxdepth: 2
36

37 38
   journalling
   fscrypt
39
   fsverity
40 41 42 43 44 45 46 47 48

Filesystems
===========

Documentation for filesystem implementations.

.. toctree::
   :maxdepth: 2

49
   9p
50
   autofs
51
   fuse
52
   overlayfs
53
   virtiofs
54
   vfat
55
   nfs/index