summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-148-12/+32
|\
| * scsi: qla2xxx: Mask off Scope bits in retry delayAnil Gurumurthy2018-06-071-2/+6
| * scsi: qla2xxx: Fix crash on qla2x00_mailbox_commandRodrigo R. Galvao2018-06-071-0/+8
| * scsi: aic7xxx: aic79xx: fix potential null pointer dereference on ahdColin Ian King2018-06-071-4/+4
| * scsi: mpt3sas: Add an I/O barrierTomas Henzl2018-06-051-0/+1
| * scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani2018-06-051-1/+2
| * scsi: hpsa: disable device during shutdownSinan Kaya2018-06-051-2/+8
| * scsi: sd_zbc: Fix sd_zbc_check_zone_size() error pathDamien Le Moal2018-06-051-1/+1
| * scsi: aacraid: remove bogus GFP_DMA32 specifiesChristoph Hellwig2018-06-051-2/+2
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-122-5/+9
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-125-13/+20
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-123-8/+8
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-1/+1
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1233-120/+135
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1218-39/+56
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-10112-1710/+6303
|\ \
| * | scsi: lpfc: update driver version to 12.0.0.4James Smart2018-05-281-1/+1
| * | scsi: lpfc: Fix port initialization failure.James Smart2018-05-281-3/+18
| * | scsi: lpfc: Fix 16gb hbas failing cq create.James Smart2018-05-283-20/+1
| * | scsi: lpfc: Fix crash in blk_mq layer when executing modprobe -r lpfcJames Smart2018-05-281-0/+9
| * | scsi: lpfc: correct oversubscription of nvme io requests for an adapterJames Smart2018-05-283-4/+32
| * | scsi: lpfc: Fix MDS diagnostics failure (Rx < Tx)James Smart2018-05-282-5/+17
| * | scsi: hisi_sas: Mark PHY as in reset for nexus resetXiang Chen2018-05-285-5/+69
| * | scsi: hisi_sas: Fix return value when get_free_slot() failedXiaofei Tan2018-05-281-0/+2
| * | scsi: hisi_sas: Terminate STP reject quickly for v2 hwXiaofei Tan2018-05-281-0/+78
| * | scsi: hisi_sas: Add v2 hw force PHY function for internal ATA commandXiaofei Tan2018-05-282-0/+13
| * | scsi: hisi_sas: Include TMF elements in struct hisi_sas_slotXiaofei Tan2018-05-285-31/+30
| * | scsi: hisi_sas: Try wait commands before before controller resetXiaofei Tan2018-05-284-0/+43
| * | scsi: hisi_sas: Init disks after controller resetXiaofei Tan2018-05-281-1/+18
| * | scsi: hisi_sas: Create a scsi_host_template per HW moduleXiang Chen2018-05-285-33/+86
| * | scsi: hisi_sas: Reset disks when discoveredXiang Chen2018-05-281-1/+49
| * | scsi: hisi_sas: Add LED feature for v3 hwXiaofei Tan2018-05-281-0/+42
| * | scsi: hisi_sas: Change common allocation mode of device idXiang Chen2018-05-282-1/+6
| * | scsi: hisi_sas: change slot index allocation modeXiang Chen2018-05-282-3/+11
| * | scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()John Garry2018-05-284-70/+36
| * | scsi: hisi_sas: fix a typo in hisi_sas_task_prep()Wei Yongjun2018-05-281-1/+1
| * | scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED"Colin Ian King2018-05-281-1/+1
| * | scsi: core: sanitize++ in progressDouglas Gilbert2018-05-281-0/+4
| * | scsi: snic: fix a couple of spelling mistakes: "COMPLETE"Colin Ian King2018-05-181-3/+3
| * | scsi: qlogicpti: Fix an error handling path in 'qpti_sbus_probe()'Christophe Jaillet2018-05-181-3/+3
| * | scsi: ufs: Add clock ungating to a separate workqueueVijay Viswanath2018-05-182-1/+11
| * | scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan2018-05-181-8/+19
| * | scsi: ufs: ufs-qcom: remove broken hci version quirkSubhash Jadavani2018-05-181-1/+1
| * | scsi: ufs: add reference counting for scsi block requestsSubhash Jadavani2018-05-182-8/+22
| * | scsi: ufs: ufshcd: fix possible unclocked register accessSubhash Jadavani2018-05-181-6/+20
| * | scsi: ufs: fix exception event handlingMaya Erez2018-05-181-0/+2
| * | scsi: dpt_i2o: Remove VLA usageKees Cook2018-05-181-7/+14
| * | scsi: ufs: Use freq table with devfreqBjorn Andersson2018-05-181-7/+40
| * | scsi: ufs: Extract devfreq registrationBjorn Andersson2018-05-181-9/+22
OpenPOWER on IntegriCloud