Kconfig 1.6 KB

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