19030aaf9SSage Weilconfig CEPH_FS 21b6a78a5SKees Cook tristate "Ceph distributed file system" 31b6a78a5SKees Cook depends on INET 43d14c5d2SYehuda Sadeh select CEPH_LIB 59030aaf9SSage Weil select LIBCRC32C 625848b3eSRobert P. J. Day select CRYPTO_AES 7be4f104dSSage Weil select CRYPTO 83d14c5d2SYehuda Sadeh default n 99030aaf9SSage Weil help 109030aaf9SSage Weil Choose Y or M here to include support for mounting the 119030aaf9SSage Weil experimental Ceph distributed file system. Ceph is an extremely 129030aaf9SSage Weil scalable file system designed to provide high performance, 139030aaf9SSage Weil reliable access to petabytes of storage. 149030aaf9SSage Weil 159030aaf9SSage Weil More information at http://ceph.newdream.net/. 169030aaf9SSage Weil 179030aaf9SSage Weil If unsure, say N. 189030aaf9SSage Weil 1999ccbd22SMilosz Tanskiif CEPH_FS 2099ccbd22SMilosz Tanskiconfig CEPH_FSCACHE 2199ccbd22SMilosz Tanski bool "Enable Ceph client caching support" 2299ccbd22SMilosz Tanski depends on CEPH_FS=m && FSCACHE || CEPH_FS=y && FSCACHE=y 2399ccbd22SMilosz Tanski help 2499ccbd22SMilosz Tanski Choose Y here to enable persistent, read-only local 2599ccbd22SMilosz Tanski caching support for Ceph clients using FS-Cache 2699ccbd22SMilosz Tanski 2799ccbd22SMilosz Tanskiendif 28*7221fe4cSGuangliang Zhao 29*7221fe4cSGuangliang Zhaoconfig CEPH_FS_POSIX_ACL 30*7221fe4cSGuangliang Zhao bool "Ceph POSIX Access Control Lists" 31*7221fe4cSGuangliang Zhao depends on CEPH_FS 32*7221fe4cSGuangliang Zhao select FS_POSIX_ACL 33*7221fe4cSGuangliang Zhao help 34*7221fe4cSGuangliang Zhao POSIX Access Control Lists (ACLs) support permissions for users and 35*7221fe4cSGuangliang Zhao groups beyond the owner/group/world scheme. 36*7221fe4cSGuangliang Zhao 37*7221fe4cSGuangliang Zhao To learn more about Access Control Lists, visit the POSIX ACLs for 38*7221fe4cSGuangliang Zhao Linux website <http://acl.bestbits.at/>. 39*7221fe4cSGuangliang Zhao 40*7221fe4cSGuangliang Zhao If you don't know what Access Control Lists are, say N 41