summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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: 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-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-12scsi: core: Kick the requeue list after inserting when flushingNiklas Cassel1-3/+6
2024-01-12scsi: fnic: unlock on error path in fnic_queuecommand()Dan Carpenter1-0/+1
2024-01-12scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()Harshit Mogalapalli1-2/+4
2024-01-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds76-1236/+1975
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds3-55/+37
2024-01-10scsi: virtio_scsi: Add mq_poll supportMike Christie1-5/+73
2024-01-08sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristicsChristoph Hellwig1-4/+3
2024-01-04scsi: mpi3mr: Fix mpi3mr_fw.c kernel-doc warningsRandy Dunlap1-4/+2
2024-01-04scsi: smartpqi: Bump driver version to 2.1.26-030Don Brace1-3/+3
2024-01-04scsi: smartpqi: Fix logical volume rescan race conditionMahesh Rajashekhara2-8/+36
2024-01-04scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+40
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+1
2023-12-20sd: only call disk_clear_zoned when neededChristoph Hellwig1-1/+1
2023-12-20block: simplify disk_set_zonedChristoph Hellwig1-2/+5
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig3-54/+34
2023-12-19tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)1-1/+1
2023-12-19scsi: core: Always send batch on reset or error handling commandAlexander Atanasov1-0/+2
2023-12-19scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun1-6/+3
2023-12-14Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen2-11/+19
2023-12-14scsi: hisi_sas: Correct the number of global debugfs registersYihang Li1-1/+1
2023-12-14scsi: hisi_sas: Rollback some operations if FLR failedYihang Li1-0/+5
2023-12-14scsi: hisi_sas: Check before using pointer variablesYihang Li1-2/+5
2023-12-14scsi: hisi_sas: Replace with standard error code return valueYihang Li2-3/+3