]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/md/Kconfig
drm/bridge: Make the bridge chain a double-linked list
[linux.git] / drivers / md / Kconfig
index 1856c0fb665d153ffda64aeb20f8a012daa8554f..aa98953f4462e5d233cd156e56c415130b90a106 100644 (file)
@@ -271,6 +271,7 @@ config DM_CRYPT
        depends on BLK_DEV_DM
        select CRYPTO
        select CRYPTO_CBC
+       select CRYPTO_ESSIV
        ---help---
          This device-mapper target allows you to create a device that
          transparently encrypts the data on it. You'll need to activate
@@ -346,6 +347,20 @@ config DM_ERA
          over time.  Useful for maintaining cache coherency when using
          vendor snapshots.
 
+config DM_CLONE
+       tristate "Clone target (EXPERIMENTAL)"
+       depends on BLK_DEV_DM
+       default n
+       select DM_PERSISTENT_DATA
+       ---help---
+         dm-clone produces a one-to-one copy of an existing, read-only source
+         device into a writable destination device. The cloned device is
+         visible/mountable immediately and the copy of the source device to the
+         destination device happens in the background, in parallel with user
+         I/O.
+
+         If unsure, say N.
+
 config DM_MIRROR
        tristate "Mirror target"
        depends on BLK_DEV_DM