This website requires JavaScript.
Explore
Help
Sign in
system
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
https://github.com/torvalds/linux
synced
2024-11-05 18:23:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
75d560e095
linux
/
drivers
/
scsi
/
cxlflash
/
Makefile
3 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
cxlflash: Base support for IBM CXL Flash Adapter SCSI device driver to support filesystem access on the IBM CXL Flash adapter. Supported-by: Stephen Bates <stephen.bates@pmcs.com> Reviewed-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com> Reviewed-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
2015-06-09 22:15:52 +00:00
obj-$(CONFIG_CXLFLASH)
+=
cxlflash.o
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>
2015-08-14 02:47:53 +00:00
cxlflash-y
+=
main.o superpipe.o lunmgt.o vlun.o
Reference in a new issue
Copy permalink