aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds6-9/+5
2025-05-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+5
2025-05-14Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple rangesMichael Kelley1-0/+1
2025-05-12scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-1/+5
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar2-2/+2
2025-05-08scsi: qedf: Use designated initializer for struct qed_fcoe_cb_opsKees Cook1-1/+1
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig2-3/+2
2025-05-05scsi: remove the no_highmem flag in the hostChristoph Hellwig1-3/+0
2025-05-05scsi: make ppa depend on !HIGHMEMChristoph Hellwig2-1/+1
2025-05-05scsi: make imm depend on !HIGHMEMChristoph Hellwig2-1/+1
2025-05-05scsi: make aha152x depend on !HIGHMEMChristoph Hellwig2-1/+1
2025-05-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2025-04-28scsi: myrb: Fix spelling mistake "statux" -> "status"Colin Ian King1-1/+1
2025-04-25Merge tag 'ata-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds1-12/+24
2025-04-22scsi: Improve CDL controlDamien Le Moal1-12/+24
2025-04-21scsi: mpi3mr: Add level check to control event loggingRanjan Kumar1-0/+3
2025-04-21scsi: core: Clear flags for scsi_cmnd that did not completeAnastasia Kovaleva1-1/+5
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-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/kernel/git/tip/tipLinus 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/git/kees/linuxLinus 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