summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds8-19/+19
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds10-207/+67
2022-03-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-9/+9
2022-03-15sr: simplify the local variable initialization in sr_block_open()Lukas Bulwahn1-2/+2
2022-03-15scsi: fnic: Finish scsi_cmnd before dropping the spinlockDavid Jeffery1-7/+6
2022-03-15scsi: mpt3sas: Page fault in reply q processingMatt Lupfer1-2/+3
2022-03-09sr: implement ->free_disk to simplify refcountingChristoph Hellwig2-102/+26
2022-03-09sd: implement ->free_disk to simplify refcountingChristoph Hellwig1-74/+16
2022-03-09sd: delay calling free_opal_devChristoph Hellwig1-2/+1
2022-03-09sd: call sd_zbc_release_disk before releasing the scsi_device referenceChristoph Hellwig1-1/+1
2022-03-09sd: rename the scsi_disk.dev fieldChristoph Hellwig2-13/+18
2022-03-09scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig6-10/+4
2022-03-07xen/scsifront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-2/+1
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-5/+0
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva8-19/+19
2022-02-15scsi: ufs: core: Fix divide by zero in ufshcd_map_queues()Jinyoung Choi1-1/+1
2022-02-15scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart4-3/+26
2022-02-12scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd...Mike Christie1-4/+2
2022-02-08scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart2-2/+8
2022-02-08scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabledJames Smart2-5/+12
2022-02-04scsi: use BLK_STS_OFFLINE for not fully online devicesSong Liu1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-2/+2
2022-02-02block: remove genhd.hChristoph Hellwig4-4/+0
2022-02-01scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry1-8/+6
2022-02-01scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_taskJohn Garry1-2/+2
2022-02-01scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry1-0/+5
2022-02-01scsi: pm8001: Fix warning for undescribed param in process_one_iomb()John Garry1-0/+1
2022-01-31scsi: core: Reallocate device's budget map on queue depth changeMing Lei1-5/+50
2022-01-31scsi: bnx2fc: Make bnx2fc_recv_frame() mp safeJohn Meneghini1-8/+13
2022-01-31scsi: pm80xx: Fix double completion for SATA devicesAjish Koshy2-44/+0
2022-01-25scsi: myrs: Fix crash in error caseTong Zhang1-1/+2
2022-01-25scsi: 53c700: Remove redundant assignment to pointer SCpColin Ian King1-1/+0
2022-01-25scsi: ufs: Treat link loss as fatal errorKiwoong Kim1-1/+2
2022-01-25scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()Kiwoong Kim1-3/+6
2022-01-25scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+0
2022-01-25scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2-5/+0
2022-01-25scsi: 3w-sas: Remove useless DMA-32 fallback configurationChristophe JAILLET1-4/+0
2022-01-25scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()John Meneghini1-15/+5
2022-01-25scsi: pm8001: Fix bogus FW crash for maxcpus=1John Garry2-3/+19
2022-01-25scsi: qedf: Change context reset messages to ratelimitedSaurav Kashyap1-2/+4
2022-01-25scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap1-0/+1
2022-01-25scsi: qedf: Add stag_work to all the vportsSaurav Kashyap1-0/+1
2022-01-25scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup()Xiaoke Wang1-0/+7
2022-01-25scsi: elx: efct: Don't use GFP_KERNEL under spin lockYang Yingliang1-6/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-5/+5
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+36
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds17-91/+155
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni1-1/+34