Kconfig 1.6 KB

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