summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-18scsi: ufs: ufshcd: Remove VLA usageKees Cook1-8/+26
2018-05-18scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()Alexander Potapenko1-1/+1
2018-05-16sg: simplify procfs codeChristoph Hellwig1-112/+12
2018-05-16megaraid: simplify procfs codeChristoph Hellwig2-116/+36
2018-05-14scsi: core: clean up generated file scsi_devinfo_tbl.cRandy Dunlap1-1/+1
2018-05-14scsi: ipr: new IOASC updateWen Xiong1-0/+2
2018-05-14scsi: esas2r: fix spelling mistake: "requestss" -> "requests"Colin Ian King1-1/+1
2018-05-14scsi: libosd: Remove VLA usageKees Cook1-8/+8
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-1/+1
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig1-4/+0
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig6-6/+6
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig1-13/+11
2018-05-08scsi: 3w-xxxx: fix a missing-check bugWenwen Wang1-0/+3
2018-05-08scsi: 3w-9xxx: fix a missing-check bugWenwen Wang1-0/+5
2018-05-08scsi: megaraid: silence a static checker bugDan Carpenter1-0/+3
2018-05-08scsi: lpfc: fix spelling mistakes: "mabilbox" and "maibox"Colin Ian King2-12/+12
2018-05-08scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wqAndrei Vagin1-10/+0
2018-05-08scsi: hisi_sas: workaround a v3 hw hilink bugXiaofei Tan1-1/+24
2018-05-08scsi: hisi_sas: add readl poll timeout helper wrappersJohn Garry1-6/+22
2018-05-08scsi: hisi_sas: remove redundant handling to event95 for v3Xiaofei Tan1-8/+1
2018-05-08scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hwXiang Chen1-5/+6
2018-05-08scsi: hisi_sas: update PHY linkrate after a controller resetXiang Chen4-26/+53
2018-05-08scsi: hisi_sas: stop controller timer for resetJohn Garry1-0/+3
2018-05-08scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()Xiang Chen1-5/+6
2018-05-08scsi: hisi_sas: fix PI memory sizeXiang Chen1-1/+1
2018-05-08scsi: hisi_sas: check host frozen before calling "done" functionXiang Chen4-0/+32
2018-05-08scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twiceXiang Chen3-29/+18