summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-05-28scsi: hisi_sas: Try wait commands before before controller resetXiaofei Tan4-0/+43
2018-05-28scsi: hisi_sas: Init disks after controller resetXiaofei Tan1-1/+18
2018-05-28scsi: hisi_sas: Create a scsi_host_template per HW moduleXiang Chen5-33/+86
2018-05-28scsi: hisi_sas: Reset disks when discoveredXiang Chen1-1/+49
2018-05-28scsi: hisi_sas: Add LED feature for v3 hwXiaofei Tan1-0/+42
2018-05-28scsi: hisi_sas: Change common allocation mode of device idXiang Chen2-1/+6
2018-05-28scsi: hisi_sas: change slot index allocation modeXiang Chen2-3/+11
2018-05-28scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()John Garry4-70/+36
2018-05-28scsi: hisi_sas: fix a typo in hisi_sas_task_prep()Wei Yongjun1-1/+1
2018-05-28scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED"Colin Ian King1-1/+1
2018-05-28scsi: core: sanitize++ in progressDouglas Gilbert1-0/+4
2018-05-28scsi: scsi_transport_srp: Fix shost to rport translationBart Van Assche1-2/+20
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+10
2018-05-24Merge tag 'for-linus-20180524' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+8
2018-05-23cxgb4: change the port capability bits definitionGanesh Goudar1-1/+1
2018-05-22qedi: Add get_generic_tlv_data handler.Manish Rangankar1-0/+16
2018-05-22qedi: Add support for populating ethernet TLVs.Manish Rangankar3-0/+191
2018-05-22qedf: Add get_generic_tlv_data handler.Chad Dupuis2-0/+18
2018-05-22qedf: Add support for populating ethernet TLVs.Chad Dupuis4-1/+104
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2018-05-21sr: pass down correctly sized SCSI sense bufferJens Axboe1-2/+8
2018-05-18scsi: snic: fix a couple of spelling mistakes: "COMPLETE"Colin Ian King1-3/+3
2018-05-18scsi: qlogicpti: Fix an error handling path in 'qpti_sbus_probe()'Christophe Jaillet1-3/+3
2018-05-18scsi: ufs: Add clock ungating to a separate workqueueVijay Viswanath2-1/+11
2018-05-18scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan1-8/+19
2018-05-18scsi: ufs: ufs-qcom: remove broken hci version quirkSubhash Jadavani1-1/+1
2018-05-18scsi: ufs: add reference counting for scsi block requestsSubhash Jadavani2-8/+22
2018-05-18scsi: ufs: ufshcd: fix possible unclocked register accessSubhash Jadavani1-6/+20
2018-05-18scsi: ufs: fix exception event handlingMaya Erez1-0/+2
2018-05-18scsi: dpt_i2o: Remove VLA usageKees Cook1-7/+14
2018-05-18scsi: ufs: Use freq table with devfreqBjorn Andersson1-7/+40
2018-05-18scsi: ufs: Extract devfreq registrationBjorn Andersson1-9/+22
2018-05-18scsi: storvsc: Avoid allocating memory for temp cpumasksMichael Kelley1-31/+19
2018-05-18scsi: cxlflash: Isolate external module dependenciesUma Krishnan7-7/+16
2018-05-18scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan2-5/+17
2018-05-18scsi: cxlflash: Add include guards to backend.hUma Krishnan1-0/+5
2018-05-18scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs2-3/+4
2018-05-18scsi: cxlflash: Acquire semaphore before invoking ioctl servicesUma Krishnan1-0/+6
2018-05-18scsi: cxlflash: Limit the debug logs in the IO pathUma Krishnan1-2/+2
2018-05-18scsi: cxlflash: Yield to active send threadsUma Krishnan1-0/+2
2018-05-18scsi: hisi_sas: add check of device in hisi_sas_task_exec()Xiaofei Tan1-10/+13
2018-05-18scsi: hisi_sas: Use device lock to protect slot alloc/freeXiang Chen2-43/+16
2018-05-18scsi: hisi_sas: Don't lock DQ for complete task sendingXiang Chen5-41/+96
2018-05-18scsi: hisi_sas: allocate slot buffer earlierXiang Chen1-24/+31
2018-05-18scsi: hisi_sas: make return type of prep functions voidXiang Chen5-118/+51
2018-05-18scsi: hisi_sas: relocate smp sg mapXiang Chen4-106/+51
2018-05-18scsi: ufs: make ufshcd_config_pwr_mode of non-static funcAlim Akhtar2-3/+4
2018-05-18scsi: ufs: add quirk to enable host controller without hceAlim Akhtar2-2/+78
2018-05-18scsi: ufs: add quirk to disallow reset of interrupt aggregationAlim Akhtar2-1/+8
2018-05-18scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclrAlim Akhtar2-2/+24