mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
91581e4c60
This link is replicated in most filesystems' config stanzas. Referring to an archived version of that site is pointless as it mostly deals with patches; user documentation is available elsewhere. Signed-off-by: Adam Borowski <kilobyte@angband.pl> CC: Alexander Viro <viro@zeniv.linux.org.uk> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Acked-by: Jan Kara <jack@suse.cz> Acked-by: Dave Kleikamp <dave.kleikamp@oracle.com> Acked-by: David Sterba <dsterba@suse.com> Acked-by: "Yan, Zheng" <zyan@redhat.com> Acked-by: Chao Yu <yuchao0@huawei.com> Acked-by: Jaegeuk Kim <jaegeuk@kernel.org> Acked-by: Steve French <smfrench@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
47 lines
1.4 KiB
Text
47 lines
1.4 KiB
Text
config JFS_FS
|
|
tristate "JFS filesystem support"
|
|
select NLS
|
|
select CRC32
|
|
help
|
|
This is a port of IBM's Journaled Filesystem . More information is
|
|
available in the file <file:Documentation/filesystems/jfs.txt>.
|
|
|
|
If you do not intend to use the JFS filesystem, say N.
|
|
|
|
config JFS_POSIX_ACL
|
|
bool "JFS POSIX Access Control Lists"
|
|
depends on JFS_FS
|
|
select FS_POSIX_ACL
|
|
help
|
|
Posix Access Control Lists (ACLs) support permissions for users and
|
|
groups beyond the owner/group/world scheme.
|
|
|
|
If you don't know what Access Control Lists are, say N
|
|
|
|
config JFS_SECURITY
|
|
bool "JFS Security Labels"
|
|
depends on JFS_FS
|
|
help
|
|
Security labels support alternative access control models
|
|
implemented by security modules like SELinux. This option
|
|
enables an extended attribute handler for file security
|
|
labels in the jfs filesystem.
|
|
|
|
If you are not using a security module that requires using
|
|
extended attributes for file security labels, say N.
|
|
|
|
config JFS_DEBUG
|
|
bool "JFS debugging"
|
|
depends on JFS_FS
|
|
help
|
|
If you are experiencing any problems with the JFS filesystem, say
|
|
Y here. This will result in additional debugging messages to be
|
|
written to the system log. Under normal circumstances, this
|
|
results in very little overhead.
|
|
|
|
config JFS_STATISTICS
|
|
bool "JFS statistics"
|
|
depends on JFS_FS
|
|
help
|
|
Enabling this option will cause statistics from the JFS file system
|
|
to be made available to the user in the /proc/fs/jfs/ directory.
|