diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-20 17:50:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-20 17:50:31 -0400 |
commit | be967b7e2f7747a5ebf2a07ee627d9338491e784 (patch) | |
tree | f42b82601209a52b8ee478e36d8b21543ab03060 /fs/Kconfig | |
parent | eef11427edcb821b63920219f89379fab84198b9 (diff) | |
parent | 7bc3312bef4d6f220812500c0de7868fb7625a41 (diff) |
Merge git://git.infradead.org/mtd-2.6
* git://git.infradead.org/mtd-2.6: (199 commits)
[MTD] NAND: Fix breakage all over the place
[PATCH] NAND: fix remaining OOB length calculation
[MTD] NAND Fixup NDFC merge brokeness
[MTD NAND] S3C2410 driver cleanup
[MTD NAND] s3c24x0 board: Fix clock handling, ensure proper initialisation.
[JFFS2] Check CRC32 on dirent and data nodes each time they're read
[JFFS2] When retiring nextblock, allocate a node_ref for the wasted space
[JFFS2] Mark XATTR support as experimental, for now
[JFFS2] Don't trust node headers before the CRC is checked.
[MTD] Restore MTD_ROM and MTD_RAM types
[MTD] assume mtd->writesize is 1 for NOR flashes
[MTD NAND] Fix s3c2410 NAND driver so it at least _looks_ like it compiles
[MTD] Prepare physmap for 64-bit-resources
[JFFS2] Fix more breakage caused by janitorial meddling.
[JFFS2] Remove stray __exit from jffs2_compressors_exit()
[MTD] Allow alternate JFFS2 mount variant for root filesystem.
[MTD] Disconnect struct mtd_info from ABI
[MTD] replace MTD_RAM with MTD_GENERIC_TYPE
[MTD] replace MTD_ROM with MTD_GENERIC_TYPE
[MTD] remove a forgotten MTD_XIP
...
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index f9b5842c8d2d..572cc435a1bb 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1101,6 +1101,44 @@ config JFFS2_SUMMARY | |||
1101 | 1101 | ||
1102 | If unsure, say 'N'. | 1102 | If unsure, say 'N'. |
1103 | 1103 | ||
1104 | config JFFS2_FS_XATTR | ||
1105 | bool "JFFS2 XATTR support (EXPERIMENTAL)" | ||
1106 | depends on JFFS2_FS && EXPERIMENTAL && !JFFS2_FS_WRITEBUFFER | ||
1107 | default n | ||
1108 | help | ||
1109 | Extended attributes are name:value pairs associated with inodes by | ||
1110 | the kernel or by users (see the attr(5) manual page, or visit | ||
1111 | <http://acl.bestbits.at/> for details). | ||
1112 | |||
1113 | If unsure, say N. | ||
1114 | |||
1115 | config JFFS2_FS_POSIX_ACL | ||
1116 | bool "JFFS2 POSIX Access Control Lists" | ||
1117 | depends on JFFS2_FS_XATTR | ||
1118 | default y | ||
1119 | select FS_POSIX_ACL | ||
1120 | help | ||
1121 | Posix Access Control Lists (ACLs) support permissions for users and | ||
1122 | groups beyond the owner/group/world scheme. | ||
1123 | |||
1124 | To learn more about Access Control Lists, visit the Posix ACLs for | ||
1125 | Linux website <http://acl.bestbits.at/>. | ||
1126 | |||
1127 | If you don't know what Access Control Lists are, say N | ||
1128 | |||
1129 | config JFFS2_FS_SECURITY | ||
1130 | bool "JFFS2 Security Labels" | ||
1131 | depends on JFFS2_FS_XATTR | ||
1132 | default y | ||
1133 | help | ||
1134 | Security labels support alternative access control models | ||
1135 | implemented by security modules like SELinux. This option | ||
1136 | enables an extended attribute handler for file security | ||
1137 | labels in the jffs2 filesystem. | ||
1138 | |||
1139 | If you are not using a security module that requires using | ||
1140 | extended attributes for file security labels, say N. | ||
1141 | |||
1104 | config JFFS2_COMPRESSION_OPTIONS | 1142 | config JFFS2_COMPRESSION_OPTIONS |
1105 | bool "Advanced compression options for JFFS2" | 1143 | bool "Advanced compression options for JFFS2" |
1106 | depends on JFFS2_FS | 1144 | depends on JFFS2_FS |