diff options
-rw-r--r-- | Documentation/filesystems/00-INDEX | 58 |
1 files changed, 45 insertions, 13 deletions
diff --git a/Documentation/filesystems/00-INDEX b/Documentation/filesystems/00-INDEX index 8042050eb265..632211cbdd56 100644 --- a/Documentation/filesystems/00-INDEX +++ b/Documentation/filesystems/00-INDEX | |||
@@ -10,24 +10,32 @@ afs.txt | |||
10 | - info and examples for the distributed AFS (Andrew File System) fs. | 10 | - info and examples for the distributed AFS (Andrew File System) fs. |
11 | affs.txt | 11 | affs.txt |
12 | - info and mount options for the Amiga Fast File System. | 12 | - info and mount options for the Amiga Fast File System. |
13 | autofs4-mount-control.txt | ||
14 | - info on device control operations for autofs4 module. | ||
13 | automount-support.txt | 15 | automount-support.txt |
14 | - information about filesystem automount support. | 16 | - information about filesystem automount support. |
15 | befs.txt | 17 | befs.txt |
16 | - information about the BeOS filesystem for Linux. | 18 | - information about the BeOS filesystem for Linux. |
17 | bfs.txt | 19 | bfs.txt |
18 | - info for the SCO UnixWare Boot Filesystem (BFS). | 20 | - info for the SCO UnixWare Boot Filesystem (BFS). |
21 | btrfs.txt | ||
22 | - info for the BTRFS filesystem. | ||
23 | caching/ | ||
24 | - directory containing filesystem cache documentation. | ||
19 | ceph.txt | 25 | ceph.txt |
20 | - info for the Ceph Distributed File System | 26 | - info for the Ceph Distributed File System. |
21 | cifs.txt | 27 | cifs/ |
22 | - description of the CIFS filesystem. | 28 | - directory containing CIFS filesystem documentation and example code. |
23 | coda.txt | 29 | coda.txt |
24 | - description of the CODA filesystem. | 30 | - description of the CODA filesystem. |
25 | configfs/ | 31 | configfs/ |
26 | - directory containing configfs documentation and example code. | 32 | - directory containing configfs documentation and example code. |
27 | cramfs.txt | 33 | cramfs.txt |
28 | - info on the cram filesystem for small storage (ROMs etc). | 34 | - info on the cram filesystem for small storage (ROMs etc). |
29 | dentry-locking.txt | 35 | debugfs.txt |
30 | - info on the RCU-based dcache locking model. | 36 | - info on the debugfs filesystem. |
37 | devpts.txt | ||
38 | - info on the devpts filesystem. | ||
31 | directory-locking | 39 | directory-locking |
32 | - info about the locking scheme used for directory operations. | 40 | - info about the locking scheme used for directory operations. |
33 | dlmfs.txt | 41 | dlmfs.txt |
@@ -35,7 +43,7 @@ dlmfs.txt | |||
35 | dnotify.txt | 43 | dnotify.txt |
36 | - info about directory notification in Linux. | 44 | - info about directory notification in Linux. |
37 | dnotify_test.c | 45 | dnotify_test.c |
38 | - example program for dnotify | 46 | - example program for dnotify. |
39 | ecryptfs.txt | 47 | ecryptfs.txt |
40 | - docs on eCryptfs: stacked cryptographic filesystem for Linux. | 48 | - docs on eCryptfs: stacked cryptographic filesystem for Linux. |
41 | efivarfs.txt | 49 | efivarfs.txt |
@@ -48,12 +56,18 @@ ext3.txt | |||
48 | - info, mount options and specifications for the Ext3 filesystem. | 56 | - info, mount options and specifications for the Ext3 filesystem. |
49 | ext4.txt | 57 | ext4.txt |
50 | - info, mount options and specifications for the Ext4 filesystem. | 58 | - info, mount options and specifications for the Ext4 filesystem. |
51 | files.txt | ||
52 | - info on file management in the Linux kernel. | ||
53 | f2fs.txt | 59 | f2fs.txt |
54 | - info and mount options for the F2FS filesystem. | 60 | - info and mount options for the F2FS filesystem. |
61 | fiemap.txt | ||
62 | - info on fiemap ioctl. | ||
63 | files.txt | ||
64 | - info on file management in the Linux kernel. | ||
55 | fuse.txt | 65 | fuse.txt |
56 | - info on the Filesystem in User SpacE including mount options. | 66 | - info on the Filesystem in User SpacE including mount options. |
67 | gfs2-glocks.txt | ||
68 | - info on the Global File System 2 - Glock internal locking rules. | ||
69 | gfs2-uevents.txt | ||
70 | - info on the Global File System 2 - uevents. | ||
57 | gfs2.txt | 71 | gfs2.txt |
58 | - info on the Global File System 2. | 72 | - info on the Global File System 2. |
59 | hfs.txt | 73 | hfs.txt |
@@ -84,40 +98,58 @@ ntfs.txt | |||
84 | - info and mount options for the NTFS filesystem (Windows NT). | 98 | - info and mount options for the NTFS filesystem (Windows NT). |
85 | ocfs2.txt | 99 | ocfs2.txt |
86 | - info and mount options for the OCFS2 clustered filesystem. | 100 | - info and mount options for the OCFS2 clustered filesystem. |
101 | omfs.txt | ||
102 | - info on the Optimized MPEG FileSystem. | ||
103 | path-lookup.txt | ||
104 | - info on path walking and name lookup locking. | ||
105 | pohmelfs/ | ||
106 | - directory containing pohmelfs filesystem documentation. | ||
87 | porting | 107 | porting |
88 | - various information on filesystem porting. | 108 | - various information on filesystem porting. |
89 | proc.txt | 109 | proc.txt |
90 | - info on Linux's /proc filesystem. | 110 | - info on Linux's /proc filesystem. |
111 | qnx6.txt | ||
112 | - info on the QNX6 filesystem. | ||
113 | quota.txt | ||
114 | - info on Quota subsystem. | ||
91 | ramfs-rootfs-initramfs.txt | 115 | ramfs-rootfs-initramfs.txt |
92 | - info on the 'in memory' filesystems ramfs, rootfs and initramfs. | 116 | - info on the 'in memory' filesystems ramfs, rootfs and initramfs. |
93 | reiser4.txt | ||
94 | - info on the Reiser4 filesystem based on dancing tree algorithms. | ||
95 | relay.txt | 117 | relay.txt |
96 | - info on relay, for efficient streaming from kernel to user space. | 118 | - info on relay, for efficient streaming from kernel to user space. |
97 | romfs.txt | 119 | romfs.txt |
98 | - description of the ROMFS filesystem. | 120 | - description of the ROMFS filesystem. |
99 | seq_file.txt | 121 | seq_file.txt |
100 | - how to use the seq_file API | 122 | - how to use the seq_file API. |
101 | sharedsubtree.txt | 123 | sharedsubtree.txt |
102 | - a description of shared subtrees for namespaces. | 124 | - a description of shared subtrees for namespaces. |
103 | spufs.txt | 125 | spufs.txt |
104 | - info and mount options for the SPU filesystem used on Cell. | 126 | - info and mount options for the SPU filesystem used on Cell. |
127 | squashfs.txt | ||
128 | - info on the squashfs filesystem. | ||
105 | sysfs-pci.txt | 129 | sysfs-pci.txt |
106 | - info on accessing PCI device resources through sysfs. | 130 | - info on accessing PCI device resources through sysfs. |
131 | sysfs-tagging.txt | ||
132 | - info on sysfs tagging to avoid duplicates. | ||
107 | sysfs.txt | 133 | sysfs.txt |
108 | - info on sysfs, a ram-based filesystem for exporting kernel objects. | 134 | - info on sysfs, a ram-based filesystem for exporting kernel objects. |
109 | sysv-fs.txt | 135 | sysv-fs.txt |
110 | - info on the SystemV/V7/Xenix/Coherent filesystem. | 136 | - info on the SystemV/V7/Xenix/Coherent filesystem. |
111 | tmpfs.txt | 137 | tmpfs.txt |
112 | - info on tmpfs, a filesystem that holds all files in virtual memory. | 138 | - info on tmpfs, a filesystem that holds all files in virtual memory. |
139 | ubifs.txt | ||
140 | - info on the Unsorted Block Images FileSystem. | ||
113 | udf.txt | 141 | udf.txt |
114 | - info and mount options for the UDF filesystem. | 142 | - info and mount options for the UDF filesystem. |
115 | ufs.txt | 143 | ufs.txt |
116 | - info on the ufs filesystem. | 144 | - info on the ufs filesystem. |
117 | vfat.txt | 145 | vfat.txt |
118 | - info on using the VFAT filesystem used in Windows NT and Windows 95 | 146 | - info on using the VFAT filesystem used in Windows NT and Windows 95. |
119 | vfs.txt | 147 | vfs.txt |
120 | - overview of the Virtual File System | 148 | - overview of the Virtual File System. |
149 | xfs-delayed-logging-design.txt | ||
150 | - info on the XFS Delayed Logging Design. | ||
151 | xfs-self-describing-metadata.txt | ||
152 | - info on XFS Self Describing Metadata. | ||
121 | xfs.txt | 153 | xfs.txt |
122 | - info and mount options for the XFS filesystem. | 154 | - info and mount options for the XFS filesystem. |
123 | xip.txt | 155 | xip.txt |