summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-11scsi: target: loopback: Fix READ with data and sensebytesBodo Stroesser1-21/+15
2020-05-11scsi: aacraid: Use memdup_user() as a cleanupZou Wei1-9/+3
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: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser2-2/+56
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser8-23/+23
2020-05-07scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser2-10/+20
2020-05-07scsi: target: Add missing emulate_pr attribute to passthrough backendsBodo Stroesser1-0/+1
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-214/+494
2020-05-04scsi: scsi_debug: Randomize command completion timeDouglas Gilbert1-3/+39
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
2020-04-29scsi: core: free sgtables in case command setup failsJohannes Thumshirn1-5/+11
2020-04-27scsi: core: doc: Change function comments to kernel-doc styleAndré Almeida1-107/+62