Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. If you don't know what Access Control Lists are, say N
  17. config JFS_SECURITY
  18. bool "JFS Security Labels"
  19. depends on JFS_FS
  20. help
  21. Security labels support alternative access control models
  22. implemented by security modules like SELinux. This option
  23. enables an extended attribute handler for file security
  24. labels in the jfs filesystem.
  25. If you are not using a security module that requires using
  26. extended attributes for file security labels, say N.
  27. config JFS_DEBUG
  28. bool "JFS debugging"
  29. depends on JFS_FS
  30. help
  31. If you are experiencing any problems with the JFS filesystem, say
  32. Y here. This will result in additional debugging messages to be
  33. written to the system log. Under normal circumstances, this
  34. results in very little overhead.
  35. config JFS_STATISTICS
  36. bool "JFS statistics"
  37. depends on JFS_FS
  38. help
  39. Enabling this option will cause statistics from the JFS file system
  40. to be made available to the user in the /proc/fs/jfs/ directory.