aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-10scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman3-2/+14
2018-10-10scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman1-4/+110
2018-10-10scsi: ufs: Add API to execute raw upiu commandsAvri Altman3-0/+184
2018-10-10scsi: ufs: Use data structure size in pointer arithmeticAvri Altman2-3/+2
2018-10-10scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman6-1/+144
2018-10-10scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman2-63/+4
2018-10-10scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig1-80/+61
2018-10-10scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig3-89/+34
2018-10-10scsi: snic: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-10-10scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor1-2/+2
2018-10-10scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder1-4/+2
2018-10-10scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches1-2/+0
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches3-31/+28
2018-10-10scsi: mpt3sas: Remove KERN_WARNING from panic usesJoe Perches1-26/+15
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches1-5/+5
2018-10-10scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches2-39/+29
2018-10-10scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches7-1982/+1533
2018-10-10scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches1-0/+9
2018-09-28scsi: qla2xxx: Return switch command on a timeoutHimanshu Madhani1-6/+5
2018-09-28scsi: NCR5380: Check for bus resetFinn Thain1-29/+45
2018-09-28scsi: NCR5380: Handle BUS FREE during reselectionFinn Thain1-0/+3
2018-09-28scsi: NCR5380: Don't call dsprintk() following reselection interruptFinn Thain1-2/+2
2018-09-28scsi: NCR5380: Don't clear busy flag when abort failsFinn Thain1-4/+10
2018-09-28scsi: NCR5380: Check for invalid reselection targetFinn Thain1-0/+5
2018-09-28scsi: NCR5380: Use DRIVER_SENSE to indicate valid sense dataFinn Thain1-5/+4
2018-09-28scsi: NCR5380: Withhold disconnect privilege for REQUEST SENSEFinn Thain1-1/+3
2018-09-28scsi: NCR5380: Have NCR5380_select() return a boolFinn Thain2-26/+22
2018-09-28scsi: NCR5380: Reduce goto statements in NCR5380_select()Finn Thain1-9/+12
2018-09-28scsi: NCR5380: Clear all unissued commands on host resetHannes Reinecke1-2/+5
2018-09-28scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor1-2/+2
2018-09-28scsi: qla4xxx: Remove redundant check on drvr_waitColin Ian King1-6/+4
2018-09-27scsi: qla2xxx: Move log messages before issuing command to firmwareGiridhar Malavali2-30/+33
2018-09-27scsi: qla2xxx: Fix for double free of SRB structureGiridhar Malavali2-2/+16
2018-09-27scsi: qla2xxx: Fix recursive mailbox timeoutQuinn Tran1-1/+1
2018-09-27scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani1-3/+0
2018-09-27scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran2-15/+6
2018-09-27scsi: qla2xxx: Fix duplicate switch database entriesQuinn Tran1-3/+3
2018-09-27scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran1-2/+2
2018-09-27scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran1-1/+1
2018-09-27scsi: qla2xxx: don't allow negative thresholdsDan Carpenter1-1/+1
2018-09-27scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida1-1/+1
2018-09-25scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash1-3/+20
2018-09-25scsi: libsas: fix a race condition when smp task timeoutJason Yan1-5/+4
2018-09-25scsi: libsas: check the ata device status by ata_dev_enabled()Jason Yan1-1/+1
2018-09-25scsi: libsas: always unregister the old device if going to discover newJason Yan1-8/+5
2018-09-25scsi: libsas: make the lldd_port_deformed method optionalJason Yan2-8/+3
2018-09-25scsi: libsas: delete dead code in scsi_transport_sas.cJason Yan1-2/+0
2018-09-25scsi: megaraid: fix spelling mistake "maibox" -> "mailbox"Colin Ian King2-3/+3
2018-09-25scsi: FlashPoint: Remove unnecessary parenthesesNathan Chancellor1-3/+3
2018-09-25scsi: hpsa: Use vmemdup_user to replace the open codezhong jiang1-8/+4