summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig2-13/+7
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig1-2/+2
2024-06-14sr: convert to the atomic queue limits APIChristoph Hellwig1-17/+25
2024-06-14sd: convert to the atomic queue limits APIChristoph Hellwig3-66/+85
2024-06-14sd: cleanup zoned queue limits initializationChristoph Hellwig1-10/+8
2024-06-14sd: factor out a sd_discard_mode helperChristoph Hellwig1-17/+20
2024-06-14sd: simplify the disable case in sd_config_discardChristoph Hellwig1-2/+1
2024-06-14sd: add a sd_disable_write_same helperChristoph Hellwig1-2/+8
2024-06-14sd: add a sd_disable_discard helperChristoph Hellwig1-2/+8
2024-06-14sd: simplify the ZBC case in provisioning_mode_storeChristoph Hellwig1-5/+4
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig1-24/+5
2024-06-13scsi: core: Introduce the BLIST_SKIP_IO_HINTS flagBart Van Assche1-0/+4
2024-06-13scsi: core: Fix an incorrect commentBart Van Assche1-6/+5
2024-06-11scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal5-28/+87
2024-06-11scsi: Add missing MODULE_DESCRIPTION() macrosJeff Johnson15-0/+17
2024-06-11scsi: core: Disable CDL by defaultDamien Le Moal1-0/+7
2024-06-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-17/+82
2024-06-05scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memoryBreno Leitao1-0/+19
2024-06-05scsi: sd: Use READ(16) when reading block zero on large capacity disksMartin K. Petersen1-5/+12
2024-06-04Merge patch series "Declare local functions static"Martin K. Petersen4-8/+7
2024-06-04scsi: powertec: Declare local function staticBart Van Assche1-1/+1
2024-06-04scsi: eesox: Declare local function staticBart Van Assche1-1/+1
2024-06-04scsi: cumana: Declare local function staticBart Van Assche1-1/+1
2024-06-04scsi: acornscsi: Declare local functions staticBart Van Assche1-5/+4
2024-06-02Merge tag 'hardening-v6.10-rc2-take2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+6
2024-05-31scsi: mpt3sas: Avoid possible run-time warning with long manufacturer stringsKees Cook2-10/+6
2024-05-30scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple'Dr. David Alan Gilbert1-6/+0
2024-05-30scsi: core: Pass sdev to blk_mq_alloc_queue()John Garry1-2/+1
2024-05-28Merge branch '6.10/scsi-queue' into 6.10/scsi-fixesMartin K. Petersen8-17/+82
2024-05-28sd: also set max_user_sectors when setting max_sectorsChristoph Hellwig1-1/+3
2024-05-23scsi: core: Handle devices which return an unusually large VPD page countMartin K. Petersen1-0/+7
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-55/+16
2024-05-22scsi: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-8/+8
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+6
2024-05-16scsi: vmw_pvscsi: Do not use PCI_IRQ_LEGACY instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: pmcraid: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: mpt3sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-2/+2
2024-05-16scsi: ipr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: hpsa: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: arcmsr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-15scsi: mpt3sas: Add missing kerneldoc parameter descriptionsDeming Wang1-2/+2
2024-05-15scsi: qedf: Set qed_slowpath_params to zero before useSaurav Kashyap1-0/+1
2024-05-15scsi: qedf: Wait for stag work during unloadSaurav Kashyap2-3/+28
2024-05-15scsi: qedf: Don't process stag work during unload and recoverySaurav Kashyap1-0/+16
2024-05-15scsi: sr: Fix unintentional arithmetic wraparoundJustin Stitt2-2/+5