2019-02-20 15:29:36 -07:00
===============================
Filesystems in the Linux kernel
===============================
2017-05-12 06:50:22 -03:00
2019-02-20 15:29:36 -07:00
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.
2017-05-12 06:50:22 -03:00
2019-02-20 15:29:36 -07:00
Core VFS documentation
2017-05-12 06:50:22 -03:00
======================
2019-02-20 15:29:36 -07:00
See these manuals for documentation about the VFS layer itself and how its
algorithms work.
2017-05-12 06:50:22 -03:00
2019-02-20 15:29:36 -07:00
.. toctree ::
:maxdepth: 2
2017-05-12 06:50:22 -03:00
2019-02-20 15:29:36 -07:00
path-lookup.rst
api-summary
splice
2017-05-12 06:50:22 -03:00
2019-02-20 15:29:36 -07:00
Filesystem support layers
2017-05-12 06:50:22 -03:00
=========================
2019-02-20 15:29:36 -07:00
Documentation for the support code within the filesystem layer for use in
filesystem implementations.
2017-10-29 06:30:14 -04:00
.. toctree ::
2019-02-20 15:29:36 -07:00
:maxdepth: 2
2018-12-10 09:58:37 +11:00
2019-02-20 15:29:36 -07:00
journalling
fscrypt
2018-12-10 09:58:37 +11:00
2019-02-20 15:29:36 -07:00
Filesystem-specific documentation
=================================
2018-12-10 09:58:37 +11:00
2019-02-20 15:29:36 -07:00
Documentation for individual filesystem types can be found here.
2018-12-05 10:02:51 +11:00
.. toctree ::
:maxdepth: 2
2019-01-11 14:40:59 +01:00
binderfs.rst