summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Perform warm reset every 2 minutes if firmware load fails for...Armen Baloyan2013-09-031-0/+8
* [SCSI] qla2xxx: Set factory reset recovery timeout to 10 min. for ISPFX00.Armen Baloyan2013-09-032-0/+4
* [SCSI] qla2xxx: Correct multiqueue offset calculations.Andrew Vasquez2013-09-034-24/+18
* [SCSI] qla2xxx: Fix incorrect test after list_for_each_entry() exits.Joe Carnuccio2013-09-031-1/+4
* [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-0318-158/+4849
* [SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN formatOleksandr Khoshaba2013-09-038-181/+58
* [SCSI] qla2xxx: Fix sparse warnings in qlafx00_fxdisc_iocb function.Saurav Kashyap2013-08-231-2/+4
* [SCSI] qla2xxx: Properly set the tagging for commands.Saurav Kashyap2013-07-231-2/+9
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-07-1314-250/+235
|\
| * [SCSI] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Bart Van Assche2013-07-081-7/+7
| * [SCSI] qla2xxx: Remove an unused variable from qla2x00_remove_one().Bart Van Assche2013-07-081-3/+1
| * [SCSI] qla2xxx: Fix qla2xxx_check_risc_status().Bart Van Assche2013-07-081-0/+1
| * [SCSI] qla2xxx: Help Coverity with analyzing ct_sns_pkt initialization.Bart Van Assche2013-07-081-44/+39
| * [SCSI] qla2xxx: Remove redundant assignments.Bart Van Assche2013-07-081-3/+3
| * [SCSI] qla2xxx: Remove a dead assignment in qla24xx_build_scsi_crc_2_iocbs().Bart Van Assche2013-07-081-2/+0
| * [SCSI] qla2xxx: Remove two superfluous tests.Bart Van Assche2013-07-082-4/+2
| * [SCSI] qla2xxx: Remove dead code in qla2x00_configure_hba()Bart Van Assche2013-07-082-8/+1
| * [SCSI] qla2xxx: Clean up qla84xx_mgmt_cmd()Bart Van Assche2013-07-082-10/+2
| * [SCSI] qla2xxx: Clean up qla24xx_iidma()Bart Van Assche2013-07-082-9/+3
| * [SCSI] qla2xxx: Fix sparse warning from qla_mr.c and qla_iocb.c.Saurav Kashyap2013-07-086-150/+157
| * [SCSI] qla2xxx: Do not take a second firmware dump when intentionally generat...Chad Dupuis2013-07-081-2/+4
| * [SCSI] qla2xxx: Do not query FC statistics during chip reset.Chad Dupuis2013-07-081-1/+4
| * [SCSI] qla2xxx: Move qla2x00_free_device to the correct location.Saurav Kashyap2013-07-081-2/+1
| * [SCSI] qla2xxx: Set the index in outstanding command array to NULL when cmd i...Giridhar Malavali2013-07-081-3/+2
| * [SCSI] qla2xxx: Clear the MBX_INTR_WAIT flag when the mailbox time-out happens.Giridhar Malavali2013-07-082-3/+9
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-07-112-143/+18
|\ \ | |/ |/|
| * target: make queue_tm_rsp() return voidJoern Engel2013-07-071-3/+1
| * qla_target: remove qlt_check_fcport_existJörn Engel2013-06-202-140/+17
* | Merge tag 'fcoe1' into fixesJames Bottomley2013-06-261-2/+6
|\ \
| * | tcm_qla2xxx: Fix residual for underrun commands that failRoland Dreier2013-06-141-1/+5
| |/
| * target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel2013-05-201-1/+1
* | [SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routinesgurinder.shergill@hp.com2013-05-125-49/+27
|/
* Merge branch 'misc' into for-linusJames Bottomley2013-05-103-6/+6
|\
| * [SCSI] qla2xxx: Update firmware link in Kconfig file.Chad Dupuis2013-05-101-1/+3
| * [SCSI] qla2xxx: qla2x00_sp_compl can be static.Fengguang Wu2013-05-021-1/+1
| * [SCSI] qla2xxx: fix sparse warning "large integer implicitly truncated to uns...Armen Baloyan2013-05-021-4/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\ \ | |/ |/|
| * constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-04-3017-107/+4803
|\ \
| * | [SCSI] qla2xxx: Update the driver version to 8.05.00.03-k.Saurav Kashyap2013-04-111-2/+2
| * | [SCSI] qla2xxx: Obtain loopback iteration count from bsg request.Joe Carnuccio2013-04-113-3/+5
| * | [SCSI] qla2xxx: Add clarifying printk to thermal access fail cases.Joe Carnuccio2013-04-111-2/+3
| * | [SCSI] qla2xxx: Remove duplicated include form qla_isr.cWei Yongjun2013-04-111-2/+0
| * | [SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali2013-04-1115-98/+4793
* | | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-302-20/+0
|\ \ \ | |/ / |/| |
| * | qla2xxx: Remove unused functionJörn Engel2013-04-252-20/+0
| |/
* | [SCSI] qla2xxx: Update the driver version to 8.04.00.13-k.Saurav Kashyap2013-04-061-1/+1
* | [SCSI] qla2xxx: Remove debug code that msleeps for random duration.Saurav Kashyap2013-04-061-5/+0
* | [SCSI] qla2xxx: Fix crash during firmware dump procedure.Arun Easi2013-04-062-2/+2
* | [SCSI] Revert "qla2xxx: Add setting of driver version string for vendor appli...Joe Carnuccio2013-04-065-64/+1
|/
OpenPOWER on IntegriCloud