summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-143-3/+16
|\
| * scsi: qla2xxx: Mask off Scope bits in retry delayAnil Gurumurthy2018-06-071-2/+6
| * scsi: qla2xxx: Fix crash on qla2x00_mailbox_commandRodrigo R. Galvao2018-06-071-0/+8
| * scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani2018-06-051-1/+2
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-124-16/+23
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* | scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wqAndrei Vagin2018-05-081-10/+0
* | scsi: qla2xxx: Update driver version to 10.00.00.07-khimanshu.madhani@cavium.com2018-05-081-1/+1
* | scsi: qla2xxx: Fix TMF and Multi-Queue configQuinn Tran2018-05-083-25/+141
* | scsi: qla2xxx: Prevent relogin loop by removing stale codehimanshu.madhani@cavium.com2018-05-081-14/+0
* | scsi: qla2xxx: Remove stale debug value for login_retry flagQuinn Tran2018-05-081-1/+0
* | scsi: qla2xxx: Use predefined get_datalen_for_atio() inline functionQuinn Tran2018-05-081-10/+7
* | scsi: qla2xxx: Fix Inquiry command being dropped in Target modeQuinn Tran2018-05-081-2/+7
* | scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran2018-05-086-44/+55
* | scsi: qla2xxx: Reduce redundant ADISC command for RSCNsQuinn Tran2018-05-083-3/+31
* | scsi: qla2xxx: Delete session for nport id changeQuinn Tran2018-05-081-1/+3
* | scsi: qla2xxx: Fix Rport and session state getting out of syncQuinn Tran2018-05-081-18/+12
* | scsi: qla2xxx: Fix sending ADISC command for loginQuinn Tran2018-05-081-4/+2
|/
* scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn2018-04-091-3/+3
* scsi: qla2xxx: correctly shift host byteJohannes Thumshirn2018-04-091-1/+1
* scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings2018-04-098-31/+45
* scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings2018-04-091-2/+2
* scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja2018-04-091-23/+21
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-0522-422/+564
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-039-87/+116
| |\
| | * scsi: qla2xxx: fx00 copypaste typoMeelis Roos2018-03-211-1/+1
| | * scsi: qla2xxx: fix error message on <qla2400Meelis Roos2018-03-212-6/+14
| * | scsi: qla2xxx: Update driver version to 10.00.00.06-khimanshu.madhani@cavium.com2018-03-211-1/+1
| * | scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran2018-03-215-71/+229
| * | scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp2018-03-212-51/+29
| * | scsi: qla2xxx: Fix FC-NVMe IO abort during driver resetDarren Trapp2018-03-213-7/+14
| * | scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSYDarren Trapp2018-03-213-4/+18
| * | scsi: qla2xxx: Remove nvme_done_listDarren Trapp2018-03-216-22/+2
| * | scsi: qla2xxx: Return busy if rport going awayDarren Trapp2018-03-213-12/+24
| * | scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB changeDarren Trapp2018-03-213-5/+3
| * | scsi: qla2xxx: Add FC-NVMe abort processingDarren Trapp2018-03-212-18/+19
| * | scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp2018-03-217-90/+87
| * | scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()Darren Trapp2018-03-211-2/+3
| * | scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMehimanshu.madhani@cavium.com2018-03-211-8/+3
| * | scsi: qla2xxx: Restore ZIO threshold settingDarren Trapp2018-03-211-5/+0
| * | scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"Colin Ian King2018-03-211-1/+1
| * | scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder2018-02-223-16/+4
| * | scsi: qla2xxx: Fix function argument descriptionsBart Van Assche2018-02-1212-104/+125
| * | scsi: qla2xxx: Remove unused symbolsBart Van Assche2018-02-121-4/+0
| * | scsi: qla2xxx: Use %p for printing pointersBart Van Assche2018-02-121-2/+2
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+1
|\ \ \ | |_|/ |/| |
| * | blk-mq: Allow PCI vector offset for mapping queuesKeith Busch2018-03-271-1/+1
| |/
* | scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe DiscoveryHimanshu Madhani2018-03-121-1/+0
* | scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failureBill Kuzeja2018-03-061-22/+37
OpenPOWER on IntegriCloud