aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-10scsi: core: Change third __scsi_queue_insert() argument from int to boolBart Van Assche1-4/+4
2018-01-10scsi: aacraid: Delay for rescan worker needs to be 10 secondsRaghava Aditya Renukunta1-1/+1
2018-01-10scsi: aacraid: Get correct lun countRaghava Aditya Renukunta1-1/+1
2018-01-10scsi: scsi_dh_alua: skip RTPG for devices only supporting active/optimizedHannes Reinecke1-9/+28
2018-01-10scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciidsColin Ian King1-1/+1
2018-01-10scsi: qla2xxx: remove redundant assignment of dColin Ian King1-1/+1
2018-01-10scsi: qedi: Use zeroing allocator instead of allocator/memsetHimanshu Jha1-27/+15
2018-01-10scsi: bnx2fc: Use zeroing allocator rather than allocator/memsetHimanshu Jha2-64/+47
2018-01-10scsi: hisi_sas: Change frame type for SET MAX commandschenxiang4-5/+22
2018-01-10scsi: smartpqi: allow static build ("built-in")Steffen Weber1-1/+1
2018-01-10scsi: scsi_debug: add resp_write_scat functionDouglas Gilbert1-3/+176
2018-01-10scsi: scsi_debug: ARRAY_SIZE and FF_MEDIA_IODouglas Gilbert1-73/+90
2018-01-10scsi: scsi_debug: do_device_access add sg offset argumentDouglas Gilbert1-7/+8
2018-01-10scsi: scsi_debug: fix group_number maskDouglas Gilbert1-14/+14
2018-01-10scsi: scsi_debug: tab, kstrto changesDouglas Gilbert1-87/+87
2018-01-10scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani5-221/+124
2018-01-10scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke1-10/+4
2018-01-10scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()Hannes Reinecke3-75/+41
2018-01-10scsi: mpt3sas: simplify task management functionsHannes Reinecke1-81/+7
2018-01-10scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke2-14/+15
2018-01-10scsi: mpt3sas: check command status before attempting abortHannes Reinecke1-3/+8
2018-01-10scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke4-8/+27
2018-01-10scsi: mpt3sas: open-code _scsih_scsi_lookup_get()Hannes Reinecke1-14/+1
2018-01-10scsi: mpt3sas: separate out _base_recovery_check()Hannes Reinecke1-9/+14
2018-01-10scsi: mpt3sas: use list_splice_init()Hannes Reinecke1-9/+2
2018-01-10scsi: mpt3sas: set default value for cb_idxHannes Reinecke1-3/+2
2018-01-10scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs6-78/+263
2018-01-10scsi: cxlflash: Adapter context init can return errorUma Krishnan1-1/+1
2018-01-10scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs4-11/+10
2018-01-10scsi: cxlflash: Explicitly cache number of interrupts per contextMatthew R. Ochs2-5/+10
2018-01-10scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan4-30/+29
2018-01-10scsi: cxlflash: Reset command ioascUma Krishnan1-0/+1
2018-01-10scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()Jason Yan1-1/+7
2018-01-10scsi: libsas: direct call probe and destructJason Yan5-20/+25
2018-01-10scsi: libsas: Disable asynchronous aborts for SATA devicesHannes Reinecke1-2/+15
2018-01-10block, scsi: Fix race between SPI domain validation and system suspendBart Van Assche1-2/+14
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+6
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-2/+1
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches2-15/+13
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-29/+14
2018-01-08scsi: sd: Remove zone write lockingDamien Le Moal4-131/+5
2018-01-08scsi: sd_zbc: Initialize device request queue zoned dataDamien Le Moal1-8/+144
2018-01-08scsi: scsi-mq-debugfs: Show more informationBart Van Assche1-3/+38
2018-01-08scsi: libsas: use flush_workqueue to process disco events synchronouslyJason Yan1-0/+4
2018-01-08scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan3-4/+22
2018-01-08scsi: libsas: make the event threshold configurableJason Yan2-0/+37
2018-01-08scsi: libsas: shut down the PHY if events reached the thresholdJason Yan2-2/+58
2018-01-08scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan5-65/+104
2018-01-08scsi: aacraid: remove redundant setting of variable cColin Ian King1-4/+1
2018-01-08scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()Varun Prakash1-1/+1