summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-01-11scsi: bnx2fc: Use zeroing allocator rather than allocator/memsetHimanshu Jha2-64/+47
2018-01-11scsi: hisi_sas: Change frame type for SET MAX commandschenxiang4-5/+22
2018-01-11scsi: smartpqi: allow static build ("built-in")Steffen Weber1-1/+1
2018-01-11scsi: scsi_debug: add resp_write_scat functionDouglas Gilbert1-3/+176
2018-01-11scsi: scsi_debug: ARRAY_SIZE and FF_MEDIA_IODouglas Gilbert1-73/+90
2018-01-11scsi: scsi_debug: do_device_access add sg offset argumentDouglas Gilbert1-7/+8
2018-01-11scsi: scsi_debug: fix group_number maskDouglas Gilbert1-14/+14
2018-01-11scsi: scsi_debug: tab, kstrto changesDouglas Gilbert1-87/+87
2018-01-11scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani5-221/+124
2018-01-11scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke1-10/+4
2018-01-11scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()Hannes Reinecke3-75/+41
2018-01-11scsi: mpt3sas: simplify task management functionsHannes Reinecke1-81/+7
2018-01-11scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke2-14/+15
2018-01-11scsi: mpt3sas: check command status before attempting abortHannes Reinecke1-3/+8
2018-01-11scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke4-8/+27
2018-01-11scsi: mpt3sas: open-code _scsih_scsi_lookup_get()Hannes Reinecke1-14/+1
2018-01-11scsi: mpt3sas: separate out _base_recovery_check()Hannes Reinecke1-9/+14
2018-01-11scsi: mpt3sas: use list_splice_init()Hannes Reinecke1-9/+2
2018-01-11scsi: mpt3sas: set default value for cb_idxHannes Reinecke1-3/+2
2018-01-11scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs6-78/+263
2018-01-11scsi: cxlflash: Adapter context init can return errorUma Krishnan1-1/+1
2018-01-11scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs4-11/+10
2018-01-11scsi: cxlflash: Explicitly cache number of interrupts per contextMatthew R. Ochs2-5/+10
2018-01-11scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan4-30/+29
2018-01-11scsi: cxlflash: Reset command ioascUma Krishnan1-0/+1
2018-01-11scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()Jason Yan1-1/+7
2018-01-11scsi: libsas: direct call probe and destructJason Yan5-20/+25
2018-01-09scsi: libsas: use flush_workqueue to process disco events synchronouslyJason Yan1-0/+4
2018-01-09scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan3-4/+22
2018-01-09scsi: libsas: make the event threshold configurableJason Yan2-0/+37
2018-01-09scsi: libsas: shut down the PHY if events reached the thresholdJason Yan2-2/+58
2018-01-09scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan5-65/+104
2018-01-09scsi: aacraid: remove redundant setting of variable cColin Ian King1-4/+1
2018-01-09scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()Varun Prakash1-1/+1
2018-01-09scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang1-0/+1
2018-01-09scsi: libsas: fix error when getting phy eventsJason Yan1-1/+1
2018-01-09scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan1-0/+1
2018-01-08scsi: hpsa: Use vsnprintf extension %phNAndy Shevchenko1-11/+3
2018-01-04scsi: bnx2i: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-6/+4
2018-01-04scsi: bfa: Use zeroing allocator rather than allocator/memsetHimanshu Jha2-8/+3
2018-01-04scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha3-13/+6
2018-01-04scsi: qla4xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha4-25/+18
2018-01-04scsi: aacraid: Fix driver oops with dead batteryMeelis Roos1-16/+16
2018-01-04scsi: qla2xxx: Update driver version to 10.00.00.04-khimanshu.madhani@cavium.com1-1/+1
2018-01-04scsi: qla2xxx: Serialize session free in qlt_free_session_doneQuinn Tran2-0/+14
2018-01-04scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran7-36/+28
2018-01-04scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()Quinn Tran3-15/+13
2018-01-04scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran4-8/+17
2018-01-04scsi: qla2xxx: Prevent multiple active discovery commands per sessionQuinn Tran2-32/+32
2018-01-04scsi: qla2xxx: Add retry limit for fabric scan logicQuinn Tran3-12/+23