summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-193-4/+15
|\
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-08-143-4/+15
| |\
| | * scsi: mpt3sas: Fix incorrectly assigned error return and checkColin Ian King2021-08-091-1/+1
| | * scsi: storvsc: Log TEST_UNIT_READY errors as warningsMichael Kelley2021-08-091-2/+12
| | * scsi: lpfc: Move initialization of phba->poll_list earlier to avoid crashEwan D. Milne2021-08-091-1/+2
* | | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-0/+1
|/ /
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-08-048-32/+59
|\|
| * scsi: core: Fix capacity set to zero after offlinining devicelijinlin2021-07-291-3/+6
| * scsi: sr: Return correct event when media event code is 3Li Manyi2021-07-291-1/+1
| * scsi: ibmvfc: Fix command state accounting and stale response detectionTyrel Datwyler2021-07-292-2/+18
| * scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy2021-07-291-1/+2
| * scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach()Ye Bin2021-07-291-2/+2
| * scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()Harshvardhan Jha2021-07-281-6/+15
| * scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv2021-07-281-17/+15
* | scsi: fas216: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-291-0/+1
* | scsi: acornscsi: Fix fall-through warning for clangGustavo A. R. Silva2021-07-291-0/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-07-244-73/+60
|\|
| * scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy2021-07-193-17/+26
| * scsi: iscsi: Fix iface sysfs attr detectionMike Christie2021-07-181-56/+34
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-07-1710-101/+114
|\|
| * scsi: ufs: core: Add missing host_lock in ufshcd_vops_setup_xfer_req()Jaegeuk Kim2021-07-121-2/+7
| * scsi: mpi3mr: Fix W=1 compilation warningsSreekanth Reddy2021-07-121-8/+7
| * scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap2021-07-125-89/+97
| * scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler2021-07-121-0/+1
| * scsi: fas216: Fix a build errorBart Van Assche2021-07-121-1/+1
| * scsi: core: Fix the documentation of the scsi_execute() time parameterBart Van Assche2021-07-121-1/+1
* | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-151-1/+1
|\ \
| * | scsi: libsas: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-131-1/+1
| |/
* / sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-07-121-4/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-1134-145/+258
|\
| * scsi: virtio_scsi: Add validation for residual bytes from responseXie Yongji2021-06-291-1/+1
| * scsi: ipr: System crashes when seeing type 20 errorWen Xiong2021-06-292-2/+3
| * scsi: core: Retry I/O for Notify (Enable Spinup) Required errorQuat Le2021-06-291-0/+1
| * scsi: mpi3mr: Fix warnings reported by smatchSreekanth Reddy2021-06-291-2/+3
| * scsi: qedf: Add check to synchronize abort and flushJaved Hasan2021-06-291-1/+21
| * scsi: libfc: Fix array index out of bound exceptionJaved Hasan2021-06-281-5/+8
| * scsi: mvsas: Use DEVICE_ATTR_RO()/RW() macroZhen Lei2021-06-221-17/+9
| * scsi: megaraid_mbox: Use DEVICE_ATTR_ADMIN_RO() macroZhen Lei2021-06-221-10/+8
| * scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei2021-06-221-8/+6
| * scsi: qedi: Use DEVICE_ATTR_RO() macroZhen Lei2021-06-221-7/+7
| * scsi: be2iscsi: Fix some missing space in some messagesChristophe JAILLET2021-06-221-64/+38
| * scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET2021-06-221-0/+1
| * scsi: ufs: Fix build warning without CONFIG_PMYueHaibing2021-06-221-0/+4
| * scsi: bnx2fc: Remove meaningless bnx2fc_abts_cleanup() return value assignmentSeongJae Park2021-06-221-1/+1
| * scsi: qla2xxx: Add heartbeat checkQuinn Tran2021-06-228-1/+117
| * scsi: virtio_scsi: Do not overwrite SCSI statusHannes Reinecke2021-06-221-2/+1
| * scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-06-228-0/+16
| * scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche2021-06-223-17/+8
| * scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King2021-06-221-1/+1
| * scsi: elx: efct: Fix vport list linkage in LIO backendJames Smart2021-06-221-4/+4