summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-12-1418-45/+110
|\
| * scsi: iscsi: Avoid potential deadlock in iscsi_if_rx funcBo Wu2019-12-091-0/+7
| * scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche2019-12-091-2/+2
| * scsi: libsas: stop discovering if oob mode is disconnectedJason Yan2019-12-091-1/+10
| * scsi: ufs: Disable autohibern8 feature in Cadence UFSsheebab2019-12-091-0/+6
| * scsi: iscsi: qla4xxx: fix double free in probeDan Carpenter2019-12-091-1/+0
| * scsi: ufs: Give an unique ID to each ufs-bsgCan Guo2019-12-091-1/+1
| * scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCBRoman Bolshakov2019-12-091-0/+9
| * scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGIRoman Bolshakov2019-12-091-1/+2
| * scsi: qla2xxx: Don't defer relogin unconditonallyRoman Bolshakov2019-12-091-1/+0
| * scsi: qla2xxx: Send Notify ACK after N2N PLOGIRoman Bolshakov2019-12-091-0/+1
| * scsi: qla2xxx: Configure local loop for N2N targetRoman Bolshakov2019-12-091-8/+2
| * scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump lengthRoman Bolshakov2019-12-091-2/+4
| * scsi: qla2xxx: Don't call qlt_async_event twiceRoman Bolshakov2019-12-091-4/+0
| * scsi: qla2xxx: Allow PLOGI in target modeRoman Bolshakov2019-12-091-2/+6
| * scsi: qla2xxx: Change discovery state before PLOGIRoman Bolshakov2019-12-091-0/+1
| * scsi: qla2xxx: Drop superfluous INIT_WORK of del_workRoman Bolshakov2019-12-091-1/+0
| * scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov2019-12-092-1/+1
| * scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran2019-12-094-4/+15
| * scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmdRoman Bolshakov2019-12-091-0/+2
| * scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu2019-12-091-6/+9
| * scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB CmdMichael Hernandez2019-12-091-1/+1
| * scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XXMichael Hernandez2019-12-092-5/+26
| * scsi: qla2xxx: Correctly retrieve and interpret active flash regionHimanshu Madhani2019-12-093-4/+5
* | Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-132-0/+3
|\ \
| * \ Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linusJens Axboe2019-12-062-0/+3
| |\ \
| | * | nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-272-0/+3
* | | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-094-7/+7
| |_|/ |/| |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-0811-32/+35
|\ \ \
| * | | scsi: megaraid_sas: Make poll_aen_lock staticYueHaibing2019-11-261-1/+1
| * | | scsi: sd_zbc: Improve report zones error printoutDamien Le Moal2019-11-263-10/+10
| * | | scsi: qla2xxx: Fix qla2x00_request_irqs() for MSIHuacai Chen2019-11-261-3/+3
| * | | scsi: qla2xxx: unregister ports after GPN_FT failureMartin Wilck2019-11-261-2/+14
| * | | scsi: qla2xxx: fix rports not being mark as lost in sync fabric scanMartin Wilck2019-11-261-3/+3
| * | | scsi: pm80xx: Remove unused include of linux/version.hYueHaibing2019-11-261-1/+0
| * | | scsi: pm80xx: fix logic to break out of loop when register value is 2 or 3Colin Ian King2019-11-261-1/+1
| * | | scsi: scsi_transport_sas: Fix memory leak when removing devicesJohn Garry2019-11-211-8/+1
| * | | scsi: lpfc: size cpu map by last cpu id setJames Smart2019-11-211-1/+1
| * | | scsi: ibmvscsi_tgt: Remove unneeded variable rcSaurav Girepunje2019-11-211-2/+1
* | | | Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-061-2/+0
|\ \ \ \ | | |/ / | |/| |
| * | | block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig2019-12-031-2/+0
* | | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-032-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'pci/resource'Bjorn Helgaas2019-11-282-2/+2
| |\ \ \ \
| | * | | | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-142-2/+2
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-02128-1812/+4677
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | scsi: bnx2fc: timeout calculation invalid for bnx2fc_eh_abort()Laurence Oberman2019-11-191-1/+1
| * | | | scsi: iscsi: Don't send data to unbound connectionAnatol Pomazau2019-11-191-0/+8
| * | | | scsi: bnx2i: fix potential use after freePan Bian2019-11-191-1/+1
| * | | | Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails"Martin K. Petersen2019-11-191-4/+0
| * | | | scsi: NCR5380: Add disconnect_mask module parameterFinn Thain2019-11-191-1/+5