This patch contains user space backend dev handler. It allows to implement in the user space virtual SCSI devices in the SCST environment. See description of its interface here: http://scst.sourceforge.net/scst_user_spec.txt An example of an application that uses this interface is fileio_tgt. You can download this software from https://sourceforge.net/project/showfiles.php?group_id=110471&package_id=283232. This application is a full feature virtual disk emulator similar to scst_vdisk backend dev handler. Signed-off-by: Vladislav Bolkhovitin <vst@xxxxxxxx> --- drivers/scst/dev_handlers/scst_user.c | 3059 ++++++++++++++++++++++++++++++++++ include/scst/scst_user.h | 266 ++ 2 files changed, 3325 insertions(+) The patch is too big to be submitted inline. You can find it in http://scst.sourceforge.net/patches/scst_user.diff -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html