Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/agk/linux-2.6-dm.git master to get the following device-mapper fixes and enhancements for inclusion in 2.6.39. Josef Bacik (1): dm: add flakey target Mike Snitzer (2): dm mpath: fail message ioctl if specified path is not valid dm mpath: allow table load with no priority groups Milan Broz (4): dm: fix opening log and cow devices for read only tables dm crypt: wipe keys string immediately after key is set dm ioctl: prepare for crypt key wiping dm ioctl: add flag to wipe buffers for secure data Mustafa Mesanovic (1): dm stripe: implement merge method Documentation/device-mapper/dm-flakey.txt | 17 +++ drivers/md/Kconfig | 6 + drivers/md/Makefile | 1 + drivers/md/dm-crypt.c | 19 ++- drivers/md/dm-flakey.c | 212 +++++++++++++++++++++++++++++ drivers/md/dm-ioctl.c | 46 ++++-- drivers/md/dm-log.c | 2 +- drivers/md/dm-mpath.c | 17 ++- drivers/md/dm-snap.c | 2 +- drivers/md/dm-stripe.c | 23 +++- include/linux/dm-ioctl.h | 12 ++- 11 files changed, 326 insertions(+), 31 deletions(-) create mode 100644 Documentation/device-mapper/dm-flakey.txt create mode 100644 drivers/md/dm-flakey.c Thanks, Alasdair. -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel