summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S2018-01-104-18/+22
| * | | | | | | scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect contro...Shivasharan S2018-01-101-58/+2
| * | | | | | | scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progressShivasharan S2018-01-102-4/+2
| * | | | | | | scsi: megaraid_sas: unload flag should be set after scsi_remove_host is calledShivasharan S2018-01-101-1/+1
| * | | | | | | scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware i...Shivasharan S2018-01-101-4/+12
| * | | | | | | scsi: megaraid_sas: Reset ldio_outstanding in megasas_resumeShivasharan S2018-01-101-0/+1
| * | | | | | | scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_numShivasharan S2018-01-101-14/+18
| * | | | | | | scsi: megaraid_sas: memset IOC INIT frame using correct sizeShivasharan S2018-01-101-1/+1
| * | | | | | | scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S2018-01-102-2/+2
| * | | | | | | scsi: core: Change third __scsi_queue_insert() argument from int to boolBart Van Assche2018-01-101-4/+4
| * | | | | | | scsi: aacraid: Delay for rescan worker needs to be 10 secondsRaghava Aditya Renukunta2018-01-101-1/+1
| * | | | | | | scsi: aacraid: Get correct lun countRaghava Aditya Renukunta2018-01-101-1/+1
| * | | | | | | scsi: scsi_dh_alua: skip RTPG for devices only supporting active/optimizedHannes Reinecke2018-01-101-9/+28
| * | | | | | | scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciidsColin Ian King2018-01-101-1/+1
| * | | | | | | scsi: qla2xxx: remove redundant assignment of dColin Ian King2018-01-101-1/+1
| * | | | | | | scsi: qedi: Use zeroing allocator instead of allocator/memsetHimanshu Jha2018-01-101-27/+15
| * | | | | | | scsi: bnx2fc: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-102-64/+47
| * | | | | | | scsi: hisi_sas: Change frame type for SET MAX commandschenxiang2018-01-104-5/+22
| * | | | | | | scsi: smartpqi: allow static build ("built-in")Steffen Weber2018-01-101-1/+1
| * | | | | | | scsi: scsi_debug: add resp_write_scat functionDouglas Gilbert2018-01-101-3/+176
| * | | | | | | scsi: scsi_debug: ARRAY_SIZE and FF_MEDIA_IODouglas Gilbert2018-01-101-73/+90
| * | | | | | | scsi: scsi_debug: do_device_access add sg offset argumentDouglas Gilbert2018-01-101-7/+8
| * | | | | | | scsi: scsi_debug: fix group_number maskDouglas Gilbert2018-01-101-14/+14
| * | | | | | | scsi: scsi_debug: tab, kstrto changesDouglas Gilbert2018-01-101-87/+87
| * | | | | | | scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani2018-01-105-221/+124
| * | | | | | | scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke2018-01-101-10/+4
| * | | | | | | scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()Hannes Reinecke2018-01-103-75/+41
| * | | | | | | scsi: mpt3sas: simplify task management functionsHannes Reinecke2018-01-101-81/+7
| * | | | | | | scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke2018-01-102-14/+15
| * | | | | | | scsi: mpt3sas: check command status before attempting abortHannes Reinecke2018-01-101-3/+8
| * | | | | | | scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke2018-01-104-8/+27
| * | | | | | | scsi: mpt3sas: open-code _scsih_scsi_lookup_get()Hannes Reinecke2018-01-101-14/+1
| * | | | | | | scsi: mpt3sas: separate out _base_recovery_check()Hannes Reinecke2018-01-101-9/+14
| * | | | | | | scsi: mpt3sas: use list_splice_init()Hannes Reinecke2018-01-101-9/+2
| * | | | | | | scsi: mpt3sas: set default value for cb_idxHannes Reinecke2018-01-101-3/+2
| * | | | | | | scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs2018-01-106-78/+263
| * | | | | | | scsi: cxlflash: Adapter context init can return errorUma Krishnan2018-01-101-1/+1
| * | | | | | | scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs2018-01-104-11/+10
| * | | | | | | scsi: cxlflash: Explicitly cache number of interrupts per contextMatthew R. Ochs2018-01-102-5/+10
| * | | | | | | scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan2018-01-104-30/+29
| * | | | | | | scsi: cxlflash: Reset command ioascUma Krishnan2018-01-101-0/+1
| * | | | | | | scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()Jason Yan2018-01-101-1/+7
| * | | | | | | scsi: libsas: direct call probe and destructJason Yan2018-01-105-20/+25
| * | | | | | | scsi: libsas: use flush_workqueue to process disco events synchronouslyJason Yan2018-01-081-0/+4
| * | | | | | | scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan2018-01-083-4/+22
| * | | | | | | scsi: libsas: make the event threshold configurableJason Yan2018-01-082-0/+37
| * | | | | | | scsi: libsas: shut down the PHY if events reached the thresholdJason Yan2018-01-082-2/+58
| * | | | | | | scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan2018-01-085-65/+104
| * | | | | | | scsi: aacraid: remove redundant setting of variable cColin Ian King2018-01-081-4/+1
| * | | | | | | scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()Varun Prakash2018-01-081-1/+1
OpenPOWER on IntegriCloud