summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-01-30scsi: sr: Have midlayer retry get_sectorsize() errorsMike Christie1-18/+20
2024-01-30scsi: ses: Have midlayer retry scsi_execute_cmd() errorsMike Christie1-20/+46
2024-01-30scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie1-23/+39
2024-01-30scsi: sd: Have pr commands retry UAsMike Christie1-0/+28
2024-01-30scsi: core: Have SCSI midlayer retry scsi_report_lun_scan() errorsMike Christie1-24/+33
2024-01-30scsi: core: Have midlayer retry scsi_mode_sense() UAsMike Christie1-7/+15
2024-01-30scsi: ch: Have midlayer retry ch_do_scsi() UAsMike Christie1-10/+15
2024-01-30scsi: ch: Remove unit_attentionMike Christie1-2/+0
2024-01-30scsi: sd: Have midlayer retry sd_sync_cache() errorsMike Christie1-18/+17
2024-01-30scsi: spi: Have midlayer retry spi_execute() UAsMike Christie1-17/+18
2024-01-30scsi: device_handler: rdac: Have midlayer retry send_mode_select() errorsMike Christie1-38/+46
2024-01-30scsi: device_handler: hp_sw: Have midlayer retry scsi_execute_cmd() errorsMike Christie1-16/+33
2024-01-30scsi: sd: Have midlayer retry sd_spinup_disk() errorsMike Christie1-32/+45
2024-01-30scsi: sd: Use separate buf for START_STOP in sd_spinup_disk()Mike Christie1-7/+9
2024-01-30scsi: core: Retry INQUIRY after timeoutMike Christie1-0/+4
2024-01-30scsi: core: Have midlayer retry scsi_probe_lun() errorsMike Christie1-18/+28
2024-01-30scsi: core: Allow passthrough to request midlayer retriesMike Christie1-3/+95
2024-01-30scsi: pm8001: Convert snprintf() to sysfs_emit()Li Zhijian1-3/+3
2024-01-30scsi: isci: Convert snprintf() to sysfs_emit()Li Zhijian1-1/+1
2024-01-30scsi: ibmvscsi_tgt: Convert snprintf() to sysfs_emit()Li Zhijian1-3/+3
2024-01-30scsi: ibmvscsi: Convert snprintf() to sysfs_emit()Li Zhijian1-12/+10
2024-01-30scsi: fnic: Convert snprintf() to sysfs_emit()Li Zhijian1-4/+3
2024-01-30scsi: aacraid: aachba: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2024-01-30scsi: 53c700: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones1-1/+1
2024-01-30scsi: 3w-xxxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones1-22/+22
2024-01-30scsi: 3w-sas: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones1-18/+18
2024-01-30scsi: 3w-9xxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones1-22/+22
2024-01-25scsi: mpt3sas: Update driver version to 48.100.00.00Ranjan Kumar1-2/+2
2024-01-25scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar5-32/+136
2024-01-25Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen2-9/+25
2024-01-25scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen2-2/+6
2024-01-25scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li2-3/+7
2024-01-25scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li1-2/+2
2024-01-25scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2024-01-24scsi: fnic: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2024-01-24scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu1-2/+10
2024-01-24scsi: ibmvscsi_tgt: Replace deprecated strncpy() with strscpy()Justin Stitt1-9/+9
2024-01-24scsi: megaraid: Remove redundant assignment to variable 'retval'Colin Ian King1-1/+1
2024-01-24scsi: storvsc: Fix ring buffer size calculationMichael Kelley1-5/+7
2024-01-24scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei3-6/+6
2024-01-24scsi: core: Safe warning about bad dev info stringPetr Mladek1-3/+3
2024-01-24scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang1-1/+1
2024-01-22Merge branch '6.8/scsi-staging' into 6.8/scsi-fixesMartin K. Petersen3-5/+2
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-20/+92
2024-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+73
2024-01-19Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+1
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-01-17scsi: initio: Remove redundant variable 'rb'Colin Ian King1-2/+1
2024-01-17scsi: virtio_scsi: Remove duplicate check if queue is brokenLi RongQing1-2/+0
2024-01-17scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui1-1/+1