aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26scsi: qla2xxx: Fix gnl list corruptionQuinn Tran1-3/+1
2021-10-26scsi: qla2xxx: Relogin during fabric disturbanceQuinn Tran1-9/+45
2021-10-26scsi: elx: Use 'bitmap_zalloc()' when applicableChristophe JAILLET1-5/+4
2021-10-26scsi: ufs: core: Micro-optimize ufshcd_map_sg()Bart Van Assche2-10/+15
2021-10-26scsi: ufs: core: Add a compile-time structure size checkBart Van Assche1-0/+5
2021-10-26scsi: ufs: core: Remove three superfluous castsBart Van Assche1-3/+3
2021-10-26scsi: ufs: core: Add debugfs attributes for triggering the UFS EHBart Van Assche1-0/+65
2021-10-26scsi: ufs: core: Make it easier to add new debugfs attributesBart Van Assche1-3/+30
2021-10-26scsi: ufs: core: Export ufshcd_schedule_eh_work()Bart Van Assche2-3/+4
2021-10-26scsi: ufs: core: Log error handler activityBart Van Assche1-0/+24
2021-10-26scsi: ufs: core: Improve static type checkingBart Van Assche2-5/+9
2021-10-26scsi: ufs: core: Improve source code commentsBart Van Assche1-2/+2
2021-10-26scsi: ufs: Revert "Retry aborted SCSI commands instead of completing these successfully"Bart Van Assche1-22/+11
2021-10-26scsi: sd: add concurrent positioning ranges supportDamien Le Moal2-0/+82
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig2-1/+8
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig7-15/+22
2021-10-22sd: implement ->get_unique_idChristoph Hellwig1-0/+39
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers4-23/+24
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers1-1/+1
2021-10-20scsi: lpfc: Update lpfc version to 14.0.0.3James Smart1-1/+1
2021-10-20scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart6-15/+139
2021-10-20scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart1-7/+7
2021-10-20scsi: lpfc: Allow PLOGI retry if previous PLOGI was abortedJames Smart1-0/+13
2021-10-20scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routineJames Smart1-0/+1
2021-10-20scsi: lpfc: Correct sysfs reporting of loop support after SFP status changeJames Smart3-21/+55
2021-10-20scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart1-0/+7
2021-10-20scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_setup()James Smart3-6/+6
2021-10-20scsi: ufs: ufs-exynos: Correct timeout value setting registersChanho Park1-3/+3
2021-10-20scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe deferSrinivas Kandagatla1-2/+2
2021-10-20scsi: ufs: mediatek: Avoid sched_clock() misuseArnd Bergmann1-3/+3
2021-10-20scsi: ibmvfc: Fix up duplicate response detectionBrian King1-1/+2
2021-10-20scsi: mpt3sas: Make mpt3sas_dev_attrs staticJiapeng Chong1-1/+1
2021-10-20qla2xxx: add ->map_queues support for nvmeSaurav Kashyap1-0/+15
2021-10-19scsi: scsi_transport_sas: Add 22.5 Gbps link rate definitionsSreekanth Reddy1-0/+1
2021-10-19scsi: aha1542: Use memcpy_{from,to}_bvec()Christoph Hellwig1-4/+2
2021-10-18scsi: ufs: ufs-pci: Force a full restore after suspend-to-diskAdrian Hunter1-15/+18
2021-10-18scsi: qla2xxx: Fix unmap of already freed sglDmitry Bogdanov1-9/+5
2021-10-18scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Joy Gu1-1/+1
2021-10-18scsi: qla2xxx: Return -ENOMEM if kzalloc() failsZheyu Ma1-1/+1
2021-10-18scsi: sr: Add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-10-18scsi: sd: Add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-10-18scsi: ufs: ufs-mediatek: Fix wrong location for ref-clk delayPeter Wang1-4/+4
2021-10-18scsi: ufs: ufs-mediatek: Fix build error caused by use of sched_clock()Stanley Chu1-0/+1
2021-10-18scsi: ufs: ufs-mediatek: Introduce default delay for reference clockStanley Chu2-5/+9
2021-10-18scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()Ye Bin1-3/+4
2021-10-18scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()Ye Bin1-2/+2
2021-10-18scsi: 3w-xxx: Remove redundant initialization of variable retvalColin Ian King1-1/+1
2021-10-18scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin1-1/+1
2021-10-18scsi: ibmvscsi: Use GFP_KERNEL with dma_alloc_coherent() in initialize_event_pool()Tyrel Datwyler1-1/+1
2021-10-18scsi: mpi3mr: Use scnprintf() instead of snprintf()Dan Carpenter1-2/+2