blob: e801076812a4cc44bf6291bbccffab57fbd7efa1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100-INDEX
2 - this file (info on some of the filesystems supported by linux).
Jesper Juhl50fc9992006-03-28 01:56:43 -08003Exporting
4 - explanation of how to make filesystems exportable.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005Locking
6 - info on locking rules as they pertain to Linux VFS.
Eric Van Hensbergene03abc02007-02-11 13:21:39 -060079p.txt
8 - 9p (v9fs) is an implementation of the Plan 9 remote fs protocol.
Linus Torvalds1da177e2005-04-16 15:20:36 -07009adfs.txt
10 - info and mount options for the Acorn Advanced Disc Filing System.
Jesper Juhl50fc9992006-03-28 01:56:43 -080011afs.txt
12 - info and examples for the distributed AFS (Andrew File System) fs.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013affs.txt
14 - info and mount options for the Amiga Fast File System.
Jesper Juhl50fc9992006-03-28 01:56:43 -080015automount-support.txt
16 - information about filesystem automount support.
17befs.txt
18 - information about the BeOS filesystem for Linux.
Linus Torvalds1da177e2005-04-16 15:20:36 -070019bfs.txt
20 - info for the SCO UnixWare Boot Filesystem (BFS).
21cifs.txt
Jesper Juhl50fc9992006-03-28 01:56:43 -080022 - description of the CIFS filesystem.
Linus Torvalds1da177e2005-04-16 15:20:36 -070023coda.txt
24 - description of the CODA filesystem.
Joel Becker7063fbf2005-12-15 14:29:43 -080025configfs/
26 - directory containing configfs documentation and example code.
Linus Torvalds1da177e2005-04-16 15:20:36 -070027cramfs.txt
Jesper Juhl50fc9992006-03-28 01:56:43 -080028 - info on the cram filesystem for small storage (ROMs etc).
29dentry-locking.txt
30 - info on the RCU-based dcache locking model.
Jesper Juhl50fc9992006-03-28 01:56:43 -080031directory-locking
32 - info about the locking scheme used for directory operations.
Mark Fasheh8df08c82005-12-15 14:31:23 -080033dlmfs.txt
34 - info on the userspace interface to the OCFS2 DLM.
Rob Landleyc811ac52007-09-11 15:23:41 -070035ecryptfs.txt
36 - docs on eCryptfs: stacked cryptographic filesystem for Linux.
Linus Torvalds1da177e2005-04-16 15:20:36 -070037ext2.txt
38 - info, mount options and specifications for the Ext2 filesystem.
Jesper Juhl50fc9992006-03-28 01:56:43 -080039ext3.txt
40 - info, mount options and specifications for the Ext3 filesystem.
Dave Kleikampfc513a32006-10-11 01:21:25 -070041ext4.txt
42 - info, mount options and specifications for the Ext4 filesystem.
Jesper Juhl50fc9992006-03-28 01:56:43 -080043files.txt
44 - info on file management in the Linux kernel.
45fuse.txt
46 - info on the Filesystem in User SpacE including mount options.
47hfs.txt
48 - info on the Macintosh HFS Filesystem for Linux.
Linus Torvalds1da177e2005-04-16 15:20:36 -070049hpfs.txt
50 - info and mount options for the OS/2 HPFS.
51isofs.txt
52 - info and mount options for the ISO 9660 (CDROM) filesystem.
53jfs.txt
54 - info and mount options for the JFS filesystem.
J. Bruce Fields4f3b19c2007-09-24 18:52:09 -040055mandatory-locking.txt
56 - info on the Linux implementation of Sys V mandatory file locking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057ncpfs.txt
58 - info on Novell Netware(tm) filesystem using NCP protocol.
59ntfs.txt
60 - info and mount options for the NTFS filesystem (Windows NT).
Mark Fashehccd979b2005-12-15 14:31:24 -080061ocfs2.txt
62 - info and mount options for the OCFS2 clustered filesystem.
Jesper Juhl50fc9992006-03-28 01:56:43 -080063porting
64 - various information on filesystem porting.
65proc.txt
66 - info on Linux's /proc filesystem.
67ramfs-rootfs-initramfs.txt
68 - info on the 'in memory' filesystems ramfs, rootfs and initramfs.
69reiser4.txt
70 - info on the Reiser4 filesystem based on dancing tree algorithms.
Tom Zanussie88d78f2006-08-27 01:23:47 -070071relay.txt
72 - info on relay, for efficient streaming from kernel to user space.
Linus Torvalds1da177e2005-04-16 15:20:36 -070073romfs.txt
Jesper Juhl50fc9992006-03-28 01:56:43 -080074 - description of the ROMFS filesystem.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075smbfs.txt
Jesper Juhl50fc9992006-03-28 01:56:43 -080076 - info on using filesystems with the SMB protocol (Win 3.11 and NT).
77spufs.txt
78 - info and mount options for the SPU filesystem used on Cell.
79sysfs-pci.txt
80 - info on accessing PCI device resources through sysfs.
81sysfs.txt
82 - info on sysfs, a ram-based filesystem for exporting kernel objects.
Linus Torvalds1da177e2005-04-16 15:20:36 -070083sysv-fs.txt
84 - info on the SystemV/V7/Xenix/Coherent filesystem.
Jesper Juhl50fc9992006-03-28 01:56:43 -080085tmpfs.txt
86 - info on tmpfs, a filesystem that holds all files in virtual memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -070087udf.txt
88 - info and mount options for the UDF filesystem.
89ufs.txt
90 - info on the ufs filesystem.
91vfat.txt
92 - info on using the VFAT filesystem used in Windows NT and Windows 95
93vfs.txt
Jesper Juhl50fc9992006-03-28 01:56:43 -080094 - overview of the Virtual File System
Linus Torvalds1da177e2005-04-16 15:20:36 -070095xfs.txt
96 - info and mount options for the XFS filesystem.
Jesper Juhl50fc9992006-03-28 01:56:43 -080097xip.txt
98 - info on execute-in-place for file mappings.