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-05-2511-226/+189Star
|\
| * Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen2019-05-201-2/+1Star
| * 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-141-1/+1
| * scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart2019-05-141-1/+4
| * scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart2019-05-141-13/+19
| * scsi: lpfc: resolve lockdep warningsJames Smart2019-05-142-33/+56
| * scsi: qedi: remove set but not used variables 'cdev' and 'udev'YueHaibing2019-05-141-4/+0Star
| * scsi: qedi: remove memset/memcpy to nfunc and use func insteadYueHaibing2019-05-141-24/+8Star
| * scsi: qla2xxx: Add cleanup for PCI EEH recoveryQuinn Tran2019-05-141-139/+82Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-248-84/+8Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner2019-05-241-4/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-248-106/+8Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner2019-05-243-54/+3Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner2019-05-242-12/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-2115-223/+15Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-215-65/+5Star
* | 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/+8Star
| * scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche2019-04-292-24/+7Star
| * scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche2019-04-2911-92/+65Star
| * scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-2913-345/+221Star
| * 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/+55Star
| * scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche2019-04-293-4/+8
| * scsi: qla2xxx: Make qla24xx_async_abort_cmd() staticBart Van Assche2019-04-292-77/+73Star
| * scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche2019-04-292-13/+1Star
| * scsi: qla2xxx: Remove qla_tgt_cmd.releasedBart Van Assche2019-04-292-15/+1Star
| * scsi: qla2xxx: Complain if a command is released that is owned by the firmwareBart Van Assche2019-04-291-9/+4Star
| * scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche2019-04-294-48/+16Star
| * scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()Bart Van Assche2019-04-291-0/+2
| * scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()Bart Van Assche2019-04-291-5/+2Star
| * scsi: qla2xxx: Simplify qlt_send_term_imm_notif()Bart Van Assche2019-04-291-24/+2Star
| * scsi: qla2xxx: Fix use-after-free issues in qla2xxx_qpair_sp_free_dma()Bart Van Assche2019-04-291-18/+20
| * scsi: qla2xxx: Fix a qla24xx_enable_msix() error pathBart Van Assche2019-04-291-1/+5
| * scsi: qla2xxx: Avoid that qla2x00_mem_free() crashes if called twiceBart Van Assche2019-04-291-0/+3
| * scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche2019-04-292-34/+30Star
| * scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche2019-04-293-6/+6
| * scsi: qla2xxx: Log the status code if a firmware command failsBart Van Assche2019-04-292-5/+5
| * scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport...Bart Van Assche2019-04-291-2/+3
| * scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()Bart Van Assche2019-04-291-4/+3Star