summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | * scsi: lpfc: remove dead sli3 nvme codeJames Smart2017-03-071-5/+0Star
| | * scsi: lpfc: correct double printJames Smart2017-03-071-22/+0Star
| | * 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/+4Star
| | * 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/+0Star
| | * scsi: lpfc: replace init_timer by setup_timerTomas Jasek2017-03-072-33/+19Star
| | * 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/+4Star
| | * 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
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-03-101-1/+1
|\ \ \
| * | | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
| |/ /
* / / Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-081-33/+8Star
|/ /
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-0483-3168/+22328
|\|
| * 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/+1Star
| * 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: 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/+1Star
| * scsi: mpt3sas: switch to pci_alloc_irq_vectorsHannes Reinecke2017-02-232-59/+48Star
| * scsi: qedf: fixup compilation warning about atomic_t usageDupuis, Chad2017-02-232-7/+7
| * scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-237-45/+25Star
| * scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-235-64/+39Star
| * scsi: simplify scsi_execute_req_flagsChristoph Hellwig2017-02-231-18/+9Star
| * scsi: make the sense header argument to scsi_test_unit_ready mandatoryChristoph Hellwig2017-02-233-14/+6Star
| * scsi: sd: improve TUR handling in sd_check_eventsChristoph Hellwig2017-02-231-14/+11Star
| * scsi: always zero sshdr in scsi_normalize_senseChristoph Hellwig2017-02-231-2/+2
| * scsi: scsi_dh_emc: return success in clariion_std_inquiry()Dan Carpenter2017-02-231-1/+1
| * scsi: fix memory leak of sdpk on when gd fails to allocateColin Ian King2017-02-231-2/+2
| * scsi: sd: make sd_devt_release() staticWei Yongjun2017-02-231-1/+1