aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-21scsi: arcmsr: Handle adapter removed due to thunderbolt cable disconnection.Ching Huang1-0/+80
2018-03-21scsi: arcmsr: Rename ACB_F_BUS_HANG_ON to ACB_F_ADAPTER_REMOVED for adapter hot-plugChing Huang1-1/+1
2018-03-21scsi: qla2xxx: Update driver version to 10.00.00.06-khimanshu.madhani@cavium.com1-1/+1
2018-03-21scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran5-71/+229
2018-03-21scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp2-51/+29
2018-03-21scsi: qla2xxx: Fix FC-NVMe IO abort during driver resetDarren Trapp3-7/+14
2018-03-21scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSYDarren Trapp3-4/+18
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp6-22/+2
2018-03-21scsi: qla2xxx: Return busy if rport going awayDarren Trapp3-12/+24
2018-03-21scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB changeDarren Trapp3-5/+3
2018-03-21scsi: qla2xxx: Add FC-NVMe abort processingDarren Trapp2-18/+19
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp7-90/+87
2018-03-21scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()Darren Trapp1-2/+3
2018-03-21scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMehimanshu.madhani@cavium.com1-8/+3
2018-03-21scsi: qla2xxx: Restore ZIO threshold settingDarren Trapp1-5/+0
2018-03-21scsi: devinfo: remove dasd devices from the scsi subsystemXose Vazquez Perez1-10/+0
2018-03-21scsi: devinfo: remove DF arrays from HPXose Vazquez Perez1-2/+0
2018-03-21scsi: devinfo: add HP DISK-SUBSYSTEM device, for HP XP arraysXose Vazquez Perez1-0/+1
2018-03-21scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2018-03-21scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"Colin Ian King1-1/+1
2018-03-21scsi: dpt_i2o: use after free in __adpt_reset()Dan Carpenter1-3/+6
2018-03-21scsi: dpt_i2o: use after free in adpt_release()Dan Carpenter1-2/+4
2018-03-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-21/+13
2018-03-19scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabledJianchao Wang1-0/+8
2018-03-19scsi: sd: Remember that READ CAPACITY(16) succeededMartin K. Petersen1-0/+2
2018-03-19scsi: remove the old scsi_module.c initialization modelChristoph Hellwig2-96/+0
2018-03-19scsi: remove the sym53c416 driverChristoph Hellwig4-896/+0
2018-03-19scsi: remove the NCR53c406a driverChristoph Hellwig3-1103/+0
2018-03-19scsi: remove the fdomain and fdomain_cs driversChristoph Hellwig8-2050/+0
2018-03-19scsi: mvme147: stop using scsi_module.cChristoph Hellwig1-50/+57
2018-03-19scsi: esas2r: remove initialization / cleanup dead woodChristoph Hellwig3-91/+4
2018-03-19scsi: 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-14scsi: eata: eata-pio: Deprecate legacy EATA driversMartin K. Petersen6-4056/+0
2018-03-14scsi: lpfc: make several unions static, fix non-ANSI prototypeColin Ian King2-8/+8
2018-03-14scsi: virtio_scsi: unify scsi_host_templateMing Lei1-59/+15
2018-03-14scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinityMing Lei1-56/+3
2018-03-14scsi: core: introduce force_blk_mqMing Lei1-0/+1
2018-03-14scsi: megaraid_sas: fix selection of reply queueMing Lei3-11/+41
2018-03-14scsi: hpsa: fix selection of reply queueMing Lei2-19/+55
2018-03-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-44/+55
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig3-5/+3