summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-10-21scsi: 3w-9xxx: Avoid disabling device if failing to enable itLetu Ren1-1/+1
2022-10-21scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_IDJames Smart1-5/+2
2022-10-21scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()Mike Christie2-21/+55
2022-10-21scsi: pm8001: Fix running_req for internal abort commandsJohn Garry1-0/+4
2022-10-21scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou1-1/+1
2022-10-21scsi: lpfc: Fix various issues reported by toolsJames Smart6-118/+148
2022-10-21scsi: qedf: Populate sysfs attributes for vportSaurav Kashyap1-0/+21
2022-10-21scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart7-125/+240
2022-10-15scsi: stex: Properly zero out the passthrough command structureLinus Torvalds1-8/+9
2022-10-15scsi: qla2xxx: Fix response queue handler reading stale packetsArun Easi1-2/+15
2022-10-15scsi: qla2xxx: Revert "scsi: qla2xxx: Fix response queue handler reading stal...Arun Easi3-35/+2
2022-09-29Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-1/+2
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal1-1/+2
2022-09-15scsi: mpt3sas: Fix return value check of dma_get_required_mask()Sreekanth Reddy1-1/+1
2022-09-15scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()Rafael Mendonca1-1/+3
2022-09-15scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren1-5/+0
2022-09-06scsi: mpt3sas: Fix use-after-free warningSreekanth Reddy1-1/+1
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche5-5/+21
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche2-19/+3
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche2-15/+0
2022-09-01scsi: core: Revert "Simplify LLD module reference counting"Bart Van Assche2-6/+12
2022-09-01scsi: core: Revert "Call blk_mq_free_tag_set() earlier"Bart Van Assche1-5/+5
2022-09-01scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang1-1/+4
2022-09-01scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke1-2/+2
2022-08-22scsi: sd: Revert "Rework asynchronous resume support"Bart Van Assche2-71/+18
2022-08-19scsi: core: Fix passthrough retry counter handlingMike Christie1-1/+2
2022-08-19Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen5-35/+30
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-25/+51
2022-08-11scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wqSaurabh Sengar1-1/+1
2022-08-11scsi: megaraid_sas: Remove unnecessary kfree()Guixin Liu1-6/+2
2022-08-11scsi: megaraid_sas: Fix double kfree()Guixin Liu1-1/+0
2022-08-11scsi: core: Allow the ALUA transitioning state enough timeBrian Bunker1-19/+25
2022-08-11scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port ISP27XXTony Battersby1-8/+2
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-6/+2
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds4-4/+18
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds99-7143/+2797
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds71-1038/+108
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds16-82/+58
2022-08-01scsi: pm8001: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-01scsi: megaraid_sas: Remove redundant variable cmd_typeColin Ian King1-2/+1
2022-08-01scsi: FlashPoint: Remove redundant variable bm_int_stColin Ian King1-2/+2
2022-08-01scsi: core: Call blk_mq_free_tag_set() earlierBart Van Assche1-5/+5
2022-08-01scsi: core: Simplify LLD module reference countingMing Lei2-12/+6
2022-08-01scsi: core: Make sure that hosts outlive targetsMing Lei2-0/+15
2022-08-01scsi: core: Make sure that targets outlive devicesBart Van Assche2-3/+19
2022-08-01scsi: lpfc: Check the return value of alloc_workqueue()William Dean1-0/+2
2022-07-28scsi: cxlflash: Include missing linux/irqdomain.hChristophe Leroy1-0/+1
2022-07-26scsi: megaraid: Remove the static variable initialisationJason Wang1-1/+1
2022-07-26scsi: ch: Do not initialise statics to 0Xin Gao1-1/+1
2022-07-26scsi: core: Fix warning in scsi_alloc_sgtables()Jason Yan1-1/+1