summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2024-01-29scsi: sr: Have midlayer retry get_sectorsize() errorsMike Christie
2024-01-29scsi: ses: Have midlayer retry scsi_execute_cmd() errorsMike Christie
2024-01-29scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie
2024-01-29scsi: sd: Have pr commands retry UAsMike Christie
2024-01-29scsi: core: Have SCSI midlayer retry scsi_report_lun_scan() errorsMike Christie
2024-01-29scsi: core: Have midlayer retry scsi_mode_sense() UAsMike Christie
2024-01-29scsi: ch: Have midlayer retry ch_do_scsi() UAsMike Christie
2024-01-29scsi: ch: Remove unit_attentionMike Christie
2024-01-29scsi: sd: Have midlayer retry sd_sync_cache() errorsMike Christie
2024-01-29scsi: spi: Have midlayer retry spi_execute() UAsMike Christie
2024-01-29scsi: device_handler: rdac: Have midlayer retry send_mode_select() errorsMike Christie
2024-01-29scsi: device_handler: hp_sw: Have midlayer retry scsi_execute_cmd() errorsMike Christie
2024-01-29scsi: sd: Have midlayer retry sd_spinup_disk() errorsMike Christie
2024-01-29scsi: sd: Use separate buf for START_STOP in sd_spinup_disk()Mike Christie
2024-01-29scsi: core: Retry INQUIRY after timeoutMike Christie
2024-01-29scsi: core: Have midlayer retry scsi_probe_lun() errorsMike Christie
2024-01-29scsi: core: Allow passthrough to request midlayer retriesMike Christie
2024-01-29scsi: pm8001: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: isci: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: ibmvscsi_tgt: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: ibmvscsi: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: fnic: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: aacraid: aachba: Replace snprintf() with the safer scnprintf() variantLee Jones
2024-01-29scsi: 53c700: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones
2024-01-29scsi: 3w-xxxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones
2024-01-29scsi: 3w-sas: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones
2024-01-29scsi: 3w-9xxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones
2024-01-24scsi: mpt3sas: Update driver version to 48.100.00.00Ranjan Kumar
2024-01-24scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar
2024-01-24Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen
2024-01-24scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen
2024-01-24scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li
2024-01-24scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li
2024-01-24scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li
2024-01-23scsi: fnic: Clean up some inconsistent indentingJiapeng Chong
2024-01-23scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu
2024-01-23scsi: ibmvscsi_tgt: Replace deprecated strncpy() with strscpy()Justin Stitt
2024-01-23scsi: megaraid: Remove redundant assignment to variable 'retval'Colin Ian King
2024-01-23scsi: storvsc: Fix ring buffer size calculationMichael Kelley
2024-01-23scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei
2024-01-23scsi: core: Safe warning about bad dev info stringPetr Mladek
2024-01-23scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang
2024-01-22Merge branch '6.8/scsi-staging' into 6.8/scsi-fixesMartin K. Petersen
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-01-18Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-17scsi: initio: Remove redundant variable 'rb'Colin Ian King
2024-01-17scsi: virtio_scsi: Remove duplicate check if queue is brokenLi RongQing
2024-01-17scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui