[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
- drivers/target/target_core_mib.h 28 additions, 0 deletionsdrivers/target/target_core_mib.h
- drivers/target/target_core_pr.c 4252 additions, 0 deletionsdrivers/target/target_core_pr.c
- drivers/target/target_core_pr.h 67 additions, 0 deletionsdrivers/target/target_core_pr.h
- drivers/target/target_core_pscsi.c 1470 additions, 0 deletionsdrivers/target/target_core_pscsi.c
- drivers/target/target_core_pscsi.h 65 additions, 0 deletionsdrivers/target/target_core_pscsi.h
- drivers/target/target_core_rd.c 1091 additions, 0 deletionsdrivers/target/target_core_rd.c
- drivers/target/target_core_rd.h 73 additions, 0 deletionsdrivers/target/target_core_rd.h
- drivers/target/target_core_scdb.c 105 additions, 0 deletionsdrivers/target/target_core_scdb.c
- drivers/target/target_core_scdb.h 10 additions, 0 deletionsdrivers/target/target_core_scdb.h
- drivers/target/target_core_tmr.c 404 additions, 0 deletionsdrivers/target/target_core_tmr.c
- drivers/target/target_core_tpg.c 826 additions, 0 deletionsdrivers/target/target_core_tpg.c
- drivers/target/target_core_transport.c 6134 additions, 0 deletionsdrivers/target/target_core_transport.c
- drivers/target/target_core_ua.c 332 additions, 0 deletionsdrivers/target/target_core_ua.c
- drivers/target/target_core_ua.h 36 additions, 0 deletionsdrivers/target/target_core_ua.h
- include/target/configfs_macros.h 147 additions, 0 deletionsinclude/target/configfs_macros.h
- include/target/target_core_base.h 937 additions, 0 deletionsinclude/target/target_core_base.h
- include/target/target_core_configfs.h 52 additions, 0 deletionsinclude/target/target_core_configfs.h
- include/target/target_core_device.h 61 additions, 0 deletionsinclude/target/target_core_device.h
- include/target/target_core_fabric_configfs.h 106 additions, 0 deletionsinclude/target/target_core_fabric_configfs.h
- include/target/target_core_fabric_lib.h 28 additions, 0 deletionsinclude/target/target_core_fabric_lib.h
drivers/target/target_core_mib.h
0 → 100644
drivers/target/target_core_pr.c
0 → 100644
This diff is collapsed.
drivers/target/target_core_pr.h
0 → 100644
drivers/target/target_core_pscsi.c
0 → 100644
This diff is collapsed.
drivers/target/target_core_pscsi.h
0 → 100644
drivers/target/target_core_rd.c
0 → 100644
This diff is collapsed.
drivers/target/target_core_rd.h
0 → 100644
This diff is collapsed.
drivers/target/target_core_scdb.c
0 → 100644
This diff is collapsed.
drivers/target/target_core_scdb.h
0 → 100644
This diff is collapsed.
drivers/target/target_core_tmr.c
0 → 100644
This diff is collapsed.
drivers/target/target_core_tpg.c
0 → 100644
This diff is collapsed.
drivers/target/target_core_transport.c
0 → 100644
This diff is collapsed.
drivers/target/target_core_ua.c
0 → 100644
This diff is collapsed.
drivers/target/target_core_ua.h
0 → 100644
This diff is collapsed.
include/target/configfs_macros.h
0 → 100644
This diff is collapsed.
include/target/target_core_base.h
0 → 100644
This diff is collapsed.
include/target/target_core_configfs.h
0 → 100644
This diff is collapsed.
include/target/target_core_device.h
0 → 100644
This diff is collapsed.
include/target/target_core_fabric_configfs.h
0 → 100644
This diff is collapsed.
include/target/target_core_fabric_lib.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment