2005-04-17 02:20:36 +04:00
00-INDEX
- this file (info on some of the filesystems supported by linux).
Locking
- info on locking rules as they pertain to Linux VFS.
2007-02-11 22:21:39 +03:00
9p.txt
- 9p (v9fs) is an implementation of the Plan 9 remote fs protocol.
2005-04-17 02:20:36 +04:00
adfs.txt
- info and mount options for the Acorn Advanced Disc Filing System.
2006-03-28 13:56:43 +04:00
afs.txt
- info and examples for the distributed AFS (Andrew File System) fs.
2005-04-17 02:20:36 +04:00
affs.txt
- info and mount options for the Amiga Fast File System.
2006-03-28 13:56:43 +04:00
automount-support.txt
- information about filesystem automount support.
befs.txt
- information about the BeOS filesystem for Linux.
2005-04-17 02:20:36 +04:00
bfs.txt
- info for the SCO UnixWare Boot Filesystem (BFS).
2010-03-29 15:05:57 +04:00
ceph.txt
- info for the Ceph Distributed File System
2005-04-17 02:20:36 +04:00
cifs.txt
2006-03-28 13:56:43 +04:00
- description of the CIFS filesystem.
2005-04-17 02:20:36 +04:00
coda.txt
- description of the CODA filesystem.
2005-12-16 01:29:43 +03:00
configfs/
- directory containing configfs documentation and example code.
2005-04-17 02:20:36 +04:00
cramfs.txt
2006-03-28 13:56:43 +04: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-16 01:31:23 +03:00
dlmfs.txt
- info on the userspace interface to the OCFS2 DLM.
2008-02-07 11:13:35 +03:00
dnotify.txt
- info about directory notification in Linux.
2010-03-11 02:21:57 +03:00
dnotify_test.c
- example program for dnotify
2007-09-12 02:23:41 +04:00
ecryptfs.txt
- docs on eCryptfs: stacked cryptographic filesystem for Linux.
2009-07-27 20:26:32 +04:00
exofs.txt
- info, usage, mount options, design about EXOFS.
2005-04-17 02:20:36 +04:00
ext2.txt
- info, mount options and specifications for the Ext2 filesystem.
2006-03-28 13:56:43 +04:00
ext3.txt
- info, mount options and specifications for the Ext3 filesystem.
2006-10-11 12:21:25 +04:00
ext4.txt
- info, mount options and specifications for the Ext4 filesystem.
2006-03-28 13:56:43 +04:00
files.txt
- info on file management in the Linux kernel.
fuse.txt
- info on the Filesystem in User SpacE including mount options.
2007-10-17 10:31:16 +04:00
gfs2.txt
- info on the Global File System 2.
2006-03-28 13:56:43 +04:00
hfs.txt
- info on the Macintosh HFS Filesystem for Linux.
2007-10-17 10:31:16 +04:00
hfsplus.txt
- info on the Macintosh HFSPlus Filesystem for Linux.
2005-04-17 02:20:36 +04:00
hpfs.txt
- info and mount options for the OS/2 HPFS.
2007-10-17 10:31:16 +04:00
inotify.txt
- info on the powerful yet simple file change notification system.
2005-04-17 02:20:36 +04:00
isofs.txt
- info and mount options for the ISO 9660 (CDROM) filesystem.
jfs.txt
- info and mount options for the JFS filesystem.
2007-10-01 06:18:55 +04:00
locks.txt
- info on file locking implementations, flock() vs. fcntl(), etc.
2009-11-20 22:13:39 +03:00
logfs.txt
- info on the LogFS flash filesystem.
2007-09-25 02:52:09 +04:00
mandatory-locking.txt
- info on the Linux implementation of Sys V mandatory file locking.
2005-04-17 02:20:36 +04:00
ncpfs.txt
- info on Novell Netware(tm) filesystem using NCP protocol.
2009-10-27 21:41:35 +03:00
nfs/
- nfs-related documentation.
2009-04-07 06:01:20 +04:00
nilfs2.txt
- info and mount options for the NILFS2 filesystem.
2005-04-17 02:20:36 +04:00
ntfs.txt
- info and mount options for the NTFS filesystem (Windows NT).
2005-12-16 01:31:24 +03:00
ocfs2.txt
- info and mount options for the OCFS2 clustered filesystem.
2006-03-28 13:56:43 +04: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 12:23:47 +04:00
relay.txt
- info on relay, for efficient streaming from kernel to user space.
2005-04-17 02:20:36 +04:00
romfs.txt
2006-03-28 13:56:43 +04:00
- description of the ROMFS filesystem.
2008-03-28 20:19:56 +03:00
seq_file.txt
- how to use the seq_file API
2008-02-07 11:13:35 +03:00
sharedsubtree.txt
- a description of shared subtrees for namespaces.
2006-03-28 13:56:43 +04:00
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-17 02:20:36 +04:00
sysv-fs.txt
- info on the SystemV/V7/Xenix/Coherent filesystem.
2006-03-28 13:56:43 +04:00
tmpfs.txt
- info on tmpfs, a filesystem that holds all files in virtual memory.
2005-04-17 02:20:36 +04: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 13:56:43 +04:00
- overview of the Virtual File System
2005-04-17 02:20:36 +04:00
xfs.txt
- info and mount options for the XFS filesystem.
2006-03-28 13:56:43 +04:00
xip.txt
- info on execute-in-place for file mappings.