mtd: spi-nor: Move ISSI bits out of core.c
[linux/fpc-iii.git] / Documentation / filesystems / index.rst
blob386eaad008b2001379080a2cbbe92bb21c891861
1 ===============================
2 Filesystems in the Linux kernel
3 ===============================
5 This under-development manual will, some glorious day, provide
6 comprehensive information on how the Linux virtual filesystem (VFS) layer
7 works, along with the filesystems that sit below it.  For now, what we have
8 can be found below.
10 Core VFS documentation
11 ======================
13 See these manuals for documentation about the VFS layer itself and how its
14 algorithms work.
16 .. toctree::
17    :maxdepth: 2
19    vfs
20    path-lookup
21    api-summary
22    splice
23    locking
24    directory-locking
26    porting
28 Filesystem support layers
29 =========================
31 Documentation for the support code within the filesystem layer for use in
32 filesystem implementations.
34 .. toctree::
35    :maxdepth: 2
37    journalling
38    fscrypt
39    fsverity
41 Filesystems
42 ===========
44 Documentation for filesystem implementations.
46 .. toctree::
47    :maxdepth: 2
49    autofs
50    fuse
51    overlayfs
52    virtiofs
53    vfat