Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[sfrench/cifs-2.6.git] / Documentation / filesystems / 00-INDEX
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 9p.txt
6         - 9p (v9fs) is an implementation of the Plan 9 remote fs protocol.
7 adfs.txt
8         - info and mount options for the Acorn Advanced Disc Filing System.
9 afs.txt
10         - info and examples for the distributed AFS (Andrew File System) fs.
11 affs.txt
12         - info and mount options for the Amiga Fast File System.
13 automount-support.txt
14         - information about filesystem automount support.
15 befs.txt
16         - information about the BeOS filesystem for Linux.
17 bfs.txt
18         - info for the SCO UnixWare Boot Filesystem (BFS).
19 ceph.txt
20         - info for the Ceph Distributed File System
21 cifs.txt
22         - description of the CIFS filesystem.
23 coda.txt
24         - description of the CODA filesystem.
25 configfs/
26         - directory containing configfs documentation and example code.
27 cramfs.txt
28         - info on the cram filesystem for small storage (ROMs etc).
29 dentry-locking.txt
30         - info on the RCU-based dcache locking model.
31 directory-locking
32         - info about the locking scheme used for directory operations.
33 dlmfs.txt
34         - info on the userspace interface to the OCFS2 DLM.
35 dnotify.txt
36         - info about directory notification in Linux.
37 dnotify_test.c
38         - example program for dnotify
39 ecryptfs.txt
40         - docs on eCryptfs: stacked cryptographic filesystem for Linux.
41 efivarfs.txt
42         - info for the efivarfs filesystem.
43 exofs.txt
44         - info, usage, mount options, design about EXOFS.
45 ext2.txt
46         - info, mount options and specifications for the Ext2 filesystem.
47 ext3.txt
48         - info, mount options and specifications for the Ext3 filesystem.
49 ext4.txt
50         - info, mount options and specifications for the Ext4 filesystem.
51 files.txt
52         - info on file management in the Linux kernel.
53 fuse.txt
54         - info on the Filesystem in User SpacE including mount options.
55 gfs2.txt
56         - info on the Global File System 2.
57 hfs.txt
58         - info on the Macintosh HFS Filesystem for Linux.
59 hfsplus.txt
60         - info on the Macintosh HFSPlus Filesystem for Linux.
61 hpfs.txt
62         - info and mount options for the OS/2 HPFS.
63 inotify.txt
64         - info on the powerful yet simple file change notification system.
65 isofs.txt
66         - info and mount options for the ISO 9660 (CDROM) filesystem.
67 jfs.txt
68         - info and mount options for the JFS filesystem.
69 locks.txt
70         - info on file locking implementations, flock() vs. fcntl(), etc.
71 logfs.txt
72         - info on the LogFS flash filesystem.
73 mandatory-locking.txt
74         - info on the Linux implementation of Sys V mandatory file locking.
75 ncpfs.txt
76         - info on Novell Netware(tm) filesystem using NCP protocol.
77 nfs/
78         - nfs-related documentation.
79 nilfs2.txt
80         - info and mount options for the NILFS2 filesystem.
81 ntfs.txt
82         - info and mount options for the NTFS filesystem (Windows NT).
83 ocfs2.txt
84         - info and mount options for the OCFS2 clustered filesystem.
85 porting
86         - various information on filesystem porting.
87 proc.txt
88         - info on Linux's /proc filesystem.
89 ramfs-rootfs-initramfs.txt
90         - info on the 'in memory' filesystems ramfs, rootfs and initramfs.
91 reiser4.txt
92         - info on the Reiser4 filesystem based on dancing tree algorithms.
93 relay.txt
94         - info on relay, for efficient streaming from kernel to user space.
95 romfs.txt
96         - description of the ROMFS filesystem.
97 seq_file.txt
98         - how to use the seq_file API
99 sharedsubtree.txt
100         - a description of shared subtrees for namespaces.
101 spufs.txt
102         - info and mount options for the SPU filesystem used on Cell.
103 sysfs-pci.txt
104         - info on accessing PCI device resources through sysfs.
105 sysfs.txt
106         - info on sysfs, a ram-based filesystem for exporting kernel objects.
107 sysv-fs.txt
108         - info on the SystemV/V7/Xenix/Coherent filesystem.
109 tmpfs.txt
110         - info on tmpfs, a filesystem that holds all files in virtual memory.
111 udf.txt
112         - info and mount options for the UDF filesystem.
113 ufs.txt
114         - info on the ufs filesystem.
115 vfat.txt
116         - info on using the VFAT filesystem used in Windows NT and Windows 95
117 vfs.txt
118         - overview of the Virtual File System
119 xfs.txt
120         - info and mount options for the XFS filesystem.
121 xip.txt
122         - info on execute-in-place for file mappings.