2005-04-16 15:20:36 -07:00
00-INDEX
- this file (info on some of the filesystems supported by linux).
2006-03-28 01:56:43 -08:00
Exporting
- explanation of how to make filesystems exportable.
2005-04-16 15:20:36 -07:00
Locking
- info on locking rules as they pertain to Linux VFS.
2007-02-11 13:21:39 -06:00
9p.txt
- 9p (v9fs) is an implementation of the Plan 9 remote fs protocol.
2005-04-16 15:20:36 -07:00
adfs.txt
- info and mount options for the Acorn Advanced Disc Filing System.
2006-03-28 01:56:43 -08:00
afs.txt
- info and examples for the distributed AFS (Andrew File System) fs.
2005-04-16 15:20:36 -07:00
affs.txt
- info and mount options for the Amiga Fast File System.
2006-03-28 01:56:43 -08:00
automount-support.txt
- information about filesystem automount support.
befs.txt
- information about the BeOS filesystem for Linux.
2005-04-16 15:20:36 -07:00
bfs.txt
- info for the SCO UnixWare Boot Filesystem (BFS).
cifs.txt
2006-03-28 01:56:43 -08:00
- description of the CIFS filesystem.
2005-04-16 15:20:36 -07:00
coda.txt
- description of the CODA filesystem.
2005-12-15 14:29:43 -08:00
configfs/
- directory containing configfs documentation and example code.
2005-04-16 15:20:36 -07:00
cramfs.txt
2006-03-28 01:56:43 -08:00
- info on the cram filesystem for small storage (ROMs etc).
dentry-locking.txt
- info on the RCU-based dcache locking model.
directory-locking
- info about the locking scheme used for directory operations.
2005-12-15 14:31:23 -08:00
dlmfs.txt
- info on the userspace interface to the OCFS2 DLM.
2005-04-16 15:20:36 -07:00
ext2.txt
- info, mount options and specifications for the Ext2 filesystem.
2006-03-28 01:56:43 -08:00
ext3.txt
- info, mount options and specifications for the Ext3 filesystem.
2006-10-11 01:21:25 -07:00
ext4.txt
- info, mount options and specifications for the Ext4 filesystem.
2006-03-28 01:56:43 -08:00
files.txt
- info on file management in the Linux kernel.
fuse.txt
- info on the Filesystem in User SpacE including mount options.
hfs.txt
- info on the Macintosh HFS Filesystem for Linux.
2005-04-16 15:20:36 -07:00
hpfs.txt
- info and mount options for the OS/2 HPFS.
isofs.txt
- info and mount options for the ISO 9660 (CDROM) filesystem.
jfs.txt
- info and mount options for the JFS filesystem.
ncpfs.txt
- info on Novell Netware(tm) filesystem using NCP protocol.
ntfs.txt
- info and mount options for the NTFS filesystem (Windows NT).
2005-12-15 14:31:24 -08:00
ocfs2.txt
- info and mount options for the OCFS2 clustered filesystem.
2006-03-28 01:56:43 -08:00
porting
- various information on filesystem porting.
proc.txt
- info on Linux's /proc filesystem.
ramfs-rootfs-initramfs.txt
- info on the 'in memory' filesystems ramfs, rootfs and initramfs.
reiser4.txt
- info on the Reiser4 filesystem based on dancing tree algorithms.
2006-08-27 01:23:47 -07:00
relay.txt
- info on relay, for efficient streaming from kernel to user space.
2005-04-16 15:20:36 -07:00
romfs.txt
2006-03-28 01:56:43 -08:00
- description of the ROMFS filesystem.
2005-04-16 15:20:36 -07:00
smbfs.txt
2006-03-28 01:56:43 -08:00
- info on using filesystems with the SMB protocol (Win 3.11 and NT).
spufs.txt
- info and mount options for the SPU filesystem used on Cell.
sysfs-pci.txt
- info on accessing PCI device resources through sysfs.
sysfs.txt
- info on sysfs, a ram-based filesystem for exporting kernel objects.
2005-04-16 15:20:36 -07:00
sysv-fs.txt
- info on the SystemV/V7/Xenix/Coherent filesystem.
2006-03-28 01:56:43 -08:00
tmpfs.txt
- info on tmpfs, a filesystem that holds all files in virtual memory.
2005-04-16 15:20:36 -07:00
udf.txt
- info and mount options for the UDF filesystem.
ufs.txt
- info on the ufs filesystem.
vfat.txt
- info on using the VFAT filesystem used in Windows NT and Windows 95
vfs.txt
2006-03-28 01:56:43 -08:00
- overview of the Virtual File System
2005-04-16 15:20:36 -07:00
xfs.txt
- info and mount options for the XFS filesystem.
2006-03-28 01:56:43 -08:00
xip.txt
- info on execute-in-place for file mappings.