]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cxlflash: Superpipe support
authorMatthew R. Ochs <mrochs@linux.vnet.ibm.com>
Fri, 14 Aug 2015 02:47:43 +0000 (21:47 -0500)
committerJames Bottomley <JBottomley@Odin.com>
Thu, 27 Aug 2015 01:04:37 +0000 (18:04 -0700)
commit65be2c79acc3aa0f9c0e8d4871f5a451d854465a
tree44a0bcdad372238cdfcfbdeb2f47875c4f575509
parent5cdac81a870f3bb65c50d3f5566a86fb086118d2
cxlflash: Superpipe support

Add superpipe supporting infrastructure to device driver for the IBM CXL
Flash adapter. This patch allows userspace applications to take advantage
of the accelerated I/O features that this adapter provides and bypass the
traditional filesystem stack.

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>
Reviewed-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Documentation/ioctl/ioctl-number.txt
Documentation/powerpc/cxlflash.txt [new file with mode: 0644]
drivers/scsi/cxlflash/Makefile
drivers/scsi/cxlflash/common.h
drivers/scsi/cxlflash/lunmgt.c [new file with mode: 0644]
drivers/scsi/cxlflash/main.c
drivers/scsi/cxlflash/sislite.h
drivers/scsi/cxlflash/superpipe.c [new file with mode: 0644]
drivers/scsi/cxlflash/superpipe.h [new file with mode: 0644]
include/uapi/scsi/Kbuild
include/uapi/scsi/cxlflash_ioctl.h [new file with mode: 0644]