Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 1 | .. _filesystems_index: |
| 2 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 3 | =============================== |
| 4 | Filesystems in the Linux kernel |
| 5 | =============================== |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 7 | This under-development manual will, some glorious day, provide |
| 8 | comprehensive information on how the Linux virtual filesystem (VFS) layer |
| 9 | works, along with the filesystems that sit below it. For now, what we have |
| 10 | can be found below. |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 11 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 12 | Core VFS documentation |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 13 | ====================== |
| 14 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 15 | See these manuals for documentation about the VFS layer itself and how its |
| 16 | algorithms work. |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 17 | |
| 18 | .. toctree:: |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 19 | :maxdepth: 2 |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 20 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 21 | vfs |
| 22 | path-lookup |
| 23 | api-summary |
| 24 | splice |
| 25 | locking |
| 26 | directory-locking |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 27 | devpts |
| 28 | dnotify |
| 29 | fiemap |
| 30 | files |
| 31 | locks |
| 32 | mandatory-locking |
| 33 | mount_api |
| 34 | quota |
| 35 | seq_file |
| 36 | sharedsubtree |
| 37 | |
| 38 | automount-support |
| 39 | |
| 40 | caching/index |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 41 | |
| 42 | porting |
| 43 | |
| 44 | Filesystem support layers |
| 45 | ========================= |
| 46 | |
| 47 | Documentation for the support code within the filesystem layer for use in |
| 48 | filesystem implementations. |
| 49 | |
| 50 | .. toctree:: |
| 51 | :maxdepth: 2 |
| 52 | |
| 53 | journalling |
| 54 | fscrypt |
| 55 | fsverity |
| 56 | |
| 57 | Filesystems |
| 58 | =========== |
| 59 | |
| 60 | Documentation for filesystem implementations. |
| 61 | |
| 62 | .. toctree:: |
| 63 | :maxdepth: 2 |
| 64 | |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 65 | 9p |
| 66 | adfs |
| 67 | affs |
| 68 | afs |
| 69 | autofs |
| 70 | autofs-mount-control |
| 71 | befs |
| 72 | bfs |
| 73 | btrfs |
| 74 | cifs/cifsroot |
| 75 | ceph |
| 76 | coda |
| 77 | configfs |
| 78 | cramfs |
| 79 | debugfs |
| 80 | dlmfs |
| 81 | ecryptfs |
| 82 | efivarfs |
| 83 | erofs |
| 84 | ext2 |
| 85 | ext3 |
| 86 | f2fs |
| 87 | gfs2 |
| 88 | gfs2-uevents |
| 89 | gfs2-glocks |
| 90 | hfs |
| 91 | hfsplus |
| 92 | hpfs |
| 93 | fuse |
| 94 | fuse-io |
| 95 | inotify |
| 96 | isofs |
| 97 | nilfs2 |
| 98 | nfs/index |
| 99 | ntfs |
| 100 | ocfs2 |
| 101 | ocfs2-online-filecheck |
| 102 | omfs |
| 103 | orangefs |
| 104 | overlayfs |
| 105 | proc |
| 106 | qnx6 |
| 107 | ramfs-rootfs-initramfs |
| 108 | relay |
| 109 | romfs |
| 110 | spufs/index |
| 111 | squashfs |
| 112 | sysfs |
| 113 | sysv-fs |
| 114 | tmpfs |
| 115 | ubifs |
| 116 | ubifs-authentication.rst |
| 117 | udf |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 118 | virtiofs |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 119 | vfat |
| 120 | xfs-delayed-logging-design |
| 121 | xfs-self-describing-metadata |
| 122 | zonefs |