| Alexey Dobriyan | 335debe | 2009-01-22 10:27:30 +0300 | [diff] [blame] | 1 | config BTRFS_FS | 
 | 2 | 	tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format" | 
 | 3 | 	depends on EXPERIMENTAL | 
 | 4 | 	select LIBCRC32C | 
 | 5 | 	select ZLIB_INFLATE | 
 | 6 | 	select ZLIB_DEFLATE | 
| Hiroshi Shimamoto | e4c570c | 2009-12-14 18:00:26 -0800 | [diff] [blame] | 7 | 	select FS_JOURNAL_INFO | 
| Alexey Dobriyan | 335debe | 2009-01-22 10:27:30 +0300 | [diff] [blame] | 8 | 	help | 
 | 9 | 	  Btrfs is a new filesystem with extents, writable snapshotting, | 
 | 10 | 	  support for multiple devices and many more features. | 
 | 11 |  | 
 | 12 | 	  Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET | 
 | 13 | 	  FINALIZED.  You should say N here unless you are interested in | 
 | 14 | 	  testing Btrfs with non-critical data. | 
 | 15 |  | 
 | 16 | 	  To compile this file system support as a module, choose M here. The | 
 | 17 | 	  module will be called btrfs. | 
 | 18 |  | 
 | 19 | 	  If unsure, say N. | 
| Christian Hesse | bef62ef | 2009-02-04 09:28:28 -0500 | [diff] [blame] | 20 |  | 
 | 21 | config BTRFS_FS_POSIX_ACL | 
 | 22 | 	bool "Btrfs POSIX Access Control Lists" | 
 | 23 | 	depends on BTRFS_FS | 
 | 24 | 	select FS_POSIX_ACL | 
 | 25 | 	help | 
 | 26 | 	  POSIX Access Control Lists (ACLs) support permissions for users and | 
 | 27 | 	  groups beyond the owner/group/world scheme. | 
 | 28 |  | 
 | 29 | 	  To learn more about Access Control Lists, visit the POSIX ACLs for | 
 | 30 | 	  Linux website <http://acl.bestbits.at/>. | 
 | 31 |  | 
 | 32 | 	  If you don't know what Access Control Lists are, say N |