summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-25qla2xxx: Add ISP27xx fwdump template entry T275 (insert buffer).Joe Carnuccio3-4/+36
2014-09-25qla2xxx: ISP27xx fwdump template fix insertbuf() routine.Joe Carnuccio1-10/+2
2014-09-25qla2xxx: ISP27xx fwdump template remove high frequency debug logs.Joe Carnuccio2-18/+1
2014-09-25qla2xxx: ISP27xx optimize fwdump entry table lookup.Joe Carnuccio1-4/+6
2014-09-25qla2xxx: ISP27xx add tests for incomplete template.Joe Carnuccio2-1/+10
2014-09-22scsi: Use 'depends' with LIBFC instead of 'select'.David S. Miller1-1/+1
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai1-1/+0
2014-09-17scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSRandy Dunlap1-1/+1
2014-09-16qla2xxx: Prevent probe and board_disable raceJoe Lawrence3-1/+5
2014-09-16qla2xxx: Prevent removal and board_disable raceJoe Lawrence3-13/+22
2014-09-16qla2xxx: Schedule board_disable only onceJoe Lawrence2-6/+11
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence5-27/+20
2014-09-16qla2xxx: Use qla2x00_clear_drv_active on probe failureJoe Lawrence1-10/+3
2014-09-16qla2xxx: Fix shost use-after-free on device removalJoe Lawrence1-4/+2
2014-09-16scsi: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-09-16qla2xxx: Remove restriction on starting remote device discovery on port update.Chad Dupuis2-7/+5
2014-09-16qla2xxx: Move mailbox failure messages to a default debug level.Chad Dupuis1-1/+1
2014-09-16qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-16/+11
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2014-07-26qla2xxx: Use dma_zalloc_coherentJoe Perches1-6/+4
2014-07-18scsi: use 64-bit value for 'max_luns'Hannes Reinecke2-4/+4
2014-07-18scsi: use 64-bit LUNsHannes Reinecke7-45/+47
2014-07-18qla2xxx: Restrict max_lun to 16-bit for older HBAsHannes Reinecke1-1/+6
2014-06-25qla2xxx: Fix sparse warning in qla_target.c.Quinn Tran2-8/+13
2014-06-15Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds3-21/+26
2014-06-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds4-65/+147
2014-06-10Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds31-442/+1890
2014-06-04qla2xxx: Convert to percpu_ida session tag pre-allocationNicholas Bellinger4-65/+147
2014-06-02qla2xxx: fix sparse warnings introduced by previous target mode t10-dif patchQuinn Tran3-21/+26
2014-05-28qla2xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-05-28qla2xxx: fix incorrect debug printkDan Carpenter1-1/+2
2014-05-19qla2xxx: Update the driver version to 8.07.00.08-k.Saurav Kashyap1-1/+1
2014-05-19qla2xxx: Remove wait for online from host reset handler.Chad Dupuis2-46/+6
2014-05-19qla2xxx: Do logins from a chip reset in DPC thread instead of the error handl...Chad Dupuis2-39/+7
2014-05-19qla2xxx: ABTS cause double free of qla_tgt_cmd +.Quinn Tran1-3/+26
2014-05-19qla2xxx: T10-Dif: add T10-PI supportQuinn Tran10-76/+851
2014-05-19qla2xxx: Remove mapped vp index iterator macro dead code.Himanshu Madhani1-7/+0
2014-05-19qla2xxx: Add MBC option for fast SFP data access.Joe Carnuccio1-1/+1
2014-05-19qla2xxx: Fix beacon blink logic for ISP26xx/83xx.Himanshu Madani2-7/+6
2014-05-19qla2xxx: Don't check for firmware hung during the reset context for ISP82XX.Tej Prakash1-30/+13
2014-05-19qla2xxx: Delay driver unload if there is any pending activity going on.Sawan Chandak1-0/+24
2014-05-19qla2xxx: ISP27xx queue index shadow registers.Joe Carnuccio6-11/+33
2014-05-19qla2xxx: ISP27xx firmware dump template spec updates (including T274).Joe Carnuccio3-33/+78
2014-05-19qla2xxx: Reduce the time we wait for a command to complete during SCSI error ...Chad Dupuis1-1/+1
2014-05-19qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the ...Hiral Patel3-63/+59
2014-05-19qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning.Chad Dupuis1-1/+1
2014-05-19qla2xxx: Adjust adapter reset routine to the changes in firmware specificatio...Armen Baloyan2-8/+48
2014-05-19qla2xxx: Avoid escalating the SCSI error handler if the command is not found ...Chad Dupuis3-5/+26
2014-05-19qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio.Atul Deshmukh1-1/+1
2014-05-19qla2xxx: ISP8044 poll ipmdio bus timeout improvement.Joe Carnuccio1-8/+7