summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-09-21scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler
2023-09-21scsi: ibmvfc: Limit max hw queues by num_online_cpus()Tyrel Datwyler
2023-09-21scsi: ibmvfc: Implement channel queue depth and event buffer accountingTyrel Datwyler
2023-09-21scsi: ibmvfc: Remove BUG_ON in the case of an empty event poolTyrel Datwyler
2023-09-21scsi: hisi_sas: Allocate DFX memory during dump triggerYihang Li
2023-09-21scsi: hisi_sas: Directly call register snapshot instead of using workqueueYihang Li
2023-09-21scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfsYihang Li
2023-09-21Merge patch series "scsi: pm8001: Bug fix and cleanup"Martin K. Petersen
2023-09-21scsi: pm8001: Remove PM8001_READ_VPDDamien Le Moal
2023-09-21scsi: pm8001: Remove PM8001_USE_TASKLETDamien Le Moal
2023-09-21scsi: pm8001: Remove PM8001_USE_MSIXDamien Le Moal
2023-09-21scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()Damien Le Moal
2023-09-21scsi: pm8001: Simplify pm8001_chip_interrupt_enable/disable()Damien Le Moal
2023-09-21scsi: pm8001: Introduce pm8001_handle_irq()Damien Le Moal
2023-09-21scsi: pm8001: Introduce pm8001_kill_tasklet()Damien Le Moal
2023-09-21scsi: pm8001: Introduce pm8001_init_tasklet()Damien Le Moal
2023-09-21scsi: pm8001: Introduce pm8001_free_irq()Damien Le Moal
2023-09-21scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-17scsi: iscsi_tcp: restrict to TCP socketsEric Dumazet
2023-09-13scsi: imm: Add a module parameter for the transfer modeAlex Henrie
2023-09-13scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal
2023-09-13scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal
2023-09-13scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal
2023-09-13scsi: qla2xxx: Use FIELD_GET() to extract PCIe capability fieldsIlpo Järvinen
2023-09-13scsi: esas2r: Use FIELD_GET() to extract PCIe capability fieldsIlpo Järvinen
2023-09-13scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee
2023-09-13scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmoJustin Tee
2023-09-13scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan
2023-09-13scsi: pm8001: Setup IRQs on resumeDamien Le Moal
2023-09-13scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki
2023-09-13scsi: pm80xx: Use phy-specific SAS address when sending PHY_START commandMichal Grzedzicki
2023-09-13Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-09-05scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan
2023-09-05scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan
2023-09-05scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali
2023-09-05scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali
2023-09-05scsi: ppa: Fix accidentally reversed conditions for 16-bit and 32-bit EPPAlex Henrie
2023-09-05scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi
2023-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-09-02Merge branch 'fixes' into miscJames Bottomley
2023-08-30scsi: mpt3sas: Remove volatile qualifierRanjan Kumar
2023-08-30scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar
2023-08-30scsi: libsas: Simplify sas_queue_reset() and remove unused codeWenchao Hao
2023-08-30scsi: qla2xxx: Fix unused variable warning in qla2xxx_process_purls_pkt()Nathan Chancellor
2023-08-30scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag()Yang Li
2023-08-30scsi: qla2xxx: Fix spelling mistake "tranport" -> "transport"Colin Ian King
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen