summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: Driver version upgradeShivasharan S2017-03-141-2/+2
* scsi: megaraid_sas: raid6 also require cpuSel check same as raid5Shivasharan S2017-03-141-1/+1
* scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1Shivasharan S2017-03-142-1/+4
* scsi: megaraid_sas: enable intx only if msix request failsShivasharan S2017-03-141-5/+9
* scsi: lpfc: Add shutdown method for kexecAnton Blanchard2017-03-081-0/+1
* scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger2017-03-081-10/+17
* scsi: lpfc: revise version number to 11.2.0.10James Smart2017-03-071-1/+1
* scsi: lpfc: code cleanups in NVME initiator discoveryJames Smart2017-03-072-3/+3
* scsi: lpfc: code cleanups in NVME initiator baseJames Smart2017-03-072-9/+10
* scsi: lpfc: correct rdp diag portnamesJames Smart2017-03-071-4/+4
* scsi: lpfc: remove dead sli3 nvme codeJames Smart2017-03-071-5/+0
* scsi: lpfc: correct double printJames Smart2017-03-071-22/+0
* scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart2017-03-074-9/+10
* scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart2017-03-073-6/+41
* scsi: lpfc: add transport eh_timed_out referenceJames Smart2017-03-071-0/+1
* scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart2017-03-075-6/+69
* scsi: lpfc: add NVME exchange abortsJames Smart2017-03-078-10/+143
* scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localportJames Smart2017-03-071-2/+2
* scsi: lpfc: Fix IO submission if WQ is fullJames Smart2017-03-072-2/+5
* scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problemJames Smart2017-03-071-13/+4
* scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart2017-03-072-2/+2
* scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart2017-03-071-4/+10
* scsi: lpfc: fix missing spin_unlock on sql_list_lockJames Smart2017-03-071-1/+1
* scsi: lpfc: don't dereference dma_buf->iocbq before null checkJames Smart2017-03-071-1/+1
* scsi: lpfc: sanity check hrq is null before dereferencing itJames Smart2017-03-071-5/+5
* scsi: lpfc: remove redundant assignment of sgelJames Smart2017-03-071-1/+0
* scsi: lpfc: replace init_timer by setup_timerTomas Jasek2017-03-072-33/+19
* scsi: qedf: Use vsprintf extension %padJoe Perches2017-03-071-2/+2
* scsi: qedf: Fix defective logging format and argument mismatchesJoe Perches2017-03-073-8/+11
* scsi: vmw_pvscsi: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig2017-03-071-1/+1
* scsi: qla2xxx: Fix ql_dump_bufferJoe Perches2017-03-071-8/+4
* scsi: aacraid: Fix typo in blink statusRaghava Aditya Renukunta2017-03-071-1/+1
* scsi: qedi: fix build error without DEBUG_FSArnd Bergmann2017-03-074-15/+21
* scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-024-12/+12
* scsi: sd: Check for unaligned partial completionDamien Le Moal2017-03-022-15/+17
* scsi: ufs: Factor out ufshcd_read_desc_paramPotomski, MichalX2017-03-023-72/+196
* scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech2017-03-011-1/+25
* scsi: qedi: fix missing return error code check on call to qedi_setup_intColin Ian King2017-03-011-1/+1
* scsi: qedi: Fix memory leak in tmf response processing.Dupuis, Chad2017-02-281-2/+3
* scsi: aacraid: remove redundant zero check on retColin Ian King2017-02-281-5/+1
* scsi: lpfc: use proper format string for dma_addr_tArnd Bergmann2017-02-281-6/+6
* scsi: lpfc: use div_u64 for 64-bit divisionArnd Bergmann2017-02-281-32/+32
* scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=mFinn Thain2017-02-231-1/+1
* scsi: cciss: correct check map error.Don Brace2017-02-231-4/+28
* scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator"Colin Ian King2017-02-231-1/+1
* scsi: aacraid: Fixed expander hotplug for SMART familyRaghava Aditya Renukunta2017-02-231-4/+1
* scsi: mpt3sas: switch to pci_alloc_irq_vectorsHannes Reinecke2017-02-232-59/+48
* scsi: qedf: fixup compilation warning about atomic_t usageDupuis, Chad2017-02-232-7/+7
* scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-237-45/+25
* scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-236-72/+43