aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/tcm_qla2xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+16
2014-02-20tcm_qla2xxx: Fix NAA formatted name for NPIV WWPNsNicholas Bellinger1-26/+1
2014-02-20tcm_qla2xxx: Perform configfs depend/undepend for base_tpgNicholas Bellinger1-14/+58
2014-02-20tcm_qla2xxx: Add NPIV specific enable/disable attribute logicNicholas Bellinger1-3/+56
2014-01-19qla2xxx: Configure NPIV fc_vport via tcm_qla2xxx_npiv_make_lportNicholas Bellinger1-30/+76
2014-01-19qla2xxx: Enhancements to enable NPIV support for QLOGIC ISPs with TCM/LIO.Saurav Kashyap1-46/+64
2013-10-16target/qla2xxx: Remove QLA_TPG_ATTRIB macroAndy Grover1-10/+10
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-18/+18
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-35/+24
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-5/+2
2013-09-10target/tcm_qla2xxx: Add/use target_reverse_dma_direction() in target_core_fabric.hNicholas Bellinger1-28/+3
2013-09-03[SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN formatOleksandr Khoshaba1-9/+5
2013-08-12target/qla2xxx: Make demo_mode_login_only modifiableAndy Grover1-2/+19
2013-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-5/+5
2013-07-07target: make queue_tm_rsp() return voidJoern Engel1-3/+1
2013-06-20qla_target: remove qlt_check_fcport_existJörn Engel1-2/+4
2013-06-14tcm_qla2xxx: Fix residual for underrun commands that failRoland Dreier1-1/+5
2013-05-20target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel1-1/+1
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-2/+2
2012-10-30qla2xxx: Fix typo in qla2xxx driversMasanari Iida1-1/+1
2012-10-26qla2xxx: Update target lookup session tables when a target session changesRoland Dreier1-0/+73
2012-10-26tcm_qla2xxx: Format VPD page 83h SCSI name string according to SPCRoland Dreier1-1/+3
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-8/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-7/+0
2012-07-17target: Allow for target_submit_cmd() returning errorsRoland Dreier1-2/+1
2012-07-16target: Remove se_session.sess_wait_listRoland Dreier1-1/+1
2012-07-16qla2xxx: Get rid of redundant qla_tgt_sess.tearing_downRoland Dreier1-1/+0
2012-07-16target: remove transport_generic_handle_cdb_mapChristoph Hellwig1-1/+0
2012-07-16tcm_qla2xxx: Offload WRITE I/O backend submission to tcm_qla2xxx wqChristoph Hellwig1-28/+18
2012-07-16tcm_qla2xxx: Remove duplicate header file inclusionSachin Kamat1-2/+0
2012-06-12tcm_qla2xxx: Handle malformed wwn strings properlyRoland Dreier1-1/+3
2012-06-12tcm_qla2xxx: tcm_qla2xxx_handle_tmr() can be staticRoland Dreier1-2/+2
2012-06-12tcm_qla2xxx: Don't insert nacls without sessions into the btreeRoland Dreier1-73/+0
2012-06-12tcm_qla2xxx: Clear session s_id + loop_id earlier during shutdownNicholas Bellinger1-17/+31
2012-06-12tcm_qla2xxx: Convert to TFO->put_session() usageJoern Engel1-1/+22
2012-05-22[SCSI] tcm_qla2xxx: Add >= 24xx series fabric module for target-coreNicholas Bellinger1-0/+1955