summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devicesSuganath Prabu Subramani2017-11-035-17/+380
| * | | | | | | scsi: mpt3sas: Add nvme device support in slave alloc, target alloc and probeSuganath Prabu Subramani2017-11-032-34/+506
| * | | | | | | scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King2017-11-031-1/+1
| * | | | | | | scsi: storvsc: Allow only one remove lun work item to be issued per lunCathy Avery2017-11-031-5/+21
| * | | | | | | scsi: megaraid: Remove redundant code in megasas_alloc_cmdsYisheng Xie2017-11-031-2/+0
| * | | | | | | scsi: scsi_error: DID_SOFT_ERROR comment clean upPetros Koutoupis2017-11-031-5/+1
| * | | | | | | scsi: scsi_debug: write_same: fix error reportDouglas Gilbert2017-10-311-3/+3
| * | | | | | | scsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could'Arvind Yadav2017-10-311-1/+1
| * | | | | | | scsi: NCR5380: Suppress SDTR and WDTR message loggingFinn Thain2017-10-311-12/+6
| * | | | | | | scsi: cxlflash: Derive pid through accessorsMatthew R. Ochs2017-10-311-3/+3
| * | | | | | | scsi: cxlflash: Allow cards without WWPN VPD to configureMatthew R. Ochs2017-10-312-8/+19
| * | | | | | | scsi: cxlflash: Use derived maximum write same lengthMatthew R. Ochs2017-10-312-5/+4
| * | | | | | | scsi: hisi_sas: add v3 hw port AXI error handlingXiaofei Tan2017-10-311-5/+37
| * | | | | | | scsi: hisi_sas: add v3 hw support for AXI fatal errorXiaofei Tan2017-10-311-0/+125
| * | | | | | | scsi: hisi_sas: complete all tasklets prior to host resetXiaofei Tan2017-10-314-7/+16
| * | | | | | | scsi: hisi_sas: fix a bug when free device for v3 hwXiang Chen2017-10-311-18/+7
| * | | | | | | scsi: hisi_sas: add hisi_hba.rst_work init for v3 hwXiaofei Tan2017-10-313-1/+4
| * | | | | | | scsi: hisi_sas: add v3 hw DFX featureXiaofei Tan2017-10-311-0/+30
| * | | | | | | scsi: hisi_sas: init connect cfg register for v3 hwXiaofei Tan2017-10-311-0/+3
| * | | | | | | scsi: hisi_sas: check PHY state in get_wideport_bitmap_v3_hw()Xiaofei Tan2017-10-311-2/+4
| * | | | | | | scsi: hisi_sas: use array for v2 hw AXI errorsShiju Jose2017-10-252-137/+100
| * | | | | | | scsi: hisi_sas: fix the risk of freeing slot twiceXiaofei Tan2017-10-251-3/+6
| * | | | | | | scsi: hisi_sas: fix NULL check in SMP abort task pathXiaofei Tan2017-10-251-1/+1
| * | | | | | | scsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESETXiang Chen2017-10-255-5/+5
| * | | | | | | scsi: hisi_sas: fix SATA breakpoint memory sizeXiang Chen2017-10-253-6/+10
| * | | | | | | scsi: hisi_sas: grab hisi_hba.lock when processing slotsXiang Chen2017-10-253-1/+8
| * | | | | | | scsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lockXiaofei Tan2017-10-252-4/+6
| * | | | | | | scsi: hisi_sas: fix internal abort slot timeout bugXiang Chen2017-10-251-0/+1
| * | | | | | | scsi: hisi_sas: delete get_ncq_tag_v3_hw()Xiang Chen2017-10-251-15/+1
| * | | | | | | scsi: scsi_devinfo: Add scsi_devinfo_tbl.cJeffy Chen2017-10-251-0/+1
| * | | | | | | scsi: megaraid_sas: driver version upgradeShivasharan S2017-10-251-2/+2
| * | | | | | | scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S2017-10-254-151/+503
| * | | | | | | scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ modeShivasharan S2017-10-251-4/+0
| * | | | | | | scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for highe...Shivasharan S2017-10-252-39/+68
| * | | | | | | scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commandsShivasharan S2017-10-252-14/+31
| * | | | | | | scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S2017-10-252-9/+58
| * | | | | | | scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S2017-10-251-0/+7
| * | | | | | | scsi: megaraid_sas: Move controller memory allocations and DMA mask settings ...Shivasharan S2017-10-251-15/+28
| * | | | | | | scsi: megaraid_sas: Move initialization of instance parameters inside newly c...Shivasharan S2017-10-251-58/+61
| * | | | | | | scsi: megaraid_sas: remove instance->ctrl_infoShivasharan S2017-10-252-30/+14
| * | | | | | | scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S2017-10-254-66/+116
| * | | | | | | scsi: megaraid_sas: Create separate functions for allocating and freeing cont...Shivasharan S2017-10-251-83/+103
| * | | | | | | scsi: megaraid_sas: Create separate functions to allocate ctrl memoryShivasharan S2017-10-251-46/+76
| * | | | | | | scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocationShivasharan S2017-10-253-16/+31
| * | | | | | | scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S2017-10-254-24/+22
| * | | | | | | scsi: megaraid_sas: Remove redundant checks for ctrl_contextShivasharan S2017-10-251-4/+4
| * | | | | | | scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adap...Shivasharan S2017-10-251-27/+37
| * | | | | | | scsi: megaraid_sas: Add support for Crusader controllersShivasharan S2017-10-252-22/+30
| * | | | | | | scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S2017-10-255-55/+76
| * | | | | | | scsi: hpsa: bump driver versionDon Brace2017-10-251-1/+1
OpenPOWER on IntegriCloud