aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-04-29scsi: core: free sgtables in case command setup failsJohannes Thumshirn1-5/+11
2020-04-28scsi: ibmvscsi: Fix WARN_ON during event pool releaseTyrel Datwyler1-4/+0
2020-04-27scsi: ibmvfc: Don't send implicit logouts prior to NPIV loginBrian King1-0/+5
2020-04-27scsi: core: doc: Change function comments to kernel-doc styleAndré Almeida1-102/+57
2020-04-27scsi: ufs-qcom: Configure write booster typeAsutosh Das1-0/+1
2020-04-27scsi: ufs: sysfs: Add sysfs entries for write boosterAsutosh Das2-1/+43
2020-04-27scsi: ufs: Add write booster feature supportAsutosh Das3-6/+291
2020-04-27scsi: ufs: Use true for bool variables in ufshcd_complete_dev_init()Jason Yan1-1/+1
2020-04-27scsi: sr: Use {get,put}_unaligned_be*() instead of open-coding these functionsBart Van Assche1-16/+10
2020-04-27scsi: aacraid: Fix error handling paths in aac_probe_one()Christophe JAILLET1-4/+8
2020-04-25scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user()Al Viro1-10/+10
2020-04-24scsi: sgiwd93: Remove unneeded semicolon in sgiwd93.cJason Yan1-1/+1
2020-04-24scsi: qla4xxx: Remove unneeded semicolon in ql4_os.cJason Yan1-1/+1
2020-04-24scsi: isci: Use true, false for bool variablesJason Yan1-3/+3
2020-04-24scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.cJason Yan1-2/+2
2020-04-24scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.cJason Yan1-2/+2
2020-04-24scsi: bfa: Remove set but not used variable 'fchs'YueHaibing1-3/+0
2020-04-24scsi: snic: Make snic_io_exch_ver_cmpl_handler() return voidJason Yan2-5/+2
2020-04-24scsi: mpt3sas: Remove NULL check before freeing functionJason Yan1-2/+1
2020-04-24scsi: ipr: Remove NULL check before freeing functionJason Yan1-2/+1
2020-04-24scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()Jason Yan1-1/+1
2020-04-24scsi: pmcraid: Replace dma_pool_malloc with dma_pool_zallocWu Bo1-3/+1
2020-04-24scsi: core: Avoid calling synchronize_rcu() for each device in scsi_host_block()Ming Lei1-1/+17
2020-04-24scsi: BusLogic: Remove conversion to bool in blogic_inquiry()Jason Yan1-1/+1
2020-04-24scsi: 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
2020-04-24scsi: mpt3sas: Rename function name is_MSB_are_sameSuganath Prabu1-3/+3
2020-04-24scsi: mpt3sas: Don't change the DMA coherent mask after allocationsChristoph Hellwig2-50/+19
2020-04-24scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()Jules Irenge1-0/+1
2020-04-24scsi: aic7xxx: Remove unnecessary NULL checks before kfreeAlex Dewar2-20/+10
2020-04-24scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset()Alex Dewar2-4/+3
2020-04-24scsi: cxgb4i: Remove superfluous null checkXu Wang1-4/+3
2020-04-24scsi: qla2xxx: Delete all sessions before unregister local nvme portQuinn Tran1-1/+1
2020-04-24scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIVArun Easi1-1/+1
2020-04-24scsi: qla2xxx: Fix MPI failure AEN (8200) handlingArun Easi7-42/+185
2020-04-23esas2r: don't bother with __copy_to_user()Al Viro1-1/+1
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig1-1/+9
2020-04-22block: move dma drain handling to scsiChristoph Hellwig1-5/+34
2020-04-22scsi: merge scsi_init_sgtable into scsi_init_ioChristoph Hellwig1-28/+18
2020-04-22scsi: lpfc: remove duplicate unloading checksJames Smart3-24/+2
2020-04-22scsi: mpt3sas: use true,false for bool variablesJason Yan1-2/+2
2020-04-22scsi: fcoe: remove unneeded semicolon in fcoe.cJason Yan1-2/+2
2020-04-22scsi: ufs-qcom: remove unneeded variable 'ret'Jason Yan1-2/+1
2020-04-22scsi: st: remove unneeded variable 'result' in st_release()Jason Yan1-3/+2
2020-04-21scsi: qla2xxx: check UNLOADING before posting async workMartin Wilck1-0/+3
2020-04-21scsi: qla2xxx: set UNLOADING before waiting for session deletionMartin Wilck1-18/+14
2020-04-21scsi: core: Allow the state change from SDEV_QUIESCE to SDEV_BLOCKDexuan Cui1-0/+1
2020-04-20Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is idle"Douglas Anderson1-6/+1