summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-12-07scsi: ufs: Remove the 'update_scaling' local variableBart Van Assche1-5/+2
2021-12-07scsi: ufs: Remove hba->cmd_queueBart Van Assche2-12/+1
2021-12-07scsi: ufs: Fix a deadlock in the error handlerBart Van Assche2-39/+16
2021-12-07scsi: ufs: Rework ufshcd_change_queue_depth()Bart Van Assche1-5/+1
2021-12-07scsi: ufs: Remove ufshcd_any_tag_in_use()Bart Van Assche1-20/+1
2021-12-07scsi: ufs: Fix race conditions related to driver dataBart Van Assche4-5/+7
2021-12-07scsi: ufs: Remove dead codeBart Van Assche1-6/+1
2021-12-07scsi: ufs: Remove the sdev_rpmb memberBart Van Assche2-7/+6
2021-12-07scsi: ufs: Remove is_rpmb_wlun()Bart Van Assche1-5/+0
2021-12-07scsi: ufs: Rename a function argumentBart Van Assche2-3/+4
2021-12-07scsi: core: Fix scsi_device_max_queue_depth()Bart Van Assche1-2/+2
2021-12-07scsi: qla4xxx: Format SYSFS_FLAG_FW_SEL_BOOT as byteFlorian Fainelli1-2/+2
2021-12-07scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formattingFlorian Fainelli1-3/+2
2021-12-07scsi: hisi_sas: Use non-atomic bitmap functions when possibleChristophe JAILLET1-2/+2
2021-12-07scsi: hisi_sas: Remove some useless code in hisi_sas_alloc()Christophe JAILLET1-9/+0
2021-12-07scsi: hisi_sas: Use devm_bitmap_zalloc() when applicableChristophe JAILLET1-3/+2
2021-12-07scsi: scsi_debug: Fix buffer size of REPORT ZONES commandShin'ichiro Kawasaki1-1/+1
2021-12-07scsi: qedi: Fix cmd_cleanup_cmpl counter mismatch issueManish Rangankar3-24/+17
2021-12-03scsi: sd_zbc: Clean up sd_zbc_parse_report() setting of wpNiklas Cassel1-1/+2
2021-12-03scsi: sd_zbc: Simplify zone full condition checkNiklas Cassel1-2/+1
2021-12-03scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()Igor Pylypiv1-4/+2
2021-11-30scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche7-7/+0
2021-11-30scsi: pmcraid: Fix a kernel-doc warningBart Van Assche1-1/+0
2021-11-30scsi: pm8001: Fix kernel-doc warningsBart Van Assche1-12/+12
2021-11-30scsi: megaraid: Fix a kernel-doc warningBart Van Assche1-1/+0
2021-11-30scsi: initio: Fix a kernel-doc warningBart Van Assche1-2/+0
2021-11-30scsi: dc395x: Fix a kernel-doc warningBart Van Assche1-2/+1
2021-11-30scsi: bfa: Declare 'bfad_im_vport_attrs' staticBart Van Assche1-1/+1
2021-11-30scsi: atp870u: Fix a kernel-doc warningBart Van Assche1-1/+0
2021-11-30scsi: a100u2w: Fix a kernel-doc warningBart Van Assche1-2/+0
2021-11-30scsi: core: Show SCMD_LAST in text formBart Van Assche1-0/+1
2021-11-30scsi: core: Declare 'scsi_scan_type' staticBart Van Assche1-1/+1
2021-11-30scsi: core: Suppress a kernel-doc warningBart Van Assche1-1/+1
2021-11-30scsi: qedi: Remove set but unused 'page' variableFlorian Fainelli1-3/+0
2021-11-30scsi: ufs: ufs-pci: Add support for Intel ADLAdrian Hunter1-0/+18
2021-11-30scsi: ufs: Let devices remain runtime suspended during system suspendAdrian Hunter3-6/+58
2021-11-24scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGOJames Smart1-7/+2
2021-11-23scsi: scsi_debug: Zero clear zones at reset write pointerShin'ichiro Kawasaki1-0/+5
2021-11-23scsi: core: sysfs: Fix setting device state to SDEV_RUNNINGMike Christie1-1/+1
2021-11-23scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()George Kennedy1-2/+2
2021-11-19scsi: mpt3sas: Fix incorrect system timestampSreekanth Reddy1-2/+2
2021-11-19scsi: mpt3sas: Fix system going into read-only modeSreekanth Reddy2-1/+60
2021-11-19scsi: ufs: Fix double space in SCSI_UFS_HWMON descriptionGeert Uytterhoeven1-1/+1
2021-11-19scsi: ufs: Wrap Universal Flash Storage drivers in SCSI_UFSHCDGeert Uytterhoeven1-6/+7
2021-11-19scsi: pm80xx: Add pm80xx_mpi_build_cmd() tracepointChangyuan Lyu2-0/+33
2021-11-19scsi: pm80xx: Add tracepointsChangyuan Lyu5-2/+123
2021-11-19scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocationIgor Pylypiv1-2/+2
2021-11-19scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()Igor Pylypiv1-1/+3
2021-11-19scsi: pm80xx: Do not check the address-of value for NULLIgor Pylypiv2-41/+12
2021-11-19scsi: pm80xx: Apply byte mask for phy ID in mpi_phy_start_resp()Igor Pylypiv1-1/+1