Kconfig (ecd740c6f2f092b90b95fa35f757973589eaaca2) Kconfig (83fe27ea531161a655f02dc7732d14cfaa27fd5d)
1config BTRFS_FS
2 tristate "Btrfs filesystem support"
3 select CRYPTO
4 select CRYPTO_CRC32C
5 select ZLIB_INFLATE
6 select ZLIB_DEFLATE
7 select LZO_COMPRESS
8 select LZO_DECOMPRESS
9 select RAID6_PQ
10 select XOR_BLOCKS
1config BTRFS_FS
2 tristate "Btrfs filesystem support"
3 select CRYPTO
4 select CRYPTO_CRC32C
5 select ZLIB_INFLATE
6 select ZLIB_DEFLATE
7 select LZO_COMPRESS
8 select LZO_DECOMPRESS
9 select RAID6_PQ
10 select XOR_BLOCKS
11 select SRCU
11
12 help
13 Btrfs is a general purpose copy-on-write filesystem with extents,
14 writable snapshotting, support for multiple devices and many more
15 features focused on fault tolerance, repair and easy administration.
16
17 The filesystem disk format is no longer unstable, and it's not
18 expected to change unless there are strong reasons to do so. If there

--- 72 unchanged lines hidden ---
12
13 help
14 Btrfs is a general purpose copy-on-write filesystem with extents,
15 writable snapshotting, support for multiple devices and many more
16 features focused on fault tolerance, repair and easy administration.
17
18 The filesystem disk format is no longer unstable, and it's not
19 expected to change unless there are strong reasons to do so. If there

--- 72 unchanged lines hidden ---