1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Ceph distributed file system"
12 Choose Y or M here to include support for mounting the
13 experimental Ceph distributed file system. Ceph is an extremely
14 scalable file system designed to provide high performance,
15 reliable access to petabytes of storage.
17 More information at https://ceph.io/.
23 bool "Enable Ceph client caching support"
24 depends on CEPH_FS=m && FSCACHE || CEPH_FS=y && FSCACHE=y
26 Choose Y here to enable persistent, read-only local
27 caching support for Ceph clients using FS-Cache
31 config CEPH_FS_POSIX_ACL
32 bool "Ceph POSIX Access Control Lists"
36 POSIX Access Control Lists (ACLs) support permissions for users and
37 groups beyond the owner/group/world scheme.
39 If you don't know what Access Control Lists are, say N
41 config CEPH_FS_SECURITY_LABEL
42 bool "CephFS Security Labels"
43 depends on CEPH_FS && SECURITY
45 Security labels support alternative access control models
46 implemented by security modules like SELinux. This option
47 enables an extended attribute handler for file security
48 labels in the Ceph filesystem.
50 If you are not using a security module that requires using
51 extended attributes for file security labels, say N.