diff options
Diffstat (limited to 'Documentation/filesystems/00-INDEX')
-rw-r--r-- | Documentation/filesystems/00-INDEX | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Documentation/filesystems/00-INDEX b/Documentation/filesystems/00-INDEX index f15621ee5599..4303614b5add 100644 --- a/Documentation/filesystems/00-INDEX +++ b/Documentation/filesystems/00-INDEX | |||
@@ -1,7 +1,5 @@ | |||
1 | 00-INDEX | 1 | 00-INDEX |
2 | - this file (info on some of the filesystems supported by linux). | 2 | - this file (info on some of the filesystems supported by linux). |
3 | Exporting | ||
4 | - explanation of how to make filesystems exportable. | ||
5 | Locking | 3 | Locking |
6 | - info on locking rules as they pertain to Linux VFS. | 4 | - info on locking rules as they pertain to Linux VFS. |
7 | 9p.txt | 5 | 9p.txt |
@@ -18,6 +16,8 @@ befs.txt | |||
18 | - information about the BeOS filesystem for Linux. | 16 | - information about the BeOS filesystem for Linux. |
19 | bfs.txt | 17 | bfs.txt |
20 | - info for the SCO UnixWare Boot Filesystem (BFS). | 18 | - info for the SCO UnixWare Boot Filesystem (BFS). |
19 | ceph.txt | ||
20 | - info for the Ceph Distributed File System | ||
21 | cifs.txt | 21 | cifs.txt |
22 | - description of the CIFS filesystem. | 22 | - description of the CIFS filesystem. |
23 | coda.txt | 23 | coda.txt |
@@ -34,8 +34,12 @@ dlmfs.txt | |||
34 | - info on the userspace interface to the OCFS2 DLM. | 34 | - info on the userspace interface to the OCFS2 DLM. |
35 | dnotify.txt | 35 | dnotify.txt |
36 | - info about directory notification in Linux. | 36 | - info about directory notification in Linux. |
37 | dnotify_test.c | ||
38 | - example program for dnotify | ||
37 | ecryptfs.txt | 39 | ecryptfs.txt |
38 | - docs on eCryptfs: stacked cryptographic filesystem for Linux. | 40 | - docs on eCryptfs: stacked cryptographic filesystem for Linux. |
41 | exofs.txt | ||
42 | - info, usage, mount options, design about EXOFS. | ||
39 | ext2.txt | 43 | ext2.txt |
40 | - info, mount options and specifications for the Ext2 filesystem. | 44 | - info, mount options and specifications for the Ext2 filesystem. |
41 | ext3.txt | 45 | ext3.txt |
@@ -62,16 +66,14 @@ jfs.txt | |||
62 | - info and mount options for the JFS filesystem. | 66 | - info and mount options for the JFS filesystem. |
63 | locks.txt | 67 | locks.txt |
64 | - info on file locking implementations, flock() vs. fcntl(), etc. | 68 | - info on file locking implementations, flock() vs. fcntl(), etc. |
69 | logfs.txt | ||
70 | - info on the LogFS flash filesystem. | ||
65 | mandatory-locking.txt | 71 | mandatory-locking.txt |
66 | - info on the Linux implementation of Sys V mandatory file locking. | 72 | - info on the Linux implementation of Sys V mandatory file locking. |
67 | ncpfs.txt | 73 | ncpfs.txt |
68 | - info on Novell Netware(tm) filesystem using NCP protocol. | 74 | - info on Novell Netware(tm) filesystem using NCP protocol. |
69 | nfs41-server.txt | 75 | nfs/ |
70 | - info on the Linux server implementation of NFSv4 minor version 1. | 76 | - nfs-related documentation. |
71 | nfs-rdma.txt | ||
72 | - how to install and setup the Linux NFS/RDMA client and server software. | ||
73 | nfsroot.txt | ||
74 | - short guide on setting up a diskless box with NFS root filesystem. | ||
75 | nilfs2.txt | 77 | nilfs2.txt |
76 | - info and mount options for the NILFS2 filesystem. | 78 | - info and mount options for the NILFS2 filesystem. |
77 | ntfs.txt | 79 | ntfs.txt |
@@ -90,8 +92,6 @@ relay.txt | |||
90 | - info on relay, for efficient streaming from kernel to user space. | 92 | - info on relay, for efficient streaming from kernel to user space. |
91 | romfs.txt | 93 | romfs.txt |
92 | - description of the ROMFS filesystem. | 94 | - description of the ROMFS filesystem. |
93 | rpc-cache.txt | ||
94 | - introduction to the caching mechanisms in the sunrpc layer. | ||
95 | seq_file.txt | 95 | seq_file.txt |
96 | - how to use the seq_file API | 96 | - how to use the seq_file API |
97 | sharedsubtree.txt | 97 | sharedsubtree.txt |