aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 148Thomas Gleixner
2019-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-20Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen
2019-05-20scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King
2019-05-20scsi: smartpqi: Reporting unhandled SCSI errorsErwan Velu
2019-05-20scsi: myrs: Fix uninitialized variableYueHaibing
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-13scsi: lpfc: Update lpfc version to 12.2.0.2James Smart
2019-05-13scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart
2019-05-13scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart
2019-05-13scsi: lpfc: resolve lockdep warningsJames Smart
2019-05-13scsi: qedi: remove set but not used variables 'cdev' and 'udev'YueHaibing
2019-05-13scsi: qedi: remove memset/memcpy to nfunc and use func insteadYueHaibing
2019-05-13scsi: qla2xxx: Add cleanup for PCI EEH recoveryQuinn Tran
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-03Merge 5.1-rc7 into usb-nextGreg Kroah-Hartman
2019-04-29scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2x...Bart Van Assche
2019-04-29scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche
2019-04-29scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche
2019-04-29scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche
2019-04-29scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche
2019-04-29scsi: qla2xxx: Pass little-endian values to the firmwareBart Van Assche
2019-04-29scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche
2019-04-29scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche
2019-04-29scsi: qla2xxx: Make qla24xx_async_abort_cmd() staticBart Van Assche
2019-04-29scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche
2019-04-29scsi: qla2xxx: Remove qla_tgt_cmd.releasedBart Van Assche
2019-04-29scsi: qla2xxx: Complain if a command is released that is owned by the firmwareBart Van Assche
2019-04-29scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche
2019-04-29scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()Bart Van Assche
2019-04-29scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()Bart Van Assche
2019-04-29scsi: qla2xxx: Simplify qlt_send_term_imm_notif()Bart Van Assche