diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /Documentation/filesystems/00-INDEX |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'Documentation/filesystems/00-INDEX')
-rw-r--r-- | Documentation/filesystems/00-INDEX | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Documentation/filesystems/00-INDEX b/Documentation/filesystems/00-INDEX new file mode 100644 index 000000000000..bcfbab899b37 --- /dev/null +++ b/Documentation/filesystems/00-INDEX | |||
@@ -0,0 +1,50 @@ | |||
1 | 00-INDEX | ||
2 | - this file (info on some of the filesystems supported by linux). | ||
3 | Locking | ||
4 | - info on locking rules as they pertain to Linux VFS. | ||
5 | adfs.txt | ||
6 | - info and mount options for the Acorn Advanced Disc Filing System. | ||
7 | affs.txt | ||
8 | - info and mount options for the Amiga Fast File System. | ||
9 | bfs.txt | ||
10 | - info for the SCO UnixWare Boot Filesystem (BFS). | ||
11 | cifs.txt | ||
12 | - description of the CIFS filesystem | ||
13 | coda.txt | ||
14 | - description of the CODA filesystem. | ||
15 | cramfs.txt | ||
16 | - info on the cram filesystem for small storage (ROMs etc) | ||
17 | devfs/ | ||
18 | - directory containing devfs documentation. | ||
19 | ext2.txt | ||
20 | - info, mount options and specifications for the Ext2 filesystem. | ||
21 | fat_cvf.txt | ||
22 | - info on the Compressed Volume Files extension to the FAT filesystem | ||
23 | hpfs.txt | ||
24 | - info and mount options for the OS/2 HPFS. | ||
25 | isofs.txt | ||
26 | - info and mount options for the ISO 9660 (CDROM) filesystem. | ||
27 | jfs.txt | ||
28 | - info and mount options for the JFS filesystem. | ||
29 | ncpfs.txt | ||
30 | - info on Novell Netware(tm) filesystem using NCP protocol. | ||
31 | ntfs.txt | ||
32 | - info and mount options for the NTFS filesystem (Windows NT). | ||
33 | proc.txt | ||
34 | - info on Linux's /proc filesystem. | ||
35 | romfs.txt | ||
36 | - Description of the ROMFS filesystem. | ||
37 | smbfs.txt | ||
38 | - info on using filesystems with the SMB protocol (Windows 3.11 and NT) | ||
39 | sysv-fs.txt | ||
40 | - info on the SystemV/V7/Xenix/Coherent filesystem. | ||
41 | udf.txt | ||
42 | - info and mount options for the UDF filesystem. | ||
43 | ufs.txt | ||
44 | - info on the ufs filesystem. | ||
45 | vfat.txt | ||
46 | - info on using the VFAT filesystem used in Windows NT and Windows 95 | ||
47 | vfs.txt | ||
48 | - Overview of the Virtual File System | ||
49 | xfs.txt | ||
50 | - info and mount options for the XFS filesystem. | ||