summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-05-22scsi: bfa: Fix typozuoqilin1-1/+1
2021-05-21scsi: pmcraid: Fix typoszuoqilin1-2/+2
2021-05-21scsi: scsi_transport_fc: Remove double FC_FPORT_DELETED in mask creationDaniel Wagner1-1/+1
2021-05-21scsi: arcmsr: Update driver version to v1.50.00.05-20210429ching Huang1-1/+1
2021-05-21scsi: arcmsr: Fix doorbell status being updated late on ARC-1886ching Huang1-2/+9
2021-05-21scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang1-2/+1
2021-05-21scsi: ufs: ufs-exynos: Move definitions from .h to .cBart Van Assche2-27/+26
2021-05-16scsi: 3w-9xxx: Fix endianness issues in command packetsSamuel Holland2-86/+81
2021-05-16scsi: 3w-9xxx: Reduce scope of structure packingSamuel Holland1-8/+10
2021-05-16scsi: 3w-9xxx: Use flexible array members to avoid struct paddingSamuel Holland2-8/+12
2021-05-16scsi: be2iscsi: Remove redundant initializationNigel Christian1-2/+0
2021-05-16scsi: ufs: core: Remove redundant parenthesisKeoseong Park1-4/+4
2021-05-16scsi: ufs: core: Remove usfhcd_is_*_pm() macrosBart Van Assche3-9/+5
2021-05-15scsi: bfa: Remove some unused variablesChristophe JAILLET1-6/+0
2021-05-15scsi: ibmvfc: Reinit target retriesBrian King1-1/+6
2021-05-15scsi: ibmvfc: Avoid move login if fast fail is enabledBrian King2-11/+29
2021-05-15scsi: ibmvfc: Handle move login failureBrian King2-9/+9
2021-05-15scsi: core: Fix a comment in function scsi_host_dev_release()Xiang Chen1-1/+1
2021-05-15scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck2-9/+0
2021-05-15scsi: scsi_debug: Drop if with an always false conditionUwe Kleine-König1-5/+0
2021-05-15scsi: snic: Fix an error messageChristophe JAILLET1-4/+1
2021-05-15scsi: ufs: core: Introduce HBA performance monitor sysfs nodesCan Guo3-0/+320
2021-05-11scsi: aacraid: Replace one-element array with flexible-array memberGustavo A. R. Silva2-6/+6
2021-05-11scsi: ufs: sysfs: Resume the proper SCSI deviceAsutosh Das1-12/+12
2021-05-11scsi: ufs: core: Enable power management for wlunAsutosh Das12-255/+553
2021-05-10scsi: qla4xxx: Simplify conditionalWan Jiabing1-2/+1
2021-05-10scsi: arcmsr: Update driver version to v1.50.00.04-20210414ching Huang1-1/+1
2021-05-10scsi: arcmsr: Fix the wrong CDB payload report to IOPching Huang1-2/+6
2021-05-10scsi: megaraid_sas: Use DEFINE_SPINLOCK() for spinlockShixin Liu1-3/+1
2021-05-10scsi: megaraid_mbox: Remove redundant initialization of pointer mboxColin Ian King1-2/+0
2021-05-10scsi: lpfc: Remove redundant assignment to pointer temp_hdrColin Ian King1-1/+0
2021-05-10scsi: 3w-9xxx: Move * operator to clean up code style warningColin Ian King1-1/+1
2021-05-10scsi: mpt3sas: Documentation cleanupRandy Dunlap1-49/+50
2021-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-483/+432
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-70/+2
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada12-70/+0
2021-05-07include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-0/+1
2021-05-07proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-0/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2021-05-03scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke1-446/+375
2021-05-03scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke1-6/+3
2021-05-03scsi: scsi_debug: Fix cmd_per_lun, set to max_queueDouglas Gilbert1-8/+16
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-2/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+0
2021-04-29scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo1-0/+1
2021-04-29scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo1-0/+2
2021-04-29scsi: ufs: core: Do not put UFS power into LPM if link is brokenCan Guo1-2/+2
2021-04-29scsi: qla2xxx: Prevent PRLI in target modeAnastasia Kovaleva1-0/+3
2021-04-29scsi: qla2xxx: Add marginal path handling supportBikash Hazarika1-0/+1
2021-04-29scsi: ufs: core: Fix a typo in ufs-sysfs.cKeoseong Park1-6/+6