summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/tcm_qla2xxx.c
Commit message (Expand)AuthorAgeFilesLines
...
* | qla2xxx: terminate exchange when command is aborted by LIOAlexei Potashnik2015-07-241-10/+1
* | qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik2015-07-241-0/+4
* | qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle2015-07-241-6/+2
* | qla2xxx: adjust debug flagsQuinn Tran2015-07-241-2/+1
* | tcm_qla2xxx: pass timeout as HZ independent valueNicholas Mc Guire2015-07-231-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-214/+13
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-7/+2
| * target: remove ->put_session methodChristoph Hellwig2015-05-301-13/+0
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-15/+0
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-301-73/+0
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-19/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-4/+4
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-27/+2
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-51/+8
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-7/+0
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-4/+2
|\ \ | |/
| * target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-301-4/+2
* | treewide: Add missing vmalloc.h inclusion.David S. Miller2015-05-281-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-93/+81
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-92/+26
| * tcm_qla2xxx: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-071-0/+44
| * tcm_qla2xxx: Set TARGET_PROT_ALL for sup_prot_opsNicholas Bellinger2015-04-071-1/+1
| * tcm_qla2xxx: Expose per endpoint dynamic_sessions attributeNicholas Bellinger2015-03-061-0/+10
* | tcm_qla2xxx: Fix incorrect use of __transport_register_sessionBart Van Assche2015-03-191-1/+1
|/
* tcm_qla2xxx: print port name via %*phCAndy Shevchenko2015-01-151-3/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-10-211-1/+10
|\
| * qla_target: don't delete changed naclsJoern Engel2014-10-031-1/+10
* | qla2xxx: Add flags for tracing the target commands.Saurav Kashyap2014-09-251-0/+24
* | qla2xxx: fix crash due to task mgmt cmd typeHimanshu Madhani2014-09-251-2/+7
* | qla2xxx: Fix sparse warnings in tcm_qla2xxx.cHimanshu Madhani2014-09-251-6/+6
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-06-121-1/+5
|\
| * qla2xxx: Convert to percpu_ida session tag pre-allocationNicholas Bellinger2014-06-031-1/+5
* | qla2xxx: T10-Dif: add T10-PI supportQuinn Tran2014-05-191-2/+39
|/
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+1
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+16
* tcm_qla2xxx: Fix NAA formatted name for NPIV WWPNsNicholas Bellinger2014-02-201-26/+1
* tcm_qla2xxx: Perform configfs depend/undepend for base_tpgNicholas Bellinger2014-02-201-14/+58
* tcm_qla2xxx: Add NPIV specific enable/disable attribute logicNicholas Bellinger2014-02-201-3/+56
* qla2xxx: Configure NPIV fc_vport via tcm_qla2xxx_npiv_make_lportNicholas Bellinger2014-01-191-30/+76
* qla2xxx: Enhancements to enable NPIV support for QLOGIC ISPs with TCM/LIO.Saurav Kashyap2014-01-191-46/+64
* target/qla2xxx: Remove QLA_TPG_ATTRIB macroAndy Grover2013-10-161-10/+10
* target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-18/+18
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-121-35/+24
|\
| * target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-5/+2
| * target/tcm_qla2xxx: Add/use target_reverse_dma_direction() in target_core_fab...Nicholas Bellinger2013-09-101-28/+3
| * target/qla2xxx: Make demo_mode_login_only modifiableAndy Grover2013-08-121-2/+19
* | [SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN formatOleksandr Khoshaba2013-09-031-9/+5
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-07-111-5/+5
|\
OpenPOWER on IntegriCloud