summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-248-19/+19
|\
| * treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-178-19/+19
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-5/+0
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-5/+0
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2110-207/+67
|\ \ \
| * | | sr: simplify the local variable initialization in sr_block_open()Lukas Bulwahn2022-03-151-2/+2
| * | | sr: implement ->free_disk to simplify refcountingChristoph Hellwig2022-03-082-102/+26
| * | | sd: implement ->free_disk to simplify refcountingChristoph Hellwig2022-03-081-74/+16
| * | | sd: delay calling free_opal_devChristoph Hellwig2022-03-081-2/+1
| * | | sd: call sd_zbc_release_disk before releasing the scsi_device referenceChristoph Hellwig2022-03-081-1/+1
| * | | sd: rename the scsi_disk.dev fieldChristoph Hellwig2022-03-082-13/+18
| * | | scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig2022-03-086-10/+4
| * | | scsi: use BLK_STS_OFFLINE for not fully online devicesSong Liu2022-02-031-1/+1
| * | | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-2/+2
| * | | block: remove genhd.hChristoph Hellwig2022-02-024-4/+0
| | |/ | |/|
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-03-192-9/+9
|\ \ \
| * | | scsi: fnic: Finish scsi_cmnd before dropping the spinlockDavid Jeffery2022-03-151-7/+6
| * | | scsi: mpt3sas: Page fault in reply q processingMatt Lupfer2022-03-141-2/+3
* | | | xen/scsifront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross2022-03-071-2/+1
|/ / /
* | | scsi: ufs: core: Fix divide by zero in ufshcd_map_queues()Jinyoung Choi2022-02-141-1/+1
* | | scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart2022-02-144-3/+26
* | | scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd...Mike Christie2022-02-111-4/+2
* | | scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart2022-02-072-2/+8
* | | scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabledJames Smart2022-02-072-5/+12
| |/ |/|
* | scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry2022-01-311-8/+6
* | scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_taskJohn Garry2022-01-311-2/+2
* | scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry2022-01-311-0/+5
* | scsi: pm8001: Fix warning for undescribed param in process_one_iomb()John Garry2022-01-311-0/+1
* | scsi: core: Reallocate device's budget map on queue depth changeMing Lei2022-01-311-5/+50
* | scsi: bnx2fc: Make bnx2fc_recv_frame() mp safeJohn Meneghini2022-01-311-8/+13
* | scsi: pm80xx: Fix double completion for SATA devicesAjish Koshy2022-01-312-44/+0
|/
* scsi: myrs: Fix crash in error caseTong Zhang2022-01-251-1/+2
* scsi: 53c700: Remove redundant assignment to pointer SCpColin Ian King2022-01-251-1/+0
* scsi: ufs: Treat link loss as fatal errorKiwoong Kim2022-01-251-1/+2
* scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()Kiwoong Kim2022-01-251-3/+6
* scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-241-6/+0
* scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-242-5/+0
* scsi: 3w-sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-241-4/+0
* scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()John Meneghini2022-01-241-15/+5
* scsi: pm8001: Fix bogus FW crash for maxcpus=1John Garry2022-01-242-3/+19
* scsi: qedf: Change context reset messages to ratelimitedSaurav Kashyap2022-01-241-2/+4
* scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap2022-01-241-0/+1
* scsi: qedf: Add stag_work to all the vportsSaurav Kashyap2022-01-241-0/+1
* scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup()Xiaoke Wang2022-01-241-0/+7
* scsi: elx: efct: Don't use GFP_KERNEL under spin lockYang Yingliang2022-01-241-6/+2
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-5/+5
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-5/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-222-3/+36
|\ \
| * | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
| * | scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-221-1/+34