summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: smartpqi: allow static build ("built-in")Steffen Weber2018-01-111-1/+1
| * scsi: scsi_debug: add resp_write_scat functionDouglas Gilbert2018-01-111-3/+176
| * scsi: scsi_debug: ARRAY_SIZE and FF_MEDIA_IODouglas Gilbert2018-01-111-73/+90
| * scsi: scsi_debug: do_device_access add sg offset argumentDouglas Gilbert2018-01-111-7/+8
| * scsi: scsi_debug: fix group_number maskDouglas Gilbert2018-01-111-14/+14
| * scsi: scsi_debug: tab, kstrto changesDouglas Gilbert2018-01-111-87/+87
| * scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani2018-01-115-221/+124
| * scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke2018-01-111-10/+4
| * scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()Hannes Reinecke2018-01-113-75/+41
| * scsi: mpt3sas: simplify task management functionsHannes Reinecke2018-01-111-81/+7
| * scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke2018-01-112-14/+15
| * scsi: mpt3sas: check command status before attempting abortHannes Reinecke2018-01-111-3/+8
| * scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke2018-01-114-8/+27
| * scsi: mpt3sas: open-code _scsih_scsi_lookup_get()Hannes Reinecke2018-01-111-14/+1
| * scsi: mpt3sas: separate out _base_recovery_check()Hannes Reinecke2018-01-111-9/+14
| * scsi: mpt3sas: use list_splice_init()Hannes Reinecke2018-01-111-9/+2
| * scsi: mpt3sas: set default value for cb_idxHannes Reinecke2018-01-111-3/+2
| * scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs2018-01-116-78/+263
| * scsi: cxlflash: Adapter context init can return errorUma Krishnan2018-01-111-1/+1
| * scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs2018-01-114-11/+10
| * scsi: cxlflash: Explicitly cache number of interrupts per contextMatthew R. Ochs2018-01-112-5/+10
| * scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan2018-01-114-30/+29
| * scsi: cxlflash: Reset command ioascUma Krishnan2018-01-111-0/+1
| * scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()Jason Yan2018-01-111-1/+7
| * scsi: libsas: direct call probe and destructJason Yan2018-01-115-20/+25
| * scsi: libsas: use flush_workqueue to process disco events synchronouslyJason Yan2018-01-091-0/+4
| * scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan2018-01-093-4/+22
| * scsi: libsas: make the event threshold configurableJason Yan2018-01-092-0/+37
| * scsi: libsas: shut down the PHY if events reached the thresholdJason Yan2018-01-092-2/+58
| * scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan2018-01-095-65/+104
| * scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-091-1/+1
| * scsi: aacraid: remove redundant setting of variable cColin Ian King2018-01-091-4/+1
| * scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()Varun Prakash2018-01-091-1/+1
| * scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang2018-01-091-0/+1
| * scsi: libsas: fix error when getting phy eventsJason Yan2018-01-091-1/+1
| * scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan2018-01-091-0/+1
| * scsi: hpsa: Use vsnprintf extension %phNAndy Shevchenko2018-01-081-11/+3
| * scsi: bnx2i: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-041-6/+4
| * scsi: bfa: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-042-8/+3
| * scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-043-13/+6
| * scsi: qla4xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-044-25/+18
| * scsi: aacraid: Fix driver oops with dead batteryMeelis Roos2018-01-041-16/+16
| * scsi: qla2xxx: Update driver version to 10.00.00.04-khimanshu.madhani@cavium.com2018-01-041-1/+1
| * scsi: qla2xxx: Serialize session free in qlt_free_session_doneQuinn Tran2018-01-042-0/+14
| * scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran2018-01-047-36/+28
| * scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()Quinn Tran2018-01-043-15/+13
| * scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran2018-01-044-8/+17
| * scsi: qla2xxx: Prevent multiple active discovery commands per sessionQuinn Tran2018-01-042-32/+32
| * scsi: qla2xxx: Add retry limit for fabric scan logicQuinn Tran2018-01-043-12/+23
| * scsi: qla2xxx: Delay loop id allocation at loginQuinn Tran2018-01-041-29/+35