00-INDEX 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. 00-INDEX
  2. - this file (info on some of the filesystems supported by linux).
  3. Exporting
  4. - explanation of how to make filesystems exportable.
  5. Locking
  6. - info on locking rules as they pertain to Linux VFS.
  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. automount-support.txt
  16. - information about filesystem automount support.
  17. befs.txt
  18. - information about the BeOS filesystem for Linux.
  19. bfs.txt
  20. - info for the SCO UnixWare Boot Filesystem (BFS).
  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. ecryptfs.txt
  38. - docs on eCryptfs: stacked cryptographic filesystem for Linux.
  39. exofs.txt
  40. - info, usage, mount options, design about EXOFS.
  41. ext2.txt
  42. - info, mount options and specifications for the Ext2 filesystem.
  43. ext3.txt
  44. - info, mount options and specifications for the Ext3 filesystem.
  45. ext4.txt
  46. - info, mount options and specifications for the Ext4 filesystem.
  47. files.txt
  48. - info on file management in the Linux kernel.
  49. fuse.txt
  50. - info on the Filesystem in User SpacE including mount options.
  51. gfs2.txt
  52. - info on the Global File System 2.
  53. hfs.txt
  54. - info on the Macintosh HFS Filesystem for Linux.
  55. hfsplus.txt
  56. - info on the Macintosh HFSPlus Filesystem for Linux.
  57. hpfs.txt
  58. - info and mount options for the OS/2 HPFS.
  59. inotify.txt
  60. - info on the powerful yet simple file change notification system.
  61. isofs.txt
  62. - info and mount options for the ISO 9660 (CDROM) filesystem.
  63. jfs.txt
  64. - info and mount options for the JFS filesystem.
  65. locks.txt
  66. - info on file locking implementations, flock() vs. fcntl(), etc.
  67. mandatory-locking.txt
  68. - info on the Linux implementation of Sys V mandatory file locking.
  69. ncpfs.txt
  70. - info on Novell Netware(tm) filesystem using NCP protocol.
  71. nfs41-server.txt
  72. - info on the Linux server implementation of NFSv4 minor version 1.
  73. nfs-rdma.txt
  74. - how to install and setup the Linux NFS/RDMA client and server software.
  75. nfsroot.txt
  76. - short guide on setting up a diskless box with NFS root filesystem.
  77. nilfs2.txt
  78. - info and mount options for the NILFS2 filesystem.
  79. ntfs.txt
  80. - info and mount options for the NTFS filesystem (Windows NT).
  81. ocfs2.txt
  82. - info and mount options for the OCFS2 clustered filesystem.
  83. porting
  84. - various information on filesystem porting.
  85. proc.txt
  86. - info on Linux's /proc filesystem.
  87. ramfs-rootfs-initramfs.txt
  88. - info on the 'in memory' filesystems ramfs, rootfs and initramfs.
  89. reiser4.txt
  90. - info on the Reiser4 filesystem based on dancing tree algorithms.
  91. relay.txt
  92. - info on relay, for efficient streaming from kernel to user space.
  93. romfs.txt
  94. - description of the ROMFS filesystem.
  95. rpc-cache.txt
  96. - introduction to the caching mechanisms in the sunrpc layer.
  97. seq_file.txt
  98. - how to use the seq_file API
  99. sharedsubtree.txt
  100. - a description of shared subtrees for namespaces.
  101. smbfs.txt
  102. - info on using filesystems with the SMB protocol (Win 3.11 and NT).
  103. spufs.txt
  104. - info and mount options for the SPU filesystem used on Cell.
  105. sysfs-pci.txt
  106. - info on accessing PCI device resources through sysfs.
  107. sysfs.txt
  108. - info on sysfs, a ram-based filesystem for exporting kernel objects.
  109. sysv-fs.txt
  110. - info on the SystemV/V7/Xenix/Coherent filesystem.
  111. tmpfs.txt
  112. - info on tmpfs, a filesystem that holds all files in virtual memory.
  113. udf.txt
  114. - info and mount options for the UDF filesystem.
  115. ufs.txt
  116. - info on the ufs filesystem.
  117. vfat.txt
  118. - info on using the VFAT filesystem used in Windows NT and Windows 95
  119. vfs.txt
  120. - overview of the Virtual File System
  121. xfs.txt
  122. - info and mount options for the XFS filesystem.
  123. xip.txt
  124. - info on execute-in-place for file mappings.