00-INDEX 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. Makefile
  6. - Makefile for building the filsystems-part of DocBook.
  7. 9p.txt
  8. - 9p (v9fs) is an implementation of the Plan 9 remote fs protocol.
  9. adfs.txt
  10. - info and mount options for the Acorn Advanced Disc Filing System.
  11. afs.txt
  12. - info and examples for the distributed AFS (Andrew File System) fs.
  13. affs.txt
  14. - info and mount options for the Amiga Fast File System.
  15. autofs4-mount-control.txt
  16. - info on device control operations for autofs4 module.
  17. automount-support.txt
  18. - information about filesystem automount support.
  19. befs.txt
  20. - information about the BeOS filesystem for Linux.
  21. bfs.txt
  22. - info for the SCO UnixWare Boot Filesystem (BFS).
  23. btrfs.txt
  24. - info for the BTRFS filesystem.
  25. caching/
  26. - directory containing filesystem cache documentation.
  27. ceph.txt
  28. - info for the Ceph Distributed File System.
  29. cifs/
  30. - directory containing CIFS filesystem documentation and example code.
  31. coda.txt
  32. - description of the CODA filesystem.
  33. configfs/
  34. - directory containing configfs documentation and example code.
  35. cramfs.txt
  36. - info on the cram filesystem for small storage (ROMs etc).
  37. dax.txt
  38. - info on avoiding the page cache for files stored on CPU-addressable
  39. storage devices.
  40. debugfs.txt
  41. - info on the debugfs filesystem.
  42. devpts.txt
  43. - info on the devpts filesystem.
  44. directory-locking
  45. - info about the locking scheme used for directory operations.
  46. dlmfs.txt
  47. - info on the userspace interface to the OCFS2 DLM.
  48. dnotify.txt
  49. - info about directory notification in Linux.
  50. dnotify_test.c
  51. - example program for dnotify.
  52. ecryptfs.txt
  53. - docs on eCryptfs: stacked cryptographic filesystem for Linux.
  54. efivarfs.txt
  55. - info for the efivarfs filesystem.
  56. exofs.txt
  57. - info, usage, mount options, design about EXOFS.
  58. ext2.txt
  59. - info, mount options and specifications for the Ext2 filesystem.
  60. ext3.txt
  61. - info, mount options and specifications for the Ext3 filesystem.
  62. ext4.txt
  63. - info, mount options and specifications for the Ext4 filesystem.
  64. f2fs.txt
  65. - info and mount options for the F2FS filesystem.
  66. fiemap.txt
  67. - info on fiemap ioctl.
  68. files.txt
  69. - info on file management in the Linux kernel.
  70. fuse.txt
  71. - info on the Filesystem in User SpacE including mount options.
  72. gfs2-glocks.txt
  73. - info on the Global File System 2 - Glock internal locking rules.
  74. gfs2-uevents.txt
  75. - info on the Global File System 2 - uevents.
  76. gfs2.txt
  77. - info on the Global File System 2.
  78. hfs.txt
  79. - info on the Macintosh HFS Filesystem for Linux.
  80. hfsplus.txt
  81. - info on the Macintosh HFSPlus Filesystem for Linux.
  82. hpfs.txt
  83. - info and mount options for the OS/2 HPFS.
  84. inotify.txt
  85. - info on the powerful yet simple file change notification system.
  86. isofs.txt
  87. - info and mount options for the ISO 9660 (CDROM) filesystem.
  88. jfs.txt
  89. - info and mount options for the JFS filesystem.
  90. locks.txt
  91. - info on file locking implementations, flock() vs. fcntl(), etc.
  92. logfs.txt
  93. - info on the LogFS flash filesystem.
  94. mandatory-locking.txt
  95. - info on the Linux implementation of Sys V mandatory file locking.
  96. ncpfs.txt
  97. - info on Novell Netware(tm) filesystem using NCP protocol.
  98. nfs/
  99. - nfs-related documentation.
  100. nilfs2.txt
  101. - info and mount options for the NILFS2 filesystem.
  102. ntfs.txt
  103. - info and mount options for the NTFS filesystem (Windows NT).
  104. ocfs2.txt
  105. - info and mount options for the OCFS2 clustered filesystem.
  106. omfs.txt
  107. - info on the Optimized MPEG FileSystem.
  108. path-lookup.txt
  109. - info on path walking and name lookup locking.
  110. pohmelfs/
  111. - directory containing pohmelfs filesystem documentation.
  112. porting
  113. - various information on filesystem porting.
  114. proc.txt
  115. - info on Linux's /proc filesystem.
  116. qnx6.txt
  117. - info on the QNX6 filesystem.
  118. quota.txt
  119. - info on Quota subsystem.
  120. ramfs-rootfs-initramfs.txt
  121. - info on the 'in memory' filesystems ramfs, rootfs and initramfs.
  122. relay.txt
  123. - info on relay, for efficient streaming from kernel to user space.
  124. romfs.txt
  125. - description of the ROMFS filesystem.
  126. seq_file.txt
  127. - how to use the seq_file API.
  128. sharedsubtree.txt
  129. - a description of shared subtrees for namespaces.
  130. spufs.txt
  131. - info and mount options for the SPU filesystem used on Cell.
  132. squashfs.txt
  133. - info on the squashfs filesystem.
  134. sysfs-pci.txt
  135. - info on accessing PCI device resources through sysfs.
  136. sysfs-tagging.txt
  137. - info on sysfs tagging to avoid duplicates.
  138. sysfs.txt
  139. - info on sysfs, a ram-based filesystem for exporting kernel objects.
  140. sysv-fs.txt
  141. - info on the SystemV/V7/Xenix/Coherent filesystem.
  142. tmpfs.txt
  143. - info on tmpfs, a filesystem that holds all files in virtual memory.
  144. ubifs.txt
  145. - info on the Unsorted Block Images FileSystem.
  146. udf.txt
  147. - info and mount options for the UDF filesystem.
  148. ufs.txt
  149. - info on the ufs filesystem.
  150. vfat.txt
  151. - info on using the VFAT filesystem used in Windows NT and Windows 95.
  152. vfs.txt
  153. - overview of the Virtual File System.
  154. xfs-delayed-logging-design.txt
  155. - info on the XFS Delayed Logging Design.
  156. xfs-self-describing-metadata.txt
  157. - info on XFS Self Describing Metadata.
  158. xfs.txt
  159. - info and mount options for the XFS filesystem.