Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
* git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm: dm stripe: implement merge method dm mpath: allow table load with no priority groups dm mpath: fail message ioctl if specified path is not valid dm ioctl: add flag to wipe buffers for secure data dm ioctl: prepare for crypt key wiping dm crypt: wipe keys string immediately after key is set dm: add flakey target dm: fix opening log and cow devices for read only tables
No related branches found
No related tags found
Showing
- Documentation/device-mapper/dm-flakey.txt 17 additions, 0 deletionsDocumentation/device-mapper/dm-flakey.txt
- drivers/md/Kconfig 6 additions, 0 deletionsdrivers/md/Kconfig
- drivers/md/Makefile 1 addition, 0 deletionsdrivers/md/Makefile
- drivers/md/dm-crypt.c 14 additions, 5 deletionsdrivers/md/dm-crypt.c
- drivers/md/dm-flakey.c 212 additions, 0 deletionsdrivers/md/dm-flakey.c
- drivers/md/dm-ioctl.c 31 additions, 15 deletionsdrivers/md/dm-ioctl.c
- drivers/md/dm-log.c 1 addition, 1 deletiondrivers/md/dm-log.c
- drivers/md/dm-mpath.c 12 additions, 5 deletionsdrivers/md/dm-mpath.c
- drivers/md/dm-snap.c 1 addition, 1 deletiondrivers/md/dm-snap.c
- drivers/md/dm-stripe.c 22 additions, 1 deletiondrivers/md/dm-stripe.c
- include/linux/dm-ioctl.h 9 additions, 3 deletionsinclude/linux/dm-ioctl.h
Documentation/device-mapper/dm-flakey.txt
0 → 100644
drivers/md/dm-flakey.c
0 → 100644
Please register or sign in to comment