aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-23[SCSI] qla2xxx: Properly set the tagging for commands.Saurav Kashyap1-2/+9
2013-07-13Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-250/+235
2013-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-143/+18
2013-07-08[SCSI] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Bart Van Assche1-7/+7
2013-07-08[SCSI] qla2xxx: Remove an unused variable from qla2x00_remove_one().Bart Van Assche1-3/+1
2013-07-08[SCSI] qla2xxx: Fix qla2xxx_check_risc_status().Bart Van Assche1-0/+1
2013-07-08[SCSI] qla2xxx: Help Coverity with analyzing ct_sns_pkt initialization.Bart Van Assche1-44/+39
2013-07-08[SCSI] qla2xxx: Remove redundant assignments.Bart Van Assche1-3/+3
2013-07-08[SCSI] qla2xxx: Remove a dead assignment in qla24xx_build_scsi_crc_2_iocbs().Bart Van Assche1-2/+0
2013-07-08[SCSI] qla2xxx: Remove two superfluous tests.Bart Van Assche2-4/+2
2013-07-08[SCSI] qla2xxx: Remove dead code in qla2x00_configure_hba()Bart Van Assche2-8/+1
2013-07-08[SCSI] qla2xxx: Clean up qla84xx_mgmt_cmd()Bart Van Assche2-10/+2
2013-07-08[SCSI] qla2xxx: Clean up qla24xx_iidma()Bart Van Assche2-9/+3
2013-07-08[SCSI] qla2xxx: Fix sparse warning from qla_mr.c and qla_iocb.c.Saurav Kashyap6-150/+157
2013-07-08[SCSI] qla2xxx: Do not take a second firmware dump when intentionally generating one.Chad Dupuis1-2/+4
2013-07-08[SCSI] qla2xxx: Do not query FC statistics during chip reset.Chad Dupuis1-1/+4
2013-07-08[SCSI] qla2xxx: Move qla2x00_free_device to the correct location.Saurav Kashyap1-2/+1
2013-07-08[SCSI] qla2xxx: Set the index in outstanding command array to NULL when cmd is aborted when the request timeout.Giridhar Malavali1-3/+2
2013-07-08[SCSI] qla2xxx: Clear the MBX_INTR_WAIT flag when the mailbox time-out happens.Giridhar Malavali2-3/+9
2013-07-07target: make queue_tm_rsp() return voidJoern Engel1-3/+1
2013-06-26Merge tag 'fcoe1' into fixesJames Bottomley1-2/+6
2013-06-20qla_target: remove qlt_check_fcport_existJörn Engel2-140/+17
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
2013-05-12[SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routinesgurinder.shergill@hp.com5-49/+27
2013-05-10Merge branch 'misc' into for-linusJames Bottomley3-6/+6
2013-05-10[SCSI] qla2xxx: Update firmware link in Kconfig file.Chad Dupuis1-1/+3
2013-05-02[SCSI] qla2xxx: qla2x00_sp_compl can be static.Fengguang Wu1-1/+1
2013-05-02[SCSI] qla2xxx: fix sparse warning "large integer implicitly truncated to unsigned type"Armen Baloyan1-4/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds17-107/+4803
2013-04-30Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-20/+0
2013-04-25qla2xxx: Remove unused functionJörn Engel2-20/+0
2013-04-11[SCSI] qla2xxx: Update the driver version to 8.05.00.03-k.Saurav Kashyap1-2/+2
2013-04-11[SCSI] qla2xxx: Obtain loopback iteration count from bsg request.Joe Carnuccio3-3/+5
2013-04-11[SCSI] qla2xxx: Add clarifying printk to thermal access fail cases.Joe Carnuccio1-2/+3
2013-04-11[SCSI] qla2xxx: Remove duplicated include form qla_isr.cWei Yongjun1-2/+0
2013-04-11[SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali15-98/+4793
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-1/+1
2013-04-06[SCSI] qla2xxx: Update the driver version to 8.04.00.13-k.Saurav Kashyap1-1/+1
2013-04-06[SCSI] qla2xxx: Remove debug code that msleeps for random duration.Saurav Kashyap1-5/+0
2013-04-06[SCSI] qla2xxx: Fix crash during firmware dump procedure.Arun Easi2-2/+2
2013-04-06[SCSI] Revert "qla2xxx: Add setting of driver version string for vendor application."Joe Carnuccio5-64/+1
2013-02-22[SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation.Chad Dupuis4-10/+39
2013-02-22[SCSI] qla2xxx: Integrate generic card temperature with mezz card temperature.Joe Carnuccio6-40/+86
2013-02-22[SCSI] qla2xxx: Don't process state change aen for reset owner.Saurav Kashyap1-0/+2
2013-02-22[SCSI] qla2xxx: Don't process RSCNs for a vport on the same physical adapter.Chad Dupuis3-18/+33
2013-02-22[SCSI] qla2xxx: Add setting of driver version string for vendor application.Joe Carnuccio5-1/+66
2013-02-22[SCSI] qla2xxx: Correction of comment in MBC opcode defines.Joe Carnuccio1-2/+2
2013-02-22[SCSI] qla2xxx: Correct list-iteration bug in Report-ID Acquisition codes.Andrew Vasquez1-3/+8