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