linux/drivers/scsi/qla2xxx
Arun Easi e02587d777 [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.
This fix:
    - Disables app tag peeking; correct tag check will be added when the
      SCSI API is available.
    - Always derive ref_tag from scsi_get_lba()
    - Removes incorrect swap of FCP_LUN in FCP_CMND
    - Moves app-tag error check before ref-tag check. The reason being,
      currently there is no interface in SCSI to retrieve the app-tag
      for protection I/Os, so driver puts zero for app-tag in the
      firmware interface, but requests not to validate it, but when a
      ref-tag error is detected by firmware, it would put
      expected/actual tags for all the protection tags (guard/app/ref).
      As driver checks for app tag error first, a ref-tag error is
      incorrectly flagged as app-tag error.
    - Convert HBA specific checks to capability based.

Signed-off-by: Arun Easi <arun.easi@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2011-08-27 08:13:52 -06:00
..
Kconfig [SCSI] qla2xxx: Update firmware filenames for new ISP parts. 2008-04-07 12:19:11 -05:00
Makefile [SCSI] qla2xxx: Add ISP82XX support. 2010-05-01 14:11:17 -05:00
qla_attr.c [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting. 2011-08-27 08:13:52 -06:00
qla_bsg.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_bsg.h [SCSI] qla2xxx: Update copyright banner. 2011-05-01 10:07:23 -05:00
qla_dbg.c [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting. 2011-08-27 08:13:52 -06:00
qla_dbg.h [SCSI] qla2xxx: Cleanup of previous infrastructure. 2011-07-27 14:16:34 +04:00
qla_def.h [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting. 2011-08-27 08:13:52 -06:00
qla_devtbl.h [SCSI] qla2xxx: fix Kernel Panic with Qlogic 2472 Card. 2009-02-10 11:15:18 -05:00
qla_dfs.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_fw.h [SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors. 2011-08-27 07:55:46 -06:00
qla_gbl.h [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_gs.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_init.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_inline.h [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting. 2011-08-27 08:13:52 -06:00
qla_iocb.c [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting. 2011-08-27 08:13:52 -06:00
qla_isr.c [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting. 2011-08-27 08:13:52 -06:00
qla_mbx.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_mid.c [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting. 2011-08-27 08:13:52 -06:00
qla_nx.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_nx.h [SCSI] qla2xxx: Update copyright banner. 2011-05-01 10:07:23 -05:00
qla_os.c [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting. 2011-08-27 08:13:52 -06:00
qla_settings.h [SCSI] qla2xxx: Update copyright banner. 2011-05-01 10:07:23 -05:00
qla_sup.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_version.h [SCSI] qla2xxx: Update version number to 8.03.07.03-k. 2011-05-01 10:15:51 -05:00