summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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
| * scsi: storvsc: Avoid allocating memory for temp cpumasksMichael Kelley2018-05-181-31/+19
| * scsi: cxlflash: Isolate external module dependenciesUma Krishnan2018-05-187-7/+16
| * scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan2018-05-182-5/+17
| * scsi: cxlflash: Add include guards to backend.hUma Krishnan2018-05-181-0/+5
| * scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs2018-05-182-3/+4
| * scsi: cxlflash: Acquire semaphore before invoking ioctl servicesUma Krishnan2018-05-181-0/+6
| * scsi: cxlflash: Limit the debug logs in the IO pathUma Krishnan2018-05-181-2/+2
| * scsi: cxlflash: Yield to active send threadsUma Krishnan2018-05-181-0/+2
| * scsi: hisi_sas: add check of device in hisi_sas_task_exec()Xiaofei Tan2018-05-181-10/+13
| * scsi: hisi_sas: Use device lock to protect slot alloc/freeXiang Chen2018-05-182-43/+16
| * scsi: hisi_sas: Don't lock DQ for complete task sendingXiang Chen2018-05-185-41/+96
OpenPOWER on IntegriCloud