aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-04-21scsi: hisi_sas: Coding style cleanupYihang Li5-25/+17
2025-04-21scsi: hisi_sas: Use macro instead of magic numberYihang Li3-115/+213
2025-04-21scsi: mpi3mr: Fix typo and grammarChelsy Ratnawat1-3/+3
2025-04-21scsi: mpi3mr: Add level check to control event loggingRanjan Kumar1-0/+3
2025-04-21scsi: scsi_transport_fc: Rename del_timer() in commentWangYuli1-1/+1
2025-04-21scsi: core: Clear flags for scsi_cmnd that did not completeAnastasia Kovaleva1-1/+5
2025-04-11scsi: pm80xx: Add __nonstring annotations for unterminated stringsKees Cook1-1/+1
2025-04-11scsi: mpi3mr: Reset the pending interrupt flagRanjan Kumar1-0/+3
2025-04-11scsi: mpi3mr: Fix pending I/O counterRanjan Kumar1-1/+1
2025-04-11scsi: lpfc: Use memcpy() for BIOS versionDaniel Wagner1-2/+2
2025-04-11scsi: elx: sli4: Replace deprecated strncpy() with strscpy()Thorsten Blum1-3/+3
2025-04-11scsi: scsi_debug: Add ERASE for tapesKai Mäkisara1-3/+20
2025-04-11scsi: scsi_debug: Use scsi_device->type instead os sdebug_ptype where possibleKai Mäkisara1-26/+35
2025-04-11scsi: scsi_debug: Move some tape-specific commands to separate definitionsKai Mäkisara1-39/+38
2025-04-11scsi: scsi_debug: Enable different command definitions for different device t...Kai Mäkisara1-89/+115
2025-04-11scsi: scsi_debug: Fix two typos in command definitionsKai Mäkisara1-2/+2
2025-04-08Merge branch '6.15/scsi-queue' into 6.15/scsi-fixesMartin K. Petersen10-18/+66
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner58-166/+166
2025-04-03scsi: megaraid_sas: Driver version update to 07.734.00.00-rc1Chandrakanth Patil1-2/+2
2025-04-03scsi: megaraid_sas: Block zero-length ATA VPD inquiryChandrakanth Patil2-3/+11
2025-04-03scsi: scsi_transport_srp: Replace min/max nesting with clamp()Li Haoran1-1/+1
2025-04-03scsi: smartpqi: Use is_kdump_kernel() to check for kdumpMartin Wilck1-6/+7
2025-04-03scsi: pm80xx: Set phy_attached to zero when device is goneIgor Pylypiv1-0/+1
2025-04-03scsi: iscsi: Fix missing scsi_host_put() in error pathMiaoqian Lin1-2/+5
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds81-11364/+2004
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-9/+6
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds2-19/+6
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-11/+11
2025-03-20scsi: hisi_sas: Fix I/O errors caused by hardware port ID changesXingui Yang1-0/+20
2025-03-20scsi: hisi_sas: Enable force phy when SATA disk directly connectedXingui Yang2-4/+19
2025-03-17scsi: st: Tighten the page format heuristics with MODE SELECTKai Mäkisara1-1/+3
2025-03-17scsi: st: ERASE does not change tape locationKai Mäkisara1-1/+0
2025-03-17scsi: st: Fix array overflow in st_setup()Kai Mäkisara1-1/+1
2025-03-17scsi: lpfc: Restore clearing of NLP_UNREG_INP in ndlp->nlp_flagEwan D. Milne1-0/+2
2025-03-17scsi: hisi_sas: Fixed failure to issue vendor specific commandsXingui Yang4-10/+29
2025-03-17scsi: fnic: Remove unnecessary NUL-terminationsThorsten Blum1-3/+0
2025-03-17scsi: fnic: Remove redundant flush_workqueue() callsChen Ni1-3/+2
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-1/+1
2025-03-10scsi: core: Use a switch statement when attaching VPD pagesChaohai Chen1-8/+20
2025-03-10scsi: mpi3mr: Task Abort EH SupportChandrakanth Patil1-0/+99
2025-03-10scsi: storvsc: Don't report the host packet status as the hv statusRoman Kisel1-2/+2
2025-03-10scsi: isci: Make most module parameters staticDr. David Alan Gilbert2-14/+7
2025-03-10scsi: megaraid_sas: Make most module parameters staticDr. David Alan Gilbert1-5/+5
2025-03-03scsi: fnic: Remove unnecessary spinlock locking and unlockingKaran Tilak Kumar1-17/+7
2025-03-03scsi: fnic: Replace fnic->lock_flags with local flagsKaran Tilak Kumar1-5/+6
2025-03-03scsi: fnic: Replace use of sizeof with standard usageKaran Tilak Kumar1-2/+1
2025-03-03scsi: fnic: Fix indentation and remove unnecessary parenthesisKaran Tilak Kumar1-13/+13
2025-03-03scsi: fnic: Remove unnecessary debug printKaran Tilak Kumar1-4/+0
2025-03-03scsi: logging: Fix scsi_logging_level boundsNicolas Bouchinet1-1/+3