Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. config JFS_FS
  2. tristate "JFS filesystem support"
  3. select NLS
  4. help
  5. This is a port of IBM's Journaled Filesystem . More information is
  6. available in the file <file:Documentation/filesystems/jfs.txt>.
  7. If you do not intend to use the JFS filesystem, say N.
  8. config JFS_POSIX_ACL
  9. bool "JFS POSIX Access Control Lists"
  10. depends on JFS_FS
  11. select FS_POSIX_ACL
  12. help
  13. Posix Access Control Lists (ACLs) support permissions for users and
  14. groups beyond the owner/group/world scheme.
  15. To learn more about Access Control Lists, visit the Posix ACLs for
  16. Linux website <http://acl.bestbits.at/>.
  17. If you don't know what Access Control Lists are, say N
  18. config JFS_SECURITY
  19. bool "JFS Security Labels"
  20. depends on JFS_FS
  21. help
  22. Security labels support alternative access control models
  23. implemented by security modules like SELinux. This option
  24. enables an extended attribute handler for file security
  25. labels in the jfs filesystem.
  26. If you are not using a security module that requires using
  27. extended attributes for file security labels, say N.
  28. config JFS_DEBUG
  29. bool "JFS debugging"
  30. depends on JFS_FS
  31. help
  32. If you are experiencing any problems with the JFS filesystem, say
  33. Y here. This will result in additional debugging messages to be
  34. written to the system log. Under normal circumstances, this
  35. results in very little overhead.
  36. config JFS_STATISTICS
  37. bool "JFS statistics"
  38. depends on JFS_FS
  39. help
  40. Enabling this option will cause statistics from the JFS file system
  41. to be made available to the user in the /proc/fs/jfs/ directory.