diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index fa64867d6ed6..599de54451af 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -74,11 +74,11 @@ config EXT3_FS | |||
74 | tristate "Ext3 journalling file system support" | 74 | tristate "Ext3 journalling file system support" |
75 | select JBD | 75 | select JBD |
76 | help | 76 | help |
77 | This is the journaling version of the Second extended file system | 77 | This is the journalling version of the Second extended file system |
78 | (often called ext3), the de facto standard Linux file system | 78 | (often called ext3), the de facto standard Linux file system |
79 | (method to organize files on a storage device) for hard disks. | 79 | (method to organize files on a storage device) for hard disks. |
80 | 80 | ||
81 | The journaling code included in this driver means you do not have | 81 | The journalling code included in this driver means you do not have |
82 | to run e2fsck (file system checker) on your file systems after a | 82 | to run e2fsck (file system checker) on your file systems after a |
83 | crash. The journal keeps track of any changes that were being made | 83 | crash. The journal keeps track of any changes that were being made |
84 | at the time the system crashed, and can ensure that your file system | 84 | at the time the system crashed, and can ensure that your file system |
@@ -143,7 +143,7 @@ config EXT3_FS_SECURITY | |||
143 | config JBD | 143 | config JBD |
144 | tristate | 144 | tristate |
145 | help | 145 | help |
146 | This is a generic journaling layer for block devices. It is | 146 | This is a generic journalling layer for block devices. It is |
147 | currently used by the ext3 and OCFS2 file systems, but it could | 147 | currently used by the ext3 and OCFS2 file systems, but it could |
148 | also be used to add journal support to other file systems or block | 148 | also be used to add journal support to other file systems or block |
149 | devices such as RAID or LVM. | 149 | devices such as RAID or LVM. |
@@ -183,7 +183,7 @@ config REISERFS_FS | |||
183 | tristate "Reiserfs support" | 183 | tristate "Reiserfs support" |
184 | help | 184 | help |
185 | Stores not just filenames but the files themselves in a balanced | 185 | Stores not just filenames but the files themselves in a balanced |
186 | tree. Uses journaling. | 186 | tree. Uses journalling. |
187 | 187 | ||
188 | Balanced trees are more efficient than traditional file system | 188 | Balanced trees are more efficient than traditional file system |
189 | architectural foundations. | 189 | architectural foundations. |
@@ -996,6 +996,18 @@ config AFFS_FS | |||
996 | To compile this file system support as a module, choose M here: the | 996 | To compile this file system support as a module, choose M here: the |
997 | module will be called affs. If unsure, say N. | 997 | module will be called affs. If unsure, say N. |
998 | 998 | ||
999 | config ECRYPT_FS | ||
1000 | tristate "eCrypt filesystem layer support (EXPERIMENTAL)" | ||
1001 | depends on EXPERIMENTAL && KEYS && CRYPTO | ||
1002 | help | ||
1003 | Encrypted filesystem that operates on the VFS layer. See | ||
1004 | <file:Documentation/ecryptfs.txt> to learn more about | ||
1005 | eCryptfs. Userspace components are required and can be | ||
1006 | obtained from <http://ecryptfs.sf.net>. | ||
1007 | |||
1008 | To compile this file system support as a module, choose M here: the | ||
1009 | module will be called ecryptfs. | ||
1010 | |||
999 | config HFS_FS | 1011 | config HFS_FS |
1000 | tristate "Apple Macintosh file system support (EXPERIMENTAL)" | 1012 | tristate "Apple Macintosh file system support (EXPERIMENTAL)" |
1001 | depends on BLOCK && EXPERIMENTAL | 1013 | depends on BLOCK && EXPERIMENTAL |
@@ -1033,7 +1045,7 @@ config BEFS_FS | |||
1033 | on files and directories, and database-like indeces on selected | 1045 | on files and directories, and database-like indeces on selected |
1034 | attributes. (Also note that this driver doesn't make those features | 1046 | attributes. (Also note that this driver doesn't make those features |
1035 | available at this time). It is a 64 bit filesystem, so it supports | 1047 | available at this time). It is a 64 bit filesystem, so it supports |
1036 | extremly large volumes and files. | 1048 | extremely large volumes and files. |
1037 | 1049 | ||
1038 | If you use this filesystem, you should also say Y to at least one | 1050 | If you use this filesystem, you should also say Y to at least one |
1039 | of the NLS (native language support) options below. | 1051 | of the NLS (native language support) options below. |
@@ -1091,7 +1103,7 @@ config JFFS_FS | |||
1091 | tristate "Journalling Flash File System (JFFS) support" | 1103 | tristate "Journalling Flash File System (JFFS) support" |
1092 | depends on MTD && BLOCK | 1104 | depends on MTD && BLOCK |
1093 | help | 1105 | help |
1094 | JFFS is the Journaling Flash File System developed by Axis | 1106 | JFFS is the Journalling Flash File System developed by Axis |
1095 | Communications in Sweden, aimed at providing a crash/powerdown-safe | 1107 | Communications in Sweden, aimed at providing a crash/powerdown-safe |
1096 | file system for disk-less embedded devices. Further information is | 1108 | file system for disk-less embedded devices. Further information is |
1097 | available at (<http://developer.axis.com/software/jffs/>). | 1109 | available at (<http://developer.axis.com/software/jffs/>). |
@@ -1261,7 +1273,7 @@ config JFFS2_CMODE_NONE | |||
1261 | config JFFS2_CMODE_PRIORITY | 1273 | config JFFS2_CMODE_PRIORITY |
1262 | bool "priority" | 1274 | bool "priority" |
1263 | help | 1275 | help |
1264 | Tries the compressors in a predefinied order and chooses the first | 1276 | Tries the compressors in a predefined order and chooses the first |
1265 | successful one. | 1277 | successful one. |
1266 | 1278 | ||
1267 | config JFFS2_CMODE_SIZE | 1279 | config JFFS2_CMODE_SIZE |
@@ -1366,7 +1378,7 @@ config SYSV_FS | |||
1366 | 1378 | ||
1367 | If you have floppies or hard disk partitions like that, it is likely | 1379 | If you have floppies or hard disk partitions like that, it is likely |
1368 | that they contain binaries from those other Unix systems; in order | 1380 | that they contain binaries from those other Unix systems; in order |
1369 | to run these binaries, you will want to install linux-abi which is a | 1381 | to run these binaries, you will want to install linux-abi which is |
1370 | a set of kernel modules that lets you run SCO, Xenix, Wyse, | 1382 | a set of kernel modules that lets you run SCO, Xenix, Wyse, |
1371 | UnixWare, Dell Unix and System V programs under Linux. It is | 1383 | UnixWare, Dell Unix and System V programs under Linux. It is |
1372 | available via FTP (user: ftp) from | 1384 | available via FTP (user: ftp) from |
@@ -1951,7 +1963,7 @@ config AFS_FS | |||
1951 | If you say Y here, you will get an experimental Andrew File System | 1963 | If you say Y here, you will get an experimental Andrew File System |
1952 | driver. It currently only supports unsecured read-only AFS access. | 1964 | driver. It currently only supports unsecured read-only AFS access. |
1953 | 1965 | ||
1954 | See <file:Documentation/filesystems/afs.txt> for more intormation. | 1966 | See <file:Documentation/filesystems/afs.txt> for more information. |
1955 | 1967 | ||
1956 | If unsure, say N. | 1968 | If unsure, say N. |
1957 | 1969 | ||