summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-2720-27/+27
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-0620-27/+27
* | Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-271-0/+1
|\ \
| * | block: Allow t10-pi to be modularHerbert Xu2020-01-071-0/+1
* | | Merge tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-261-4/+5
|\ \ \
| * | | block: allow partitions on host aware zone devicesChristoph Hellwig2020-01-261-4/+5
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-01-261-0/+3
|\ \ \
| * | | scsi: fnic: do not queue commands during fwresetHannes Reinecke2020-01-211-0/+3
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-01-182-11/+13
|\| | |
| * | | scsi: storvsc: Correctly set number of hardware queues for IDE diskLong Li2020-01-161-1/+3
| * | | scsi: fnic: fix invalid stack accessArnd Bergmann2020-01-161-10/+10
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-01-141-1/+3
|\| | | | |_|/ |/| |
| * | scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen2020-01-101-1/+3
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-12-285-10/+9
|\| | | |/ |/|
| * scsi: libcxgbi: fix NULL pointer dereference in cxgbi_device_destroy()Varun Prakash2019-12-201-1/+2
| * scsi: lpfc: fix spelling mistakes of asynchronousColin Ian King2019-12-202-6/+6
| * scsi: lpfc: fix build failure with DEBUGFS disabledArnd Bergmann2019-12-171-2/+1
| * scsi: mpt3sas: Fix double free in attach error handlingDan Carpenter2019-12-171-1/+0
* | 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-101-0/+7
| * scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche2019-12-101-2/+2
| * scsi: libsas: stop discovering if oob mode is disconnectedJason Yan2019-12-101-1/+10
| * scsi: ufs: Disable autohibern8 feature in Cadence UFSsheebab2019-12-101-0/+6
| * scsi: iscsi: qla4xxx: fix double free in probeDan Carpenter2019-12-101-1/+0
| * scsi: ufs: Give an unique ID to each ufs-bsgCan Guo2019-12-101-1/+1
| * scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCBRoman Bolshakov2019-12-101-0/+9
| * scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGIRoman Bolshakov2019-12-101-1/+2
| * scsi: qla2xxx: Don't defer relogin unconditonallyRoman Bolshakov2019-12-101-1/+0
| * scsi: qla2xxx: Send Notify ACK after N2N PLOGIRoman Bolshakov2019-12-101-0/+1
| * scsi: qla2xxx: Configure local loop for N2N targetRoman Bolshakov2019-12-101-8/+2
| * scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump lengthRoman Bolshakov2019-12-101-2/+4
| * scsi: qla2xxx: Don't call qlt_async_event twiceRoman Bolshakov2019-12-101-4/+0
| * scsi: qla2xxx: Allow PLOGI in target modeRoman Bolshakov2019-12-101-2/+6
| * scsi: qla2xxx: Change discovery state before PLOGIRoman Bolshakov2019-12-101-0/+1
| * scsi: qla2xxx: Drop superfluous INIT_WORK of del_workRoman Bolshakov2019-12-101-1/+0
| * scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov2019-12-102-1/+1
| * scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran2019-12-104-4/+15
| * scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmdRoman Bolshakov2019-12-101-0/+2
| * scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu2019-12-101-6/+9
| * scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB CmdMichael Hernandez2019-12-101-1/+1
| * scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XXMichael Hernandez2019-12-102-5/+26
| * scsi: qla2xxx: Correctly retrieve and interpret active flash regionHimanshu Madhani2019-12-103-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-072-0/+3
| |\ \
| | * | nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-262-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-271-1/+1
| * | | scsi: sd_zbc: Improve report zones error printoutDamien Le Moal2019-11-273-10/+10
| * | | scsi: qla2xxx: Fix qla2x00_request_irqs() for MSIHuacai Chen2019-11-271-3/+3