summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2023-10-27Merge tag 'ata-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/dl...Linus Torvalds-3/+36
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal-3/+36
2023-10-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+4
2023-10-16scsi: qla2xxx: Fix double free of dsd_list during driver loadQuinn Tran-1/+1
2023-10-16scsi: mpt3sas: Fix in error pathTomas Henzl-1/+3
2023-10-10scsi: Do not rescan devices with a suspended queueDamien Le Moal-5/+6
2023-10-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-18/+54
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-20/+100
2023-09-28scsi: sd: Do not issue commands to suspended disks on shutdownDamien Le Moal-4/+14
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal-1/+17
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal-18/+72
2023-09-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+12
2023-09-27scsi: fnic: Fix sg_reset success pathKaran Tilak Kumar-18/+54
2023-09-21scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal-1/+12
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+4
2023-09-17scsi: iscsi_tcp: restrict to TCP socketsEric Dumazet-0/+4
2023-09-13scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee-8/+19
2023-09-13scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmoJustin Tee-1/+1
2023-09-13scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan-7/+7
2023-09-13scsi: pm8001: Setup IRQs on resumeDamien Le Moal-34/+17
2023-09-13scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki-0/+2
2023-09-13scsi: pm80xx: Use phy-specific SAS address when sending PHY_START commandMichal Grzedzicki-2/+2
2023-09-13Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen-34/+41
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-307/+1416
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-9/+4
2023-09-05scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan-3/+14
2023-09-05scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan-3/+3
2023-09-05scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali-8/+7
2023-09-05scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali-5/+5
2023-09-05scsi: ppa: Fix accidentally reversed conditions for 16-bit and 32-bit EPPAlex Henrie-2/+2
2023-09-05scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi-13/+10
2023-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-614/+955
2023-09-02Merge branch 'fixes' into miscJames Bottomley-114/+99
2023-08-30scsi: mpt3sas: Remove volatile qualifierRanjan Kumar-6/+6
2023-08-30scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar-13/+34
2023-08-30scsi: libsas: Simplify sas_queue_reset() and remove unused codeWenchao Hao-38/+3
2023-08-30scsi: qla2xxx: Fix unused variable warning in qla2xxx_process_purls_pkt()Nathan Chancellor-2/+1
2023-08-30scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag()Yang Li-33/+0
2023-08-30scsi: qla2xxx: Fix spelling mistake "tranport" -> "transport"Colin Ian King-1/+1
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen-113/+98
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-8/+4
2023-08-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-50/+1
2023-08-25scsi: fnic: Replace sgreset tag with max_tag_idKaran Tilak Kumar-12/+11
2023-08-25scsi: storvsc: Handle additional SRB status valuesMichael Kelley-0/+7
2023-08-25Merge patch series "qla2xxx driver misc features"Martin K. Petersen-93/+1085
2023-08-25scsi: qla2xxx: Remove unused variables in qla24xx_build_scsi_type_6_iocbs()Nilesh Javali-5/+0
2023-08-25scsi: qla2xxx: Fix nvme_fc_rcv_ls_req() undefined errorNilesh Javali-1/+3
2023-08-24Merge patch series "smartpqi updates"Martin K. Petersen-55/+215
2023-08-24scsi: smartpqi: Change driver version to 2.1.24-046Don Brace-3/+3
2023-08-24scsi: smartpqi: Enhance error messagesMahesh Rajashekhara-8/+9