aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-25/+23
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio1-25/+23
2017-02-08qla2xxx: Fix wrong argument in sp done callbackQuinn Tran1-3/+3
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-1/+1
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-2/+3
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-3/+7
2016-04-15qla2xxx: Remove use of 'struct timeval'Tina Ruchandani1-3/+2
2015-08-26qla2xxx: Fix sparse annotationsBart Van Assche1-3/+3
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche1-1/+1
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-7/+3
2015-08-26qla2xxx: Report both rsp_info and rsp_info_lenBart Van Assche1-2/+2
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-13/+0
2014-09-25qla2xxx: Add FDMI-2 functionality.Himanshu Madhani1-2/+2
2014-09-25qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.Jan Kulich1-1/+4
2014-09-25qla2xxx: Incorrect linked list semantic in qlafx00_get_fcport().Joe Carnuccio1-3/+2
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-4/+4
2014-05-19qla2xxx: Adjust adapter reset routine to the changes in firmware specification for ISPFx00.Armen Baloyan1-8/+47
2014-05-19qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio.Atul Deshmukh1-1/+1
2014-05-19qla2xxx: Decrease pci access for response queue processing for ISPFX00.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Wait for reset completion without lock for ISPFX00.Saurav Kashyap1-1/+2
2014-03-15[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan1-88/+0
2014-03-15[SCSI] qla2xxx: Fix Task Management command asynchronous handlingArmen Baloyan1-64/+2
2014-03-15[SCSI] qla2xxx: Simplify the ISPFX00 interrupt handler code for ISPFX00.Saurav Kashyap1-16/+9
2014-03-15[SCSI] qla2xxx: Avoid poisoning in the response queue for ISPFX00.Saurav Kashyap1-7/+8
2014-03-15[SCSI] qla2xxx: Add changes in the IOCB structures to adjust driver source codes to ISPFX00 firmware spec.Armen Baloyan1-5/+5
2014-03-15[SCSI] qla2xxx: Remove Marker type IOCB logic for ISPFX00.Armen Baloyan1-12/+0
2014-03-15[SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis1-1/+1
2014-03-15[SCSI] qla2xxx: Properly handle 32 bit mailbox register for ISPFX00.Saurav Kashyap1-6/+6
2014-03-15[SCSI] qla2xxx: Select correct request queue for error type IOCB for ISPFX00.Saurav Kashyap1-1/+1
2014-03-15[SCSI] qla2xxx: Remove init control block related dead code for ISPFX00.Saurav Kashyap1-14/+0
2014-03-15[SCSI] qla2xxx: Replace constant value for IOCTL IOCB abort execution status with a macro for ISPFX00.Armen Baloyan1-1/+2
2014-03-15[SCSI] qla2xxx: Add handling for boot indication progress AENs for ISPFX00.Armen Baloyan1-0/+3
2013-12-19[SCSI] qla2xxx: Add changes to obtain ISPFX00 adapters product information in accordance with firmware update.Armen Baloyan1-2/+2
2013-12-19[SCSI] qla2xxx: Add logic to abort BSG commands for ISPFX00.Armen Baloyan1-1/+10
2013-12-19[SCSI] qla2xxx: Fix issue with not displaying node name after system reboot.Armen Baloyan1-0/+18
2013-12-19[SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.Chad Dupuis1-0/+2
2013-12-19[SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low."Chad Dupuis1-4/+0
2013-09-23[SCSI] qla2xxx: Use pcie_is_pcie() to simplify codeYijing Wang1-4/+2
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-09-03[SCSI] qla2xxx: Correction to message ids.Saurav Kashyap1-1/+1
2013-09-03[SCSI] qla2xxx: Set default critical temperature value in cases when ISPFX00 firmware doesn't provide itArmen Baloyan1-1/+3
2013-09-03[SCSI] qla2xxx: QLAFX00 make over temperature AEN handling informational, add log for normal temperature AENArmen Baloyan1-1/+13
2013-09-03[SCSI] qla2xxx: Remove handling of Shutdown Requested AEN from qlafx00_process_aen().Armen Baloyan1-4/+0
2013-09-03[SCSI] qla2xxx: Send all AENs for ISPFx00 to above layers.Armen Baloyan1-2/+4
2013-09-03[SCSI] qla2xxx: Add changes in initialization for ISPFX00 cards with BIOSArmen Baloyan1-0/+11
2013-09-03[SCSI] qla2xxx: Add changes to support extended IOs for ISPFX00Armen Baloyan1-3/+2
2013-09-03[SCSI] qla2xxx: Add critical temperature handling for ISPFX00.Armen Baloyan1-13/+73
2013-09-03[SCSI] qla2xxx: Notify ISPFX00 firmware when driver is unloaded or system is shut down.Armen Baloyan1-1/+1