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