aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-3/+22
2012-12-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-226/+243
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-11/+11
2012-11-30[SCSI] qla2xxx: Display that driver is operating in legacy interrupt mode.Saurav Kashyap2-2/+4
2012-11-30[SCSI] qla2xxx: Dont clear drv active on iospace config failure.Saurav Kashyap2-4/+6
2012-11-30[SCSI] qla2xxx: Fix typo in qla2xxx driver.Masanari Iida2-4/+4
2012-11-30[SCSI] qla2xxx: Update ql2xextended_error_logging parameter description with new option.Chad Dupuis1-0/+2
2012-11-30[SCSI] qla2xxx: Parameterize the link speed of hba rather than fcport.Joe Carnuccio3-22/+17
2012-11-30[SCSI] qla2xxx: Add 16Gb/s case to get port speed capability.Joe Carnuccio1-0/+3
2012-11-30[SCSI] qla2xxx: Move marking fcport online ahead of setting iiDMA speed.Joe Carnuccio1-1/+1
2012-11-30[SCSI] qla2xxx: Add acquiring of risc semaphore before doing ISP reset.Joe Carnuccio2-0/+100
2012-11-30[SCSI] qla2xxx: Ignore driver ack bit if corresponding presence bit is not set.Saurav Kashyap1-1/+1
2012-11-30[SCSI] qla2xxx: Fix typo in qla83xx_fw_dump function.Saurav Kashyap1-1/+1
2012-11-30[SCSI] qla2xxx: Add Gen3 PCIe speed 8GT/s to the log message.Saurav Kashyap1-3/+11
2012-11-30[SCSI] qla2xxx: Use correct Request-Q-Out register during bidirectional request processingAndrew Vasquez1-10/+1
2012-11-30[SCSI] qla2xxx: Move noisy Start scsi failed messages to verbose logging level.Chad Dupuis1-1/+1
2012-11-30[SCSI] qla2xxx: Fix coccinelle warnings in qla2x00_relogin.Saurav Kashyap1-4/+3
2012-11-30[SCSI] qla2xxx: No fcport FC-4 type assignment in GA_NXT response.Armen Baloyan1-0/+3
2012-11-30[SCSI] qla2xxx: Fix for warnings reported by sparse.Saurav Kashyap10-121/+54
2012-11-30[SCSI] qla2xxx: Honor status value of 2 for report-id acquisition.Saurav Kashyap1-1/+1
2012-11-30[SCSI] qla2xxx: Remove spurious taking of ha->vport_slock spinlock.Chad Dupuis1-4/+0
2012-11-30[SCSI] qla2xxx: Clear unsupported 'states' during Get-FW-State queries.Andrew Vasquez1-0/+1
2012-11-30[SCSI] qla2xxx: Update the driver version to 8.04.00.08-k.Saurav Kashyap1-1/+1
2012-11-30[SCSI] qla2xxx: Free rsp_data even on error in qla2x00_process_loopback()Steve Hodgson1-3/+4
2012-11-30[SCSI] qla2xxx: Change in setting UNLOADING flag and FC vports logout sequence while unloading qla2xxx driver.Giridhar Malavali2-4/+2
2012-11-30[SCSI] qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically.David Jeffery1-2/+2
2012-11-30[SCSI] qla2xxx: Properly set result field of bsg_job reply structure for success and failure.Armen Baloyan1-41/+24
2012-11-27qla2xxx: Look up LUN for abort requestsSteve Hodgson1-1/+20
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-2/+2
2012-10-30qla2xxx: Fix typo in qla2xxx driversMasanari Iida4-11/+11
2012-10-26qla2xxx: Update target lookup session tables when a target session changesRoland Dreier3-14/+85
2012-10-26tcm_qla2xxx: Format VPD page 83h SCSI name string according to SPCRoland Dreier2-1/+5
2012-10-26qla2xxx: Add missing ->vport_slock while calling qlt_update_vp_mapNicholas Bellinger1-0/+3
2012-10-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-16/+1
2012-10-09[SCSI] qla2xxx: fix potential deadlock on ha->hardware_lockJiri Kosina1-2/+3
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds22-416/+2961
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-24[SCSI] qla2xxx: Update version number to 8.04.00.07-k.Chad Dupuis1-2/+2
2012-09-24[SCSI] qla2xxx: Use the right field for container_of.Arun Easi1-2/+2
2012-09-24[SCSI] qla2xxx: Allow MSI interrupt registration for ISP82xx.Giridhar Malavali1-1/+1
2012-09-24[SCSI] qla2xxx: Don't toggle RISC interrupt bits after IRQ lines are attached.Giridhar Malavali1-13/+1
2012-09-24[SCSI] qla2xxx: Fix incorrect status reporting on DIF errors.Arun Easi1-0/+1
2012-09-24[SCSI] qla2xxx: T10 DIF - ISP83xx changes.Arun Easi7-54/+67
2012-09-24[SCSI] qla2xxx: Fix for legacy interrupts for ISP83xx.Giridhar Malavali1-0/+2
2012-09-24[SCSI] qla2xxx: Restrict nic core reset to one function for mctp.Saurav Kashyap1-1/+1
2012-09-24[SCSI] qla2xxx: Enable fw attributes for ISP24xx and above.Saurav Kashyap1-1/+1
2012-09-24[SCSI] qla2xxx: Get fcal position map should not be called for p2p topology.Saurav Kashyap2-6/+2
2012-09-24[SCSI] qla2xxx: Set Maximum Read Request Size to 4K.Chad Dupuis1-2/+2