2019-02-20 22:29:36 +00:00
|
|
|
===============================
|
|
|
|
Filesystems in the Linux kernel
|
|
|
|
===============================
|
2017-05-12 09:50:22 +00:00
|
|
|
|
2019-02-20 22:29:36 +00: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 09:50:22 +00:00
|
|
|
|
2019-02-20 22:29:36 +00:00
|
|
|
Core VFS documentation
|
2017-05-12 09:50:22 +00:00
|
|
|
======================
|
|
|
|
|
2019-02-20 22:29:36 +00:00
|
|
|
See these manuals for documentation about the VFS layer itself and how its
|
|
|
|
algorithms work.
|
2017-05-12 09:50:22 +00:00
|
|
|
|
2019-02-20 22:29:36 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2017-05-12 09:50:22 +00:00
|
|
|
|
2019-05-15 00:29:13 +00:00
|
|
|
vfs
|
2019-06-26 13:35:11 +00:00
|
|
|
path-lookup
|
2019-02-20 22:29:36 +00:00
|
|
|
api-summary
|
|
|
|
splice
|
2019-07-26 12:51:27 +00:00
|
|
|
locking
|
|
|
|
directory-locking
|
2017-05-12 09:50:22 +00:00
|
|
|
|
2019-07-26 12:51:28 +00:00
|
|
|
porting
|
|
|
|
|
2019-02-20 22:29:36 +00:00
|
|
|
Filesystem support layers
|
2017-05-12 09:50:22 +00:00
|
|
|
=========================
|
|
|
|
|
2019-02-20 22:29:36 +00:00
|
|
|
Documentation for the support code within the filesystem layer for use in
|
|
|
|
filesystem implementations.
|
2017-10-29 10:30:14 +00:00
|
|
|
|
|
|
|
.. toctree::
|
2019-02-20 22:29:36 +00:00
|
|
|
:maxdepth: 2
|
2018-12-09 22:58:37 +00:00
|
|
|
|
2019-02-20 22:29:36 +00:00
|
|
|
journalling
|
|
|
|
fscrypt
|
2019-07-22 16:26:20 +00:00
|
|
|
fsverity
|
2019-08-29 13:41:04 +00:00
|
|
|
|
|
|
|
Filesystems
|
|
|
|
===========
|
|
|
|
|
|
|
|
Documentation for filesystem implementations.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2019-11-17 17:24:34 +00:00
|
|
|
autofs
|
2019-08-29 13:41:04 +00:00
|
|
|
virtiofs
|