summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2022-09-29Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-1/+2
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal-1/+2
2022-09-15scsi: mpt3sas: Fix return value check of dma_get_required_mask()Sreekanth Reddy-1/+1
2022-09-15scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()Rafael Mendonca-1/+3
2022-09-15scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren-5/+0
2022-09-06scsi: mpt3sas: Fix use-after-free warningSreekanth Reddy-1/+1
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche-5/+21
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche-19/+3
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche-15/+0
2022-09-01scsi: core: Revert "Simplify LLD module reference counting"Bart Van Assche-6/+12
2022-09-01scsi: core: Revert "Call blk_mq_free_tag_set() earlier"Bart Van Assche-5/+5
2022-09-01scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang-1/+4
2022-09-01scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke-2/+2
2022-08-22scsi: sd: Revert "Rework asynchronous resume support"Bart Van Assche-71/+18
2022-08-19scsi: core: Fix passthrough retry counter handlingMike Christie-1/+2
2022-08-19Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen-35/+30
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-25/+51
2022-08-11scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wqSaurabh Sengar-1/+1
2022-08-11scsi: megaraid_sas: Remove unnecessary kfree()Guixin Liu-6/+2
2022-08-11scsi: megaraid_sas: Fix double kfree()Guixin Liu-1/+0
2022-08-11scsi: core: Allow the ALUA transitioning state enough timeBrian Bunker-19/+25
2022-08-11scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port ISP27XXTony Battersby-8/+2
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-6/+2
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds-4/+18
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-7143/+2797
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1038/+108
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-82/+58
2022-08-01scsi: pm8001: Fix typo 'the the' in commentSlark Xiao-1/+1
2022-08-01scsi: megaraid_sas: Remove redundant variable cmd_typeColin Ian King-2/+1
2022-08-01scsi: FlashPoint: Remove redundant variable bm_int_stColin Ian King-2/+2
2022-08-01scsi: core: Call blk_mq_free_tag_set() earlierBart Van Assche-5/+5
2022-08-01scsi: core: Simplify LLD module reference countingMing Lei-12/+6
2022-08-01scsi: core: Make sure that hosts outlive targetsMing Lei-0/+15
2022-08-01scsi: core: Make sure that targets outlive devicesBart Van Assche-3/+19
2022-08-01scsi: lpfc: Check the return value of alloc_workqueue()William Dean-0/+2
2022-07-28scsi: cxlflash: Include missing linux/irqdomain.hChristophe Leroy-0/+1
2022-07-26scsi: megaraid: Remove the static variable initialisationJason Wang-1/+1
2022-07-26scsi: ch: Do not initialise statics to 0Xin Gao-1/+1
2022-07-26scsi: core: Fix warning in scsi_alloc_sgtables()Jason Yan-1/+1
2022-07-26scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownDavid Jeffery-0/+1
2022-07-22scsi: sd: Add a comment about limiting max_sectors to shost optimal limitJohn Garry-0/+5
2022-07-19scsi: scsi_transport_sas: cap shost opt_sectors according to DMA optimal limitJohn Garry-0/+6
2022-07-19scsi: sd: allow max_sectors be capped at DMA optimal size limitJohn Garry-0/+2
2022-07-19scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry-4/+5
2022-07-18scsi: libsas: Resume SAS host for phy reset or enable via sysfsXiang Chen-0/+4
2022-07-18scsi: hisi_sas: Modify v3 HW SATA completion error processingXingui Yang-1/+8
2022-07-18scsi: hisi_sas: Relocate DMA unmap of SMP taskXiang Chen-7/+5
2022-07-18scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen-25/+18
2022-07-18scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()John Garry-4/+1
2022-07-18scsi: mpi3mr: Delete a stray tabDan Carpenter-1/+1