[PATCH 9/15] dm: implement copy

2015-12-10 Thread Mikulas Patocka
This patch implements basic copy support for device mapper core. Individual targets can enable copy support by setting ti->copy_supported. Device mapper device advertises copy support if at least one target supports copy and for this target, at least one underlying device supports copy. Signed-of

[PATCH 9/15] dm: implement copy

2014-07-15 Thread Mikulas Patocka
This patch implements basic copy support for device mapper core. Individual targets can enable copy support by setting ti->copy_supported. Device mapper device advertises copy support if at least one target supports copy and for this target, at least one underlying device supports copy. Signed-of