summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-15scsi: hpsa: update check for logical volume statusDon Brace2-19/+18
2017-03-14scsi: megaraid_sas: Driver version upgradeShivasharan S1-2/+2
2017-03-14scsi: megaraid_sas: raid6 also require cpuSel check same as raid5Shivasharan S1-1/+1
2017-03-14scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1Shivasharan S2-1/+4
2017-03-14scsi: megaraid_sas: enable intx only if msix request failsShivasharan S1-5/+9
2017-03-08scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-03-08scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger1-10/+17
2017-03-07scsi: lpfc: revise version number to 11.2.0.10James Smart1-1/+1
2017-03-07scsi: lpfc: code cleanups in NVME initiator discoveryJames Smart2-3/+3
2017-03-07scsi: lpfc: code cleanups in NVME initiator baseJames Smart2-9/+10
2017-03-07scsi: lpfc: correct rdp diag portnamesJames Smart1-4/+4
2017-03-07scsi: lpfc: remove dead sli3 nvme codeJames Smart1-5/+0
2017-03-07scsi: lpfc: correct double printJames Smart1-22/+0
2017-03-07scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart4-9/+10
2017-03-07scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart3-6/+41
2017-03-07scsi: lpfc: add transport eh_timed_out referenceJames Smart1-0/+1
2017-03-07scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart5-6/+69
2017-03-07scsi: lpfc: add NVME exchange abortsJames Smart8-10/+143
2017-03-07scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localportJames Smart1-2/+2
2017-03-07scsi: lpfc: Fix IO submission if WQ is fullJames Smart2-2/+5
2017-03-07scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problemJames Smart1-13/+4
2017-03-07scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart2-2/+2
2017-03-07scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-03-07scsi: lpfc: fix missing spin_unlock on sql_list_lockJames Smart1-1/+1
2017-03-07scsi: lpfc: don't dereference dma_buf->iocbq before null checkJames Smart1-1/+1
2017-03-07scsi: lpfc: sanity check hrq is null before dereferencing itJames Smart1-5/+5
2017-03-07scsi: lpfc: remove redundant assignment of sgelJames Smart1-1/+0
2017-03-07scsi: lpfc: replace init_timer by setup_timerTomas Jasek2-33/+19
2017-03-07scsi: qedf: Use vsprintf extension %padJoe Perches1-2/+2
2017-03-07scsi: qedf: Fix defective logging format and argument mismatchesJoe Perches3-8/+11
2017-03-07scsi: vmw_pvscsi: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig1-1/+1
2017-03-07scsi: qla2xxx: Fix ql_dump_bufferJoe Perches1-8/+4
2017-03-07scsi: aacraid: Fix typo in blink statusRaghava Aditya Renukunta1-1/+1
2017-03-07scsi: qedi: fix build error without DEBUG_FSArnd Bergmann4-15/+21
2017-03-02scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche4-12/+12
2017-03-02scsi: sd: Check for unaligned partial completionDamien Le Moal2-15/+17
2017-03-02scsi: ufs: Factor out ufshcd_read_desc_paramPotomski, MichalX3-72/+196
2017-03-01scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech1-1/+25
2017-03-01scsi: qedi: fix missing return error code check on call to qedi_setup_intColin Ian King1-1/+1
2017-02-28scsi: qedi: Fix memory leak in tmf response processing.Dupuis, Chad1-2/+3
2017-02-28scsi: aacraid: remove redundant zero check on retColin Ian King1-5/+1
2017-02-28scsi: lpfc: use proper format string for dma_addr_tArnd Bergmann1-6/+6
2017-02-28scsi: lpfc: use div_u64 for 64-bit divisionArnd Bergmann1-32/+32
2017-02-24scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=mFinn Thain1-1/+1
2017-02-24scsi: cciss: correct check map error.Don Brace1-4/+28
2017-02-24scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator"Colin Ian King1-1/+1
2017-02-24scsi: aacraid: Fixed expander hotplug for SMART familyRaghava Aditya Renukunta1-4/+1
2017-02-24scsi: mpt3sas: switch to pci_alloc_irq_vectorsHannes Reinecke2-59/+48
2017-02-24scsi: qedf: fixup compilation warning about atomic_t usageDupuis, Chad2-7/+7
2017-02-24scsi: remove scsi_execute_req_flagsChristoph Hellwig7-45/+25