summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Make qla_set_ini_mode() return voidJason Yan2020-05-071-4/+1
* scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko2020-05-071-0/+2
* scsi: qla2xxx: Fix failure message in qlt_disable_vha()Viacheslav Dubeyko2020-05-071-1/+6
* scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko2020-05-071-0/+1
* scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke2020-05-071-1/+0
* scsi: scsi_debug: Disallow zone sizes that are not powers of 2Damien Le Moal2020-05-071-10/+7
* scsi: scsi_debug: Implement ZBC host-aware emulationDamien Le Moal2020-05-051-45/+103
* scsi: scsi_debug: Add zone_size_mb module parameterDamien Le Moal2020-05-051-5/+7
* scsi: scsi_debug: Add zone_nr_conv module parameterDamien Le Moal2020-05-051-1/+12
* scsi: scsi_debug: Add zone_max_open module parameterDamien Le Moal2020-05-051-3/+5
* scsi: scsi_debug: Add ZBC module parameterDouglas Gilbert2020-05-051-3/+78
* scsi: scsi_debug: Add ZBC zone commandsDouglas Gilbert2020-05-051-15/+804
* scsi: scsi_debug: Add ZBC mode and VPD pagesDouglas Gilbert2020-05-051-11/+44
* scsi: scsi_debug: Bump to version 1.89Douglas Gilbert2020-05-041-3/+3
* scsi: scsi_debug: Re-arrange parameters alphabeticallyDouglas Gilbert2020-05-041-16/+18
* scsi: scsi_debug: Implement PRE-FETCH commandsDouglas Gilbert2020-05-041-5/+70
* scsi: scsi_debug: Improve command duration calculationDouglas Gilbert2020-05-041-2/+29
* scsi: scsi_debug: Weaken rwlock around ramdisk accessDouglas Gilbert2020-05-041-29/+18
* scsi: scsi_debug: Implement VERIFY(10), add VERIFY(16)Douglas Gilbert2020-05-041-7/+94
* scsi: scsi_debug: Add per_host_store optionDouglas Gilbert2020-05-041-214/+494
* scsi: scsi_debug: Randomize command completion timeDouglas Gilbert2020-05-041-3/+39
* scsi: dpt_i2o: Remove always false 'chan < 0' statementXiongfeng Wang2020-04-291-1/+1
* scsi: qedi: Check for buffer overflow in qedi_set_path()Dan Carpenter2020-04-291-0/+4
* scsi: qla2xxx: make 1-bit bit-fields unsigned intColin Ian King2020-04-291-2/+2
* scsi: core: free sgtables in case command setup failsJohannes Thumshirn2020-04-291-5/+11
* scsi: core: doc: Change function comments to kernel-doc styleAndré Almeida2020-04-271-107/+62
* scsi: ufs-qcom: Configure write booster typeAsutosh Das2020-04-271-0/+1
* scsi: ufs: sysfs: Add sysfs entries for write boosterAsutosh Das2020-04-272-1/+43
* scsi: ufs: Add write booster feature supportAsutosh Das2020-04-273-6/+291
* scsi: ufs: Use true for bool variables in ufshcd_complete_dev_init()Jason Yan2020-04-271-1/+1
* scsi: sr: Use {get,put}_unaligned_be*() instead of open-coding these functionsBart Van Assche2020-04-271-16/+10
* scsi: aacraid: Fix error handling paths in aac_probe_one()Christophe JAILLET2020-04-271-4/+8
* scsi: sgiwd93: Remove unneeded semicolon in sgiwd93.cJason Yan2020-04-241-1/+1
* scsi: qla4xxx: Remove unneeded semicolon in ql4_os.cJason Yan2020-04-241-1/+1
* scsi: isci: Use true, false for bool variablesJason Yan2020-04-241-3/+3
* scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.cJason Yan2020-04-241-2/+2
* scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.cJason Yan2020-04-241-2/+2
* scsi: bfa: Remove set but not used variable 'fchs'YueHaibing2020-04-241-3/+0
* scsi: snic: Make snic_io_exch_ver_cmpl_handler() return voidJason Yan2020-04-242-5/+2
* scsi: mpt3sas: Remove NULL check before freeing functionJason Yan2020-04-241-2/+1
* scsi: ipr: Remove NULL check before freeing functionJason Yan2020-04-241-2/+1
* scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()Jason Yan2020-04-241-1/+1
* scsi: pmcraid: Replace dma_pool_malloc with dma_pool_zallocWu Bo2020-04-241-3/+1
* scsi: target: iscsi: Remove the iscsi_data_count structureMaurizio Lombardi2020-04-241-24/+6
* scsi: core: Avoid calling synchronize_rcu() for each device in scsi_host_block()Ming Lei2020-04-241-1/+17
* scsi: BusLogic: Remove conversion to bool in blogic_inquiry()Jason Yan2020-04-241-1/+1
* scsi: megaraid: Use true, false for bool variablesJason Yan2020-04-241-5/+5
* scsi: mpt3sas: Update mpt3sas version to 33.101.00.00Suganath Prabu2020-04-241-2/+2
* scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G regionSuganath Prabu2020-04-242-46/+109
* scsi: mpt3sas: Separate out RDPQ allocation to new functionSuganath Prabu2020-04-241-34/+45