summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2024-07-08Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal
2024-06-28mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig
2024-06-28megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig
2024-06-24lpfc_nvmet: implement 'host_traddr'Hannes Reinecke
2024-06-20scsi: scsi_debug: Atomic write supportJohn Garry
2024-06-20scsi: sd: Atomic write supportJohn Garry
2024-06-19block: move the bounce flag into the features fieldChristoph Hellwig
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-19sd: move zone limits setup out of sd_read_block_characteristicsChristoph Hellwig
2024-06-19sd: remove sd_is_zonedChristoph Hellwig
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig
2024-06-14sr: convert to the atomic queue limits APIChristoph Hellwig
2024-06-14sd: convert to the atomic queue limits APIChristoph Hellwig
2024-06-14sd: cleanup zoned queue limits initializationChristoph Hellwig
2024-06-14sd: factor out a sd_discard_mode helperChristoph Hellwig
2024-06-14sd: simplify the disable case in sd_config_discardChristoph Hellwig
2024-06-14sd: add a sd_disable_write_same helperChristoph Hellwig
2024-06-14sd: add a sd_disable_discard helperChristoph Hellwig
2024-06-14sd: simplify the ZBC case in provisioning_mode_storeChristoph Hellwig
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig
2024-06-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-06-02Merge tag 'hardening-v6.10-rc2-take2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-05-31scsi: mpt3sas: Avoid possible run-time warning with long manufacturer stringsKees Cook
2024-05-28Merge branch '6.10/scsi-queue' into 6.10/scsi-fixesMartin K. Petersen
2024-05-28sd: also set max_user_sectors when setting max_sectorsChristoph Hellwig
2024-05-23scsi: core: Handle devices which return an unusually large VPD page countMartin K. Petersen
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-22scsi: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-16scsi: vmw_pvscsi: Do not use PCI_IRQ_LEGACY instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: pmcraid: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: mpt3sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: ipr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: hpsa: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: arcmsr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-15scsi: mpt3sas: Add missing kerneldoc parameter descriptionsDeming Wang