summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-12/+32
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-5/+9
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-13/+20
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-8/+8
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-1/+1
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-120/+135
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-39/+56
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1710/+6303
2018-06-07scsi: qla2xxx: Mask off Scope bits in retry delayAnil Gurumurthy-2/+6
2018-06-07scsi: qla2xxx: Fix crash on qla2x00_mailbox_commandRodrigo R. Galvao-0/+8
2018-06-07scsi: aic7xxx: aic79xx: fix potential null pointer dereference on ahdColin Ian King-4/+4
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-12/+337
2018-06-05scsi: mpt3sas: Add an I/O barrierTomas Henzl-0/+1
2018-06-05scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani-1/+2
2018-06-05scsi: hpsa: disable device during shutdownSinan Kaya-2/+8
2018-06-05scsi: sd_zbc: Fix sd_zbc_check_zone_size() error pathDamien Le Moal-1/+1
2018-06-05scsi: aacraid: remove bogus GFP_DMA32 specifiesChristoph Hellwig-2/+2
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon-6/+0
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-22/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-228/+48
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds-60/+45
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+20
2018-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+20
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig-18/+10
2018-05-29libiscsi: don't try to bypass SCSI EHChristoph Hellwig-2/+2
2018-05-29scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig-4/+3
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig-14/+14
2018-05-28scsi: lpfc: update driver version to 12.0.0.4James Smart-1/+1
2018-05-28scsi: lpfc: Fix port initialization failure.James Smart-3/+18
2018-05-28scsi: lpfc: Fix 16gb hbas failing cq create.James Smart-20/+1
2018-05-28scsi: lpfc: Fix crash in blk_mq layer when executing modprobe -r lpfcJames Smart-0/+9
2018-05-28scsi: lpfc: correct oversubscription of nvme io requests for an adapterJames Smart-4/+32
2018-05-28scsi: lpfc: Fix MDS diagnostics failure (Rx < Tx)James Smart-5/+17
2018-05-28scsi: hisi_sas: Mark PHY as in reset for nexus resetXiang Chen-5/+69
2018-05-28scsi: hisi_sas: Fix return value when get_free_slot() failedXiaofei Tan-0/+2
2018-05-28scsi: hisi_sas: Terminate STP reject quickly for v2 hwXiaofei Tan-0/+78
2018-05-28scsi: hisi_sas: Add v2 hw force PHY function for internal ATA commandXiaofei Tan-0/+13
2018-05-28scsi: hisi_sas: Include TMF elements in struct hisi_sas_slotXiaofei Tan-31/+30
2018-05-28scsi: hisi_sas: Try wait commands before before controller resetXiaofei Tan-0/+43
2018-05-28scsi: hisi_sas: Init disks after controller resetXiaofei Tan-1/+18
2018-05-28scsi: hisi_sas: Create a scsi_host_template per HW moduleXiang Chen-33/+86
2018-05-28scsi: hisi_sas: Reset disks when discoveredXiang Chen-1/+49
2018-05-28scsi: hisi_sas: Add LED feature for v3 hwXiaofei Tan-0/+42
2018-05-28scsi: hisi_sas: Change common allocation mode of device idXiang Chen-1/+6
2018-05-28scsi: hisi_sas: change slot index allocation modeXiang Chen-3/+11
2018-05-28scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()John Garry-70/+36
2018-05-28scsi: hisi_sas: fix a typo in hisi_sas_task_prep()Wei Yongjun-1/+1
2018-05-28scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED"Colin Ian King-1/+1
2018-05-28scsi: core: sanitize++ in progressDouglas Gilbert-0/+4