aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-05-09lpfc: Refactor Send LS Abort supportJames Smart2-50/+77
2020-05-09lpfc: Refactor Send LS Request supportJames Smart2-118/+184
2020-05-09lpfc: Refactor NVME LS receive handlingJames Smart5-130/+184
2020-05-09lpfc: Commonize lpfc_async_xchg_ctx state and flag definitionsJames Smart3-97/+100
2020-05-09lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart7-62/+63
2020-05-09lpfc: Refactor lpfc nvme headersJames Smart12-187/+146
2020-05-09nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2-6/+6
2020-05-07scsi: lpfc: Update lpfc version to 12.8.0.1Dick Kennedy1-1/+1
2020-05-07scsi: lpfc: Fix MDS Diagnostic Enablement definitionDick Kennedy1-1/+1
2020-05-07scsi: lpfc: Fix noderef and address space warningsDick Kennedy3-6/+8
2020-05-07scsi: lpfc: Remove unnecessary lockdep_assert_held callsDick Kennedy2-23/+18
2020-05-07scsi: lpfc: Change default queue allocation for reduced memory consumptionDick Kennedy4-76/+137
2020-05-07scsi: lpfc: Fix negation of else clause in lpfc_prep_node_fc4typeDick Kennedy1-1/+0
2020-05-07scsi: lpfc: Remove re-binding of nvme rport during registrationDick Kennedy1-32/+0
2020-05-07scsi: lpfc: Maintain atomic consistency of queue_claimed flagDick Kennedy1-2/+2
2020-05-07scsi: mpt3sas: Disable DIF when prot_mask set to zeroSreekanth Reddy1-2/+2
2020-05-07scsi: mpt3sas: Capture IOC data for debugging purposesSuganath Prabu4-4/+179
2020-05-07scsi: mpt3sas: Use true, false for ioc->use_32bit_dmaJason Yan1-1/+1
2020-05-07scsi: vmw_pvscsi: Use true, false for adapter->use_msgJason Yan1-1/+1
2020-05-07scsi: fnic: Use true, false for fnic->internal_reset_inprogressJason Yan1-3/+3
2020-05-07scsi: qedi: Remove comparison of 0/1 to bool variableJason Yan1-2/+2
2020-05-07scsi: aacraid: Make some symbols staticZou Wei2-4/+4
2020-05-07scsi: qla2xxx: Make qlafx00_process_aen() return voidJason Yan2-5/+2
2020-05-07scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan6-11/+11
2020-05-07scsi: qla2xxx: Use true, false for need_mpi_resetJason Yan1-2/+2
2020-05-07scsi: qla2xxx: Make qla_set_ini_mode() return voidJason Yan1-4/+1
2020-05-07scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko1-0/+2
2020-05-07scsi: qla2xxx: Fix failure message in qlt_disable_vha()Viacheslav Dubeyko1-1/+6
2020-05-07scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko1-0/+1
2020-05-07scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke1-1/+0
2020-05-07scsi: scsi_debug: Disallow zone sizes that are not powers of 2Damien Le Moal1-10/+7
2020-05-05scsi: scsi_debug: Implement ZBC host-aware emulationDamien Le Moal1-45/+103
2020-05-05scsi: scsi_debug: Add zone_size_mb module parameterDamien Le Moal1-5/+7
2020-05-05scsi: scsi_debug: Add zone_nr_conv module parameterDamien Le Moal1-1/+12
2020-05-05scsi: scsi_debug: Add zone_max_open module parameterDamien Le Moal1-3/+5
2020-05-05scsi: scsi_debug: Add ZBC module parameterDouglas Gilbert1-3/+78
2020-05-05scsi: scsi_debug: Add ZBC zone commandsDouglas Gilbert1-15/+804
2020-05-05scsi: scsi_debug: Add ZBC mode and VPD pagesDouglas Gilbert1-11/+44
2020-05-04scsi: scsi_debug: Bump to version 1.89Douglas Gilbert1-3/+3
2020-05-04scsi: scsi_debug: Re-arrange parameters alphabeticallyDouglas Gilbert1-16/+18
2020-05-04scsi: scsi_debug: Implement PRE-FETCH commandsDouglas Gilbert1-5/+70
2020-05-04scsi: scsi_debug: Improve command duration calculationDouglas Gilbert1-2/+29
2020-05-04scsi: scsi_debug: Weaken rwlock around ramdisk accessDouglas Gilbert1-29/+18
2020-05-04scsi: scsi_debug: Implement VERIFY(10), add VERIFY(16)Douglas Gilbert1-7/+94
2020-05-04scsi: scsi_debug: Add per_host_store optionDouglas Gilbert1-213/+493
2020-05-04scsi: scsi_debug: Randomize command completion timeDouglas Gilbert1-3/+39
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig1-2/+1
2020-04-29scsi: dpt_i2o: Remove always false 'chan < 0' statementXiongfeng Wang1-1/+1
2020-04-29scsi: qedi: Check for buffer overflow in qedi_set_path()Dan Carpenter1-0/+4
2020-04-29scsi: qla2xxx: make 1-bit bit-fields unsigned intColin Ian King1-2/+2