[SCSI] target: Add LIO target core v4.0.0-rc6
LIO target is a full featured in-kernel target framework with the following feature set: High-performance, non-blocking, multithreaded architecture with SIMD support. Advanced SCSI feature set: * Persistent Reservations (PRs) * Asymmetric Logical Unit Assignment (ALUA) * Protocol and intra-nexus multiplexing, load-balancing and failover (MC/S) * Full Error Recovery (ERL=0,1,2) * Active/active task migration and session continuation (ERL=2) * Thin LUN provisioning (UNMAP and WRITE_SAMExx) Multiprotocol target plugins Storage media independence: * Virtualization of all storage media; transparent mapping of IO to LUNs * No hard limits on number of LUNs per Target; maximum LUN size ~750 TB * Backstores: SATA, SAS, SCSI, BluRay, DVD, FLASH, USB, ramdisk, etc. Standards compliance: * Full compliance with IETF (RFC 3720) * Full implementation of SPC-4 PRs and ALUA Significant code cleanups done by Christoph Hellwig. [jejb: fix up for new block bdev exclusive interface. Minor fixes from Randy Dunlap and Dan Carpenter.] Signed-off-by:Nicholas A. Bellinger <nab@linux-iscsi.org> Signed-off-by:
James Bottomley <James.Bottomley@suse.de>
Showing
- Documentation/target/tcm_mod_builder.py 1094 additions, 0 deletionsDocumentation/target/tcm_mod_builder.py
- Documentation/target/tcm_mod_builder.txt 145 additions, 0 deletionsDocumentation/target/tcm_mod_builder.txt
- drivers/Kconfig 2 additions, 0 deletionsdrivers/Kconfig
- drivers/Makefile 1 addition, 0 deletionsdrivers/Makefile
- drivers/target/Kconfig 32 additions, 0 deletionsdrivers/target/Kconfig
- drivers/target/Makefile 24 additions, 0 deletionsdrivers/target/Makefile
- drivers/target/target_core_alua.c 1991 additions, 0 deletionsdrivers/target/target_core_alua.c
- drivers/target/target_core_alua.h 126 additions, 0 deletionsdrivers/target/target_core_alua.h
- drivers/target/target_core_cdb.c 1131 additions, 0 deletionsdrivers/target/target_core_cdb.c
- drivers/target/target_core_configfs.c 3225 additions, 0 deletionsdrivers/target/target_core_configfs.c
- drivers/target/target_core_device.c 1694 additions, 0 deletionsdrivers/target/target_core_device.c
- drivers/target/target_core_fabric_configfs.c 996 additions, 0 deletionsdrivers/target/target_core_fabric_configfs.c
- drivers/target/target_core_fabric_lib.c 451 additions, 0 deletionsdrivers/target/target_core_fabric_lib.c
- drivers/target/target_core_file.c 688 additions, 0 deletionsdrivers/target/target_core_file.c
- drivers/target/target_core_file.h 50 additions, 0 deletionsdrivers/target/target_core_file.h
- drivers/target/target_core_hba.c 185 additions, 0 deletionsdrivers/target/target_core_hba.c
- drivers/target/target_core_hba.h 7 additions, 0 deletionsdrivers/target/target_core_hba.h
- drivers/target/target_core_iblock.c 808 additions, 0 deletionsdrivers/target/target_core_iblock.c
- drivers/target/target_core_iblock.h 40 additions, 0 deletionsdrivers/target/target_core_iblock.h
- drivers/target/target_core_mib.c 1078 additions, 0 deletionsdrivers/target/target_core_mib.c
Loading
Please register or sign in to comment