First
|
Prev |
Next
|
Last
Pages: 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727
SCST vdisk dev handler This patch contains SCST vdisk dev handlers. This dev handler allows to create virtual disks and CDROMs from files on file system. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- scst_vdisk.c | 3813 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 3813 insertions(+) diff -... 13 Apr 2010 09:27
SCST pass-through dev handlers This patch contains SCST pass-through dev handlers. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- scst_cdrom.c | 284 ++++++++++++++++++++++++++++++++++++ scst_changer.c | 207 ++++++++++++++++++++++++++ scst_dev_handler.h | 27 +++ scst_disk.c | 361 ++++++++++++++++++++++++++++... 13 Apr 2010 09:27
Implementation of blk_rq_map_kern_sg() This patch implements function blk_rq_map_kern_sg(), which allows to map a kernel-originated SG vector to a block request. It is necessary to execute SCSI commands with from the kernel going SG buffer. SCST needs this functionality, because its target drivers, which are, basically, SCSI drivers, can deal only with ... 13 Apr 2010 09:27
External SCST patches This patchset contains external patches SCST necessary to integrate SCST into the Linux kernel tree as well as provide for it necessary additional functionality. Vlad -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordom... 13 Apr 2010 09:27
SCST dev handlers' Makefile This patch contains SCST dev handlers' Makefile. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff -uprN orig/linux-2.6.33/drivers/scst/dev_handlers/Makefile linux-2.6.33/drivers/scst/dev_handlers/Makefile --- orig/linux-2.6.33/driver... 13 Apr 2010 09:27
Changes in drivers/Kconfig and drivers/Makefile This patch contains changes in drivers/Kconfig and drivers/Makefile to integrate SCST into the Linux kernel tree. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- Kconfig | 2 ++ Makefile | 1 + 2 files changed, 3 insertions(+) diff -upkr -X linux-2.6.33/Documentation/dontdiff linux-2.6.33/dri... 13 Apr 2010 09:27
SCST dev handlers This patchset contains SCST dev handlers. Dev handlers are drivers which provide backend functionality for SCST. Vlad -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-inf... 13 Apr 2010 09:27
iSCSI-SCST's Makefile and Kconfig This patch contains iSCSI-SCST's Makefile and Kconfig. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- Kconfig | 25 +++++++++++++++++++++++++ Makefile | 6 ++++++ 2 files changed, 31 insertions(+) diff -uprN orig/linux-2.6.33/drivers/scst/iscsi-scst/Makefile linux-2.6.33/drivers/scst/iscsi-sc... 13 Apr 2010 09:27
SCST core's scst_targ.c This patch contains file scst_targ.c. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- scst_targ.c | 5712 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 5712 insertions(+) diff -uprN orig/linux-2.6.33/drivers/scst/scst_targ.c linux-2.6.33/drivers/scst/scst_targ.c --- ori... 13 Apr 2010 09:27 |