diff options
Diffstat (limited to 'Documentation/filesystems/index.rst')
| -rw-r--r-- | Documentation/filesystems/index.rst | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 1131c34d77f6..ad6315a48d14 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -16,9 +16,14 @@ algorithms work. .. toctree:: :maxdepth: 2 - path-lookup.rst + vfs + path-lookup api-summary splice + locking + directory-locking + + porting Filesystem support layers ========================= @@ -31,13 +36,15 @@ filesystem implementations. journalling fscrypt + fsverity -Filesystem-specific documentation -================================= +Filesystems +=========== -Documentation for individual filesystem types can be found here. +Documentation for filesystem implementations. .. toctree:: :maxdepth: 2 - binderfs.rst + autofs + virtiofs |