summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla4xxx: Remove redundant check on drvr_waitColin Ian King2018-09-281-6/+4
* scsi: qla2xxx: Move log messages before issuing command to firmwareGiridhar Malavali2018-09-282-30/+33
* scsi: qla2xxx: Fix for double free of SRB structureGiridhar Malavali2018-09-282-2/+16
* scsi: qla2xxx: Fix recursive mailbox timeoutQuinn Tran2018-09-281-1/+1
* scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani2018-09-281-3/+0
* scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran2018-09-282-15/+6
* scsi: qla2xxx: Fix duplicate switch database entriesQuinn Tran2018-09-281-3/+3
* scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran2018-09-281-2/+2
* scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran2018-09-281-1/+1
* scsi: qla2xxx: don't allow negative thresholdsDan Carpenter2018-09-281-1/+1
* scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida2018-09-281-1/+1
* scsi: libsas: fix a race condition when smp task timeoutJason Yan2018-09-261-5/+4
* scsi: libsas: check the ata device status by ata_dev_enabled()Jason Yan2018-09-261-1/+1
* scsi: libsas: always unregister the old device if going to discover newJason Yan2018-09-261-8/+5
* scsi: libsas: make the lldd_port_deformed method optionalJason Yan2018-09-262-8/+3
* scsi: libsas: delete dead code in scsi_transport_sas.cJason Yan2018-09-261-2/+0
* scsi: megaraid: fix spelling mistake "maibox" -> "mailbox"Colin Ian King2018-09-262-3/+3
* scsi: FlashPoint: Remove unnecessary parenthesesNathan Chancellor2018-09-261-3/+3
* scsi: hpsa: Use vmemdup_user to replace the open codezhong jiang2018-09-261-8/+4
* scsi: advansys: Remove unnecessary parenthesesNathan Chancellor2018-09-211-1/+1
* scsi: qla2xxx: Remove set but not used variable 'ptr_dma'YueHaibing2018-09-171-2/+0
* scsi: lpfc: Remove set but not used variable 'sgl_size'YueHaibing2018-09-171-3/+1
* scsi: bnx2fc: Remove set but not used variable 'oxid'YueHaibing2018-09-171-3/+0
* scsi: core: remove unnecessary unlikely()Igor Stoppa2018-09-171-2/+2
* scsi: aic7xxx: remove set but not used variable 'shared_scb_data'YueHaibing2018-09-171-2/+0
* scsi: pm80xx: Remove set but not used variable 'page_code'YueHaibing2018-09-171-2/+1
* scsi: pm80xx: Remove set but not used variable 'device_id'YueHaibing2018-09-171-4/+0
* scsi: ufshcd: Fix NULL pointer dereference for in ufshcd_initVivek Gautam2018-09-171-19/+34
* scsi: pm80xx: Update driver version to 0.1.39Deepak Ukey2018-09-121-1/+1
* scsi: pm80xx: Fixed system hang issue during kexec bootDeepak Ukey2018-09-125-6/+91
* scsi: pm80xx: Corrected dma_unmap_sg() parameterDeepak Ukey2018-09-121-1/+1
* scsi: pm80xx: Fix for phy enable/disable functionalityDeepak Ukey2018-09-127-17/+49
* scsi: qla2xxx: fix typo "CT-PASSTRHU" -> "CT-PASSTHRU"Colin Ian King2018-09-121-1/+1
* scsi: aic7xxx: remove unused redundant variable num_chip_namesColin Ian King2018-09-122-2/+0
* scsi: libfc: remove set but not used variable 'rpriv'YueHaibing2018-09-121-3/+0
* scsi: arcmsr: Spelling s/rebulid/rebuild/Geert Uytterhoeven2018-09-121-10/+10
* scsi: sym53c8xx: fix NULL pointer dereference panic in sym_int_sir()George Kennedy2018-09-121-4/+11
* scsi: lpfc: update driver version to 12.0.0.7James Smart2018-09-121-1/+1
* scsi: lpfc: add support to retrieve firmware logsJames Smart2018-09-129-2/+790
* scsi: lpfc: reduce locking when updating statisticsJames Smart2018-09-121-8/+10
* scsi: lpfc: Fix errors in log messages.James Smart2018-09-122-5/+4
* scsi: lpfc: Correct invalid EQ doorbell write on if_type=6James Smart2018-09-121-5/+1
* scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart2018-09-127-22/+52
* scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart2018-09-121-0/+7
* scsi: lpfc: Correct race with abort on completion pathJames Smart2018-09-121-3/+11
* scsi: lpfc: Raise nvme defaults to support a larger io and more connectivityJames Smart2018-09-121-0/+10
* scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart2018-09-125-37/+103
* scsi: lpfc: Fix GFT_ID and PRLI logic for RSCNJames Smart2018-09-123-6/+4
* scsi: qla2xxx: Update driver version to 10.00.00.11-kHimanshu Madhani2018-09-121-1/+1
* scsi: qla2xxx: Fix double increment of switch scan retry countQuinn Tran2018-09-121-20/+17