aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-12-06scsi: ufs: Fix a deadlock in the error handlerBart Van Assche2-39/+16
2021-12-06scsi: ufs: Rework ufshcd_change_queue_depth()Bart Van Assche1-5/+1
2021-12-06scsi: ufs: Remove ufshcd_any_tag_in_use()Bart Van Assche1-20/+1
2021-12-06scsi: ufs: Fix race conditions related to driver dataBart Van Assche4-5/+7
2021-12-06scsi: ufs: Remove dead codeBart Van Assche1-6/+1
2021-12-06scsi: ufs: Remove the sdev_rpmb memberBart Van Assche2-7/+6
2021-12-06scsi: ufs: Remove is_rpmb_wlun()Bart Van Assche1-5/+0
2021-12-06scsi: ufs: Rename a function argumentBart Van Assche2-3/+4
2021-12-06scsi: core: Fix scsi_device_max_queue_depth()Bart Van Assche1-2/+2
2021-12-06scsi: qla4xxx: Format SYSFS_FLAG_FW_SEL_BOOT as byteFlorian Fainelli1-2/+2
2021-12-06scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formattingFlorian Fainelli1-3/+2
2021-12-06scsi: hisi_sas: Use non-atomic bitmap functions when possibleChristophe JAILLET1-2/+2
2021-12-06scsi: hisi_sas: Remove some useless code in hisi_sas_alloc()Christophe JAILLET1-9/+0
2021-12-06scsi: hisi_sas: Use devm_bitmap_zalloc() when applicableChristophe JAILLET1-3/+2
2021-12-06scsi: scsi_debug: Fix buffer size of REPORT ZONES commandShin'ichiro Kawasaki1-1/+1
2021-12-06scsi: qedi: Fix cmd_cleanup_cmpl counter mismatch issueManish Rangankar3-24/+17
2021-12-04Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-7/+20
2021-12-02scsi: sd_zbc: Clean up sd_zbc_parse_report() setting of wpNiklas Cassel1-1/+2
2021-12-02scsi: sd_zbc: Simplify zone full condition checkNiklas Cassel1-2/+1
2021-12-02scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()Igor Pylypiv1-4/+2
2021-11-29scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche7-7/+0
2021-11-29scsi: pmcraid: Fix a kernel-doc warningBart Van Assche1-1/+0
2021-11-29scsi: pm8001: Fix kernel-doc warningsBart Van Assche1-12/+12
2021-11-29scsi: megaraid: Fix a kernel-doc warningBart Van Assche1-1/+0
2021-11-29scsi: initio: Fix a kernel-doc warningBart Van Assche1-2/+0
2021-11-29scsi: dc395x: Fix a kernel-doc warningBart Van Assche1-2/+1
2021-11-29scsi: bfa: Declare 'bfad_im_vport_attrs' staticBart Van Assche1-1/+1
2021-11-29scsi: atp870u: Fix a kernel-doc warningBart Van Assche1-1/+0
2021-11-29scsi: a100u2w: Fix a kernel-doc warningBart Van Assche1-2/+0
2021-11-29scsi: core: Show SCMD_LAST in text formBart Van Assche1-0/+1
2021-11-29scsi: core: Declare 'scsi_scan_type' staticBart Van Assche1-1/+1
2021-11-29scsi: core: Suppress a kernel-doc warningBart Van Assche1-1/+1
2021-11-29scsi: qedi: Remove set but unused 'page' variableFlorian Fainelli1-3/+0
2021-11-29scsi: ufs: ufs-pci: Add support for Intel ADLAdrian Hunter1-0/+18
2021-11-29scsi: ufs: Let devices remain runtime suspended during system suspendAdrian Hunter3-6/+58
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig6-32/+22
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig8-10/+10
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig6-21/+24
2021-11-29sr: set GENHD_FL_REMOVABLE earlierChristoph Hellwig1-2/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2-1/+1
2021-11-29block: remove GENHD_FL_CDChristoph Hellwig1-1/+0
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig1-2/+3
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig1-1/+41
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2021-11-24Revert "virtio-scsi: don't let virtio core to validate used buffer length"Michael S. Tsirkin1-1/+0
2021-11-23scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGOJames Smart1-7/+2
2021-11-22scsi: scsi_debug: Zero clear zones at reset write pointerShin'ichiro Kawasaki1-0/+5
2021-11-22scsi: core: sysfs: Fix setting device state to SDEV_RUNNINGMike Christie1-1/+1
2021-11-22scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()George Kennedy1-2/+2
2021-11-18scsi: mpt3sas: Fix incorrect system timestampSreekanth Reddy1-2/+2