summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-08scsi: qla2xxx: Make qla_set_ini_mode() return voidJason Yan1-4/+1
2020-05-08scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko1-0/+2
2020-05-08scsi: qla2xxx: Fix failure message in qlt_disable_vha()Viacheslav Dubeyko1-1/+6
2020-05-08scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko1-0/+1
2020-05-08scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke2-2/+0
2020-05-08scsi: 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-05scsi: scsi_debug: Bump to version 1.89Douglas Gilbert1-3/+3
2020-05-05scsi: scsi_debug: Re-arrange parameters alphabeticallyDouglas Gilbert1-16/+18
2020-05-05scsi: scsi_debug: Implement PRE-FETCH commandsDouglas Gilbert1-5/+70
2020-05-05scsi: scsi_debug: Improve command duration calculationDouglas Gilbert1-2/+29
2020-05-05scsi: scsi_debug: Weaken rwlock around ramdisk accessDouglas Gilbert1-29/+18
2020-05-05scsi: scsi_debug: Implement VERIFY(10), add VERIFY(16)Douglas Gilbert1-7/+94
2020-05-05scsi: scsi_debug: Add per_host_store optionDouglas Gilbert1-214/+494
2020-05-05scsi: scsi_debug: Randomize command completion timeDouglas Gilbert1-3/+39
2020-04-30scsi: dpt_i2o: Remove always false 'chan < 0' statementXiongfeng Wang1-1/+1
2020-04-30scsi: qedi: Check for buffer overflow in qedi_set_path()Dan Carpenter1-0/+4
2020-04-30scsi: qla2xxx: make 1-bit bit-fields unsigned intColin Ian King1-2/+2
2020-04-30scsi: core: free sgtables in case command setup failsJohannes Thumshirn1-5/+11
2020-04-28scsi: core: doc: Change function comments to kernel-doc styleAndré Almeida1-107/+62
2020-04-28scsi: ufs-qcom: Configure write booster typeAsutosh Das1-0/+1
2020-04-28scsi: ufs: sysfs: Add sysfs entries for write boosterAsutosh Das2-1/+43
2020-04-28scsi: ufs: Add write booster feature supportAsutosh Das3-6/+291
2020-04-28scsi: ufs: Use true for bool variables in ufshcd_complete_dev_init()Jason Yan1-1/+1
2020-04-28scsi: sr: Use {get,put}_unaligned_be*() instead of open-coding these functionsBart Van Assche1-16/+10
2020-04-28scsi: aacraid: Fix error handling paths in aac_probe_one()Christophe JAILLET1-4/+8
2020-04-25scsi: sgiwd93: Remove unneeded semicolon in sgiwd93.cJason Yan1-1/+1
2020-04-25scsi: qla4xxx: Remove unneeded semicolon in ql4_os.cJason Yan1-1/+1
2020-04-25scsi: isci: Use true, false for bool variablesJason Yan1-3/+3
2020-04-25scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.cJason Yan1-2/+2
2020-04-25scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.cJason Yan1-2/+2
2020-04-25scsi: bfa: Remove set but not used variable 'fchs'YueHaibing1-3/+0
2020-04-25scsi: snic: Make snic_io_exch_ver_cmpl_handler() return voidJason Yan2-5/+2
2020-04-25scsi: mpt3sas: Remove NULL check before freeing functionJason Yan1-2/+1
2020-04-25scsi: ipr: Remove NULL check before freeing functionJason Yan1-2/+1
2020-04-25scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()Jason Yan1-1/+1
2020-04-25scsi: pmcraid: Replace dma_pool_malloc with dma_pool_zallocWu Bo1-3/+1
2020-04-25scsi: target: iscsi: Remove the iscsi_data_count structureMaurizio Lombardi2-34/+6
2020-04-25scsi: core: Avoid calling synchronize_rcu() for each device in scsi_host_block()Ming Lei1-1/+17
2020-04-25scsi: BusLogic: Remove conversion to bool in blogic_inquiry()Jason Yan1-1/+1
2020-04-25scsi: megaraid: Use true, false for bool variablesJason Yan1-5/+5
2020-04-24scsi: mpt3sas: Update mpt3sas version to 33.101.00.00Suganath Prabu1-2/+2
2020-04-24scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G regionSuganath Prabu2-46/+109
2020-04-24scsi: mpt3sas: Separate out RDPQ allocation to new functionSuganath Prabu1-34/+45