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-06-025-7/+10
|\
| * scsi: libsas: delete sas port if expander discover failedJason Yan2019-05-291-0/+2
| * scsi: libsas: only clear phy->in_shutdown after shutdown event doneJason Yan2019-05-291-2/+1
| * scsi: scsi_dh_alua: Fix possible null-ptr-derefYueHaibing2019-05-291-4/+2
| * scsi: smartpqi: properly set both the DMA mask and the coherent DMA maskLianbo Jiang2019-05-291-1/+1
| * scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()Varun Prakash2019-05-291-0/+4
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-302-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-5/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner2019-05-301-12/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-3014-236/+14
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner2019-05-301-13/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-308-79/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3030-431/+30
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3033-172/+33
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 148Thomas Gleixner2019-05-301-13/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-05-2411-226/+189
|\|
| * Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen2019-05-201-2/+1
| * scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King2019-05-201-1/+1
| * scsi: smartpqi: Reporting unhandled SCSI errorsErwan Velu2019-05-201-7/+16
| * scsi: myrs: Fix uninitialized variableYueHaibing2019-05-201-1/+1
| * scsi: lpfc: Update lpfc version to 12.2.0.2James Smart2019-05-131-1/+1
| * scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart2019-05-131-1/+4
| * scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart2019-05-131-13/+19
| * scsi: lpfc: resolve lockdep warningsJames Smart2019-05-132-33/+56
| * scsi: qedi: remove set but not used variables 'cdev' and 'udev'YueHaibing2019-05-131-4/+0
| * scsi: qedi: remove memset/memcpy to nfunc and use func insteadYueHaibing2019-05-131-24/+8
| * scsi: qla2xxx: Add cleanup for PCI EEH recoveryQuinn Tran2019-05-131-139/+82
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-248-84/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner2019-05-241-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-248-106/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner2019-05-243-54/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner2019-05-242-12/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-2115-223/+15
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-215-65/+5
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2138-0/+38
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2133-0/+33
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-217-0/+7
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-08125-4806/+7112
|\|
| * scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2x...Bart Van Assche2019-04-291-1/+2
| * scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche2019-04-291-6/+6
| * scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche2019-04-292-19/+8
| * scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche2019-04-292-24/+7
| * scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche2019-04-2911-92/+65
| * scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-2913-345/+221
| * scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche2019-04-292-0/+27
| * scsi: qla2xxx: Pass little-endian values to the firmwareBart Van Assche2019-04-291-4/+4
| * scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche2019-04-294-131/+55
| * scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche2019-04-293-4/+8