summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)Author
2014-09-25qla2xxx: Unload of qla2xxx driver crashes the machine.Arun Easi
2014-09-25qla2xxx: Allow user to change ql2xfdmienable value.Himanshu Madhani
2014-09-25qla2xxx: Fix driver version string message.Himanshu Madhani
2014-09-25qla2xxx: Add diagnostic port functionality.Joe Carnuccio
2014-09-25qla2xxx: Add FA-WWN functionality.Joe Carnuccio
2014-09-25qla2xxx: Add FDMI-2 functionality.Himanshu Madhani
2014-09-25qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.Jan Kulich
2014-09-25qla2xxx: Incorrect linked list semantic in qlafx00_get_fcport().Joe Carnuccio
2014-09-25qla2xxx: Incorrect debug level on mailbox command print 0x1111.Joe Carnuccio
2014-09-25qla2xxx: ISPFX00 avoid writing semaphore register in request_irqs().Joe Carnuccio
2014-09-25qla2xxx: Fix potential return count bug in qla2xxx_get_vpd_field().Joe Carnuccio
2014-09-25qla2xxx: ISP27xx fwdump template error print simplification.Joe Carnuccio
2014-09-25qla2xxx: ISP25xx multiqueue shadow register crash fix.Joe Carnuccio
2014-09-25qla2xxx: Add endianizer to max_payload_size modifier.Joe Carnuccio
2014-09-25qla2xxx: Enable fast flash access for ISP83xx.Chad Dupuis
2014-09-25qla2xxx: Add ISP27xx fwdump template entry T275 (insert buffer).Joe Carnuccio
2014-09-25qla2xxx: ISP27xx fwdump template fix insertbuf() routine.Joe Carnuccio
2014-09-25qla2xxx: ISP27xx fwdump template remove high frequency debug logs.Joe Carnuccio
2014-09-25qla2xxx: ISP27xx optimize fwdump entry table lookup.Joe Carnuccio
2014-09-25qla2xxx: ISP27xx add tests for incomplete template.Joe Carnuccio
2014-09-22scsi: Use 'depends' with LIBFC instead of 'select'.David S. Miller
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-09-16scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSRandy Dunlap
2014-09-16qla2xxx: Prevent probe and board_disable raceJoe Lawrence
2014-09-16qla2xxx: Prevent removal and board_disable raceJoe Lawrence
2014-09-16qla2xxx: Schedule board_disable only onceJoe Lawrence
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence
2014-09-16qla2xxx: Use qla2x00_clear_drv_active on probe failureJoe Lawrence
2014-09-16qla2xxx: Fix shost use-after-free on device removalJoe Lawrence
2014-09-16scsi: fix decimal printf format specifiers prefixed with 0xHans Wennborg
2014-09-16qla2xxx: Remove restriction on starting remote device discovery on port update.Chad Dupuis
2014-09-16qla2xxx: Move mailbox failure messages to a default debug level.Chad Dupuis
2014-09-16qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-08-26treewide: Fix typo in printkMasanari Iida
2014-07-25qla2xxx: Use dma_zalloc_coherentJoe Perches
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-07-17qla2xxx: Restrict max_lun to 16-bit for older HBAsHannes Reinecke
2014-06-25qla2xxx: Fix sparse warning in qla_target.c.Quinn Tran
2014-06-15Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-06-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-06-10Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-06-04qla2xxx: Convert to percpu_ida session tag pre-allocationNicholas Bellinger
2014-06-02qla2xxx: fix sparse warnings introduced by previous target mode t10-dif patchQuinn Tran
2014-05-28qla2xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine
2014-05-28qla2xxx: fix incorrect debug printkDan Carpenter
2014-05-19qla2xxx: Update the driver version to 8.07.00.08-k.Saurav Kashyap
2014-05-19qla2xxx: Remove wait for online from host reset handler.Chad Dupuis
2014-05-19qla2xxx: Do logins from a chip reset in DPC thread instead of the error handl...Chad Dupuis
2014-05-19qla2xxx: ABTS cause double free of qla_tgt_cmd +.Quinn Tran