2019-02-21 06:29:36 +08:00
|
|
|
===============================
|
|
|
|
Filesystems in the Linux kernel
|
|
|
|
===============================
|
2017-05-12 17:50:22 +08:00
|
|
|
|
2019-02-21 06:29:36 +08: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 17:50:22 +08:00
|
|
|
|
2019-02-21 06:29:36 +08:00
|
|
|
Core VFS documentation
|
2017-05-12 17:50:22 +08:00
|
|
|
======================
|
|
|
|
|
2019-02-21 06:29:36 +08:00
|
|
|
See these manuals for documentation about the VFS layer itself and how its
|
|
|
|
algorithms work.
|
2017-05-12 17:50:22 +08:00
|
|
|
|
2019-02-21 06:29:36 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2017-05-12 17:50:22 +08:00
|
|
|
|
2019-05-15 08:29:13 +08:00
|
|
|
vfs
|
2019-06-26 21:35:11 +08:00
|
|
|
path-lookup
|
2019-02-21 06:29:36 +08:00
|
|
|
api-summary
|
|
|
|
splice
|
2019-07-26 20:51:27 +08:00
|
|
|
locking
|
|
|
|
directory-locking
|
2017-05-12 17:50:22 +08:00
|
|
|
|
2019-07-26 20:51:28 +08:00
|
|
|
porting
|
|
|
|
|
2019-02-21 06:29:36 +08:00
|
|
|
Filesystem support layers
|
2017-05-12 17:50:22 +08:00
|
|
|
=========================
|
|
|
|
|
2019-02-21 06:29:36 +08:00
|
|
|
Documentation for the support code within the filesystem layer for use in
|
|
|
|
filesystem implementations.
|
2017-10-29 18:30:14 +08:00
|
|
|
|
|
|
|
.. toctree::
|
2019-02-21 06:29:36 +08:00
|
|
|
:maxdepth: 2
|
2018-12-10 06:58:37 +08:00
|
|
|
|
2019-02-21 06:29:36 +08:00
|
|
|
journalling
|
|
|
|
fscrypt
|
2019-07-23 00:26:20 +08:00
|
|
|
fsverity
|
2019-08-29 21:41:04 +08:00
|
|
|
|
|
|
|
Filesystems
|
|
|
|
===========
|
|
|
|
|
|
|
|
Documentation for filesystem implementations.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2020-02-18 00:11:47 +08:00
|
|
|
9p
|
2020-02-18 00:11:48 +08:00
|
|
|
adfs
|
2020-02-18 00:11:49 +08:00
|
|
|
affs
|
2020-02-18 00:11:50 +08:00
|
|
|
afs
|
2019-11-18 01:24:34 +08:00
|
|
|
autofs
|
2020-02-18 00:11:51 +08:00
|
|
|
autofs-mount-control
|
2020-02-18 00:11:52 +08:00
|
|
|
befs
|
2020-02-18 00:11:53 +08:00
|
|
|
bfs
|
2020-02-18 00:11:54 +08:00
|
|
|
btrfs
|
2020-02-18 00:11:55 +08:00
|
|
|
ceph
|
2020-02-18 00:11:56 +08:00
|
|
|
cramfs
|
2020-02-18 00:11:57 +08:00
|
|
|
debugfs
|
2020-02-18 00:11:58 +08:00
|
|
|
dlmfs
|
2020-01-29 13:06:21 +08:00
|
|
|
fuse
|
2020-01-28 14:41:01 +08:00
|
|
|
overlayfs
|
2019-08-29 21:41:04 +08:00
|
|
|
virtiofs
|
2019-12-23 09:00:30 +08:00
|
|
|
vfat
|
2020-01-29 12:49:13 +08:00
|
|
|
nfs/index
|