summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-03-22scsi: devinfo: remove DF arrays from HPXose Vazquez Perez1-2/+0
2018-03-22scsi: devinfo: add HP DISK-SUBSYSTEM device, for HP XP arraysXose Vazquez Perez1-0/+1
2018-03-22scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2018-03-22scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"Colin Ian King1-1/+1
2018-03-22scsi: dpt_i2o: use after free in __adpt_reset()Dan Carpenter1-3/+6
2018-03-22scsi: dpt_i2o: use after free in adpt_release()Dan Carpenter1-2/+4
2018-03-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-21/+13
2018-03-20scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabledJianchao Wang1-0/+8
2018-03-20scsi: sd: Remember that READ CAPACITY(16) succeededMartin K. Petersen1-0/+2
2018-03-20scsi: remove the old scsi_module.c initialization modelChristoph Hellwig2-96/+0
2018-03-20scsi: remove the sym53c416 driverChristoph Hellwig4-896/+0
2018-03-20scsi: remove the NCR53c406a driverChristoph Hellwig3-1103/+0
2018-03-20scsi: remove the fdomain and fdomain_cs driversChristoph Hellwig8-2050/+0
2018-03-20scsi: mvme147: stop using scsi_module.cChristoph Hellwig1-50/+57
2018-03-20scsi: esas2r: remove initialization / cleanup dead woodChristoph Hellwig3-91/+4
2018-03-20scsi: core: unexport scsi_host_set_stateChristoph Hellwig1-1/+0
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-3/+0
2018-03-15scsi: ibmvfc: Avoid unnecessary port reloginBrian King1-4/+2
2018-03-15scsi: csiostor: add support for 32 bit port capabilitiesVarun Prakash6-42/+395
2018-03-15scsi: bfa: remove VLAStephen Kitt1-1/+1
2018-03-15scsi: aic7xxx: aic79xx: remove VLAsStephen Kitt5-14/+11
2018-03-15scsi: scsi_dh_alua: Correct comment for alua_alloc_pg()John Pittman1-1/+1
2018-03-15scsi: aha1740: stop using scsi_unregisterChristoph Hellwig1-1/+1
2018-03-15scsi: ips: don't set .detect and .release in the host templateChristoph Hellwig1-4/+0
2018-03-15scsi: dpt_i2o: stop using scsi_unregisterChristoph Hellwig2-13/+4
2018-03-15scsi: eata: eata-pio: Deprecate legacy EATA driversMartin K. Petersen6-4056/+0
2018-03-15scsi: lpfc: make several unions static, fix non-ANSI prototypeColin Ian King2-8/+8
2018-03-15scsi: virtio_scsi: unify scsi_host_templateMing Lei1-59/+15
2018-03-15scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinityMing Lei1-56/+3
2018-03-15scsi: core: introduce force_blk_mqMing Lei1-0/+1
2018-03-15scsi: megaraid_sas: fix selection of reply queueMing Lei3-11/+41
2018-03-15scsi: hpsa: fix selection of reply queueMing Lei2-19/+55
2018-03-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-44/+55
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig3-5/+3
2018-03-13scsi: device_handler: remove VLAsStephen Kitt3-6/+6
2018-03-13scsi: jazz_esp, sun3x_esp: Pass struct device pointer in dma callsFinn Thain2-2/+2
2018-03-13scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()Xiang Chen1-1/+2
2018-03-13scsi: hisi_sas: modify some register config for hip08Xiaofei Tan1-12/+11
2018-03-13scsi: hisi_sas: Code cleanup and minor bug fixesXiang Chen4-23/+33
2018-03-13scsi: hisi_sas: fix return value of hisi_sas_task_prep()Xiaofei Tan1-3/+3
2018-03-13scsi: hisi_sas: remove unused variable hisi_sas_devices.running_reqXiang Chen3-13/+0
2018-03-13scsi: hisi_sas: increase timer expire of internal abort taskXiaofei Tan1-1/+2
2018-03-13scsi: hisi_sas: fix the issue of setting linkrate registerXiaofei Tan3-6/+9
2018-03-13scsi: hisi_sas: fix the issue of link rate inconsistencyXiaofei Tan4-20/+4
2018-03-13scsi: hisi_sas: support the property of signal attenuation for v2 hwXiaofei Tan1-1/+38
2018-03-13scsi: core: Make SCSI Status CONDITION MET equivalent to GOODDouglas Gilbert1-0/+11
2018-03-13scsi: lpfc: Change Copyright of 12.0.0.1 modified files to 2018James Smart2-2/+2
2018-03-13scsi: lpfc: update driver version to 12.0.0.1James Smart1-1/+1
2018-03-13scsi: lpfc: Memory allocation error during driver start-up on power8James Smart4-11/+21
2018-03-13scsi: lpfc: Fix mailbox wait for POST_SGL mbox commandJames Smart2-22/+13