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 1453d2d164f7..674cfbb83a95 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. |
@@ -995,6 +995,18 @@ config AFFS_FS | |||
995 | To compile this file system support as a module, choose M here: the | 995 | To compile this file system support as a module, choose M here: the |
996 | module will be called affs. If unsure, say N. | 996 | module will be called affs. If unsure, say N. |
997 | 997 | ||
998 | config ECRYPT_FS | ||
999 | tristate "eCrypt filesystem layer support (EXPERIMENTAL)" | ||
1000 | depends on EXPERIMENTAL && KEYS && CRYPTO | ||
1001 | help | ||
1002 | Encrypted filesystem that operates on the VFS layer. See | ||
1003 | <file:Documentation/ecryptfs.txt> to learn more about | ||
1004 | eCryptfs. Userspace components are required and can be | ||
1005 | obtained from <http://ecryptfs.sf.net>. | ||
1006 | |||
1007 | To compile this file system support as a module, choose M here: the | ||
1008 | module will be called ecryptfs. | ||
1009 | |||
998 | config HFS_FS | 1010 | config HFS_FS |
999 | tristate "Apple Macintosh file system support (EXPERIMENTAL)" | 1011 | tristate "Apple Macintosh file system support (EXPERIMENTAL)" |
1000 | depends on BLOCK && EXPERIMENTAL | 1012 | depends on BLOCK && EXPERIMENTAL |
@@ -1032,7 +1044,7 @@ config BEFS_FS | |||
1032 | on files and directories, and database-like indeces on selected | 1044 | on files and directories, and database-like indeces on selected |
1033 | attributes. (Also note that this driver doesn't make those features | 1045 | attributes. (Also note that this driver doesn't make those features |
1034 | available at this time). It is a 64 bit filesystem, so it supports | 1046 | available at this time). It is a 64 bit filesystem, so it supports |
1035 | extremly large volumes and files. | 1047 | extremely large volumes and files. |
1036 | 1048 | ||
1037 | If you use this filesystem, you should also say Y to at least one | 1049 | If you use this filesystem, you should also say Y to at least one |
1038 | of the NLS (native language support) options below. | 1050 | of the NLS (native language support) options below. |
@@ -1090,7 +1102,7 @@ config JFFS_FS | |||
1090 | tristate "Journalling Flash File System (JFFS) support" | 1102 | tristate "Journalling Flash File System (JFFS) support" |
1091 | depends on MTD && BLOCK | 1103 | depends on MTD && BLOCK |
1092 | help | 1104 | help |
1093 | JFFS is the Journaling Flash File System developed by Axis | 1105 | JFFS is the Journalling Flash File System developed by Axis |
1094 | Communications in Sweden, aimed at providing a crash/powerdown-safe | 1106 | Communications in Sweden, aimed at providing a crash/powerdown-safe |
1095 | file system for disk-less embedded devices. Further information is | 1107 | file system for disk-less embedded devices. Further information is |
1096 | available at (<http://developer.axis.com/software/jffs/>). | 1108 | available at (<http://developer.axis.com/software/jffs/>). |
@@ -1260,7 +1272,7 @@ config JFFS2_CMODE_NONE | |||
1260 | config JFFS2_CMODE_PRIORITY | 1272 | config JFFS2_CMODE_PRIORITY |
1261 | bool "priority" | 1273 | bool "priority" |
1262 | help | 1274 | help |
1263 | Tries the compressors in a predefinied order and chooses the first | 1275 | Tries the compressors in a predefined order and chooses the first |
1264 | successful one. | 1276 | successful one. |
1265 | 1277 | ||
1266 | config JFFS2_CMODE_SIZE | 1278 | config JFFS2_CMODE_SIZE |
@@ -1365,7 +1377,7 @@ config SYSV_FS | |||
1365 | 1377 | ||
1366 | If you have floppies or hard disk partitions like that, it is likely | 1378 | If you have floppies or hard disk partitions like that, it is likely |
1367 | that they contain binaries from those other Unix systems; in order | 1379 | that they contain binaries from those other Unix systems; in order |
1368 | to run these binaries, you will want to install linux-abi which is a | 1380 | to run these binaries, you will want to install linux-abi which is |
1369 | a set of kernel modules that lets you run SCO, Xenix, Wyse, | 1381 | a set of kernel modules that lets you run SCO, Xenix, Wyse, |
1370 | UnixWare, Dell Unix and System V programs under Linux. It is | 1382 | UnixWare, Dell Unix and System V programs under Linux. It is |
1371 | available via FTP (user: ftp) from | 1383 | available via FTP (user: ftp) from |
@@ -1950,7 +1962,7 @@ config AFS_FS | |||
1950 | If you say Y here, you will get an experimental Andrew File System | 1962 | If you say Y here, you will get an experimental Andrew File System |
1951 | driver. It currently only supports unsecured read-only AFS access. | 1963 | driver. It currently only supports unsecured read-only AFS access. |
1952 | 1964 | ||
1953 | See <file:Documentation/filesystems/afs.txt> for more intormation. | 1965 | See <file:Documentation/filesystems/afs.txt> for more information. |
1954 | 1966 | ||
1955 | If unsure, say N. | 1967 | If unsure, say N. |
1956 | 1968 | ||