]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cxlflash: Virtual LUN support
authorMatthew R. Ochs <mrochs@linux.vnet.ibm.com>
Fri, 14 Aug 2015 02:47:53 +0000 (21:47 -0500)
committerJames Bottomley <JBottomley@Odin.com>
Thu, 27 Aug 2015 01:05:39 +0000 (18:05 -0700)
commit2cb79266d6b229dbebd31fe114af1bdab25c8076
tree1b90c42981d18836586209f618330d9617698eb2
parent65be2c79acc3aa0f9c0e8d4871f5a451d854465a
cxlflash: Virtual LUN support

Add support for physical LUN segmentation (virtual LUNs) to device
driver supporting the IBM CXL Flash adapter. This patch allows user
space applications to virtually segment a physical LUN into N virtual
LUNs, taking advantage of the translation features provided by this
adapter.

Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
Reviewed-by: Michael Neuling <mikey@neuling.org>
Reviewed-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Documentation/powerpc/cxlflash.txt
drivers/scsi/cxlflash/Makefile
drivers/scsi/cxlflash/common.h
drivers/scsi/cxlflash/lunmgt.c
drivers/scsi/cxlflash/main.c
drivers/scsi/cxlflash/sislite.h
drivers/scsi/cxlflash/superpipe.c
drivers/scsi/cxlflash/superpipe.h
drivers/scsi/cxlflash/vlun.c [new file with mode: 0644]
drivers/scsi/cxlflash/vlun.h [new file with mode: 0644]
include/uapi/scsi/cxlflash_ioctl.h