aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-01-29scsi: aacraid: aachba: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2024-01-29scsi: 53c700: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones1-1/+1
2024-01-29scsi: 3w-xxxx: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones1-22/+22
2024-01-29scsi: 3w-sas: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones1-18/+18
2024-01-29scsi: 3w-9xxx: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones1-22/+22
2024-01-24scsi: mpt3sas: Update driver version to 48.100.00.00Ranjan Kumar1-2/+2
2024-01-24scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar5-32/+136
2024-01-24Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen2-9/+25
2024-01-24scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen2-2/+6
2024-01-24scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li2-3/+7
2024-01-24scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li1-2/+2
2024-01-24scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2024-01-23scsi: fnic: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2024-01-23scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu1-2/+10
2024-01-23scsi: ibmvscsi_tgt: Replace deprecated strncpy() with strscpy()Justin Stitt1-9/+9
2024-01-23scsi: megaraid: Remove redundant assignment to variable 'retval'Colin Ian King1-1/+1
2024-01-23scsi: storvsc: Fix ring buffer size calculationMichael Kelley1-5/+7
2024-01-23scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei3-6/+6
2024-01-23scsi: core: Safe warning about bad dev info stringPetr Mladek1-3/+3
2024-01-23scsi: 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-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+73
2024-01-18Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+1
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus 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
2024-01-11scsi: core: Kick the requeue list after inserting when flushingNiklas Cassel1-3/+6
2024-01-11scsi: fnic: unlock on error path in fnic_queuecommand()Dan Carpenter1-0/+1
2024-01-11scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()Harshit Mogalapalli1-2/+4
2024-01-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds76-1234/+1973
2024-01-11Merge 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-03scsi: mpi3mr: Fix mpi3mr_fw.c kernel-doc warningsRandy Dunlap1-4/+2
2024-01-03scsi: smartpqi: Bump driver version to 2.1.26-030Don Brace1-3/+3
2024-01-03scsi: smartpqi: Fix logical volume rescan race conditionMahesh Rajashekhara2-8/+36
2024-01-03scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+40
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+1
2023-12-19sd: only call disk_clear_zoned when neededChristoph Hellwig1-1/+1
2023-12-19block: simplify disk_set_zonedChristoph Hellwig1-2/+5
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig3-54/+34
2023-12-18tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)1-1/+1
2023-12-18scsi: core: Always send batch on reset or error handling commandAlexander Atanasov1-0/+2
2023-12-18scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun1-6/+3
2023-12-13Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen2-11/+19
2023-12-13scsi: hisi_sas: Correct the number of global debugfs registersYihang Li1-1/+1
2023-12-13scsi: hisi_sas: Rollback some operations if FLR failedYihang Li1-0/+5
2023-12-13scsi: hisi_sas: Check before using pointer variablesYihang Li1-2/+5