aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18scsi: megaraid_sas: fw_reset_no_pci_access required for MFI adapters onlyShivasharan S1-8/+10
2019-06-18scsi: megaraid_sas: Remove unused variable target_indexShivasharan S1-3/+0
2019-06-18scsi: fdomain: Resurrect driver - ISA supportOndrej Zary3-0/+237
2019-06-18scsi: fdomain: Resurrect driver - PCI supportOndrej Zary3-0/+86
2019-06-18scsi: fdomain: Resurrect driver - CoreOndrej Zary4-0/+644
2019-06-18scsi: hpsa: update driver versionDon Brace1-1/+1
2019-06-18scsi: hpsa: correct device resetsDon Brace3-90/+88
2019-06-18scsi: hpsa: do-not-complete-cmds-for-deleted-devicesDon Brace2-1/+14
2019-06-18scsi: hpsa: wait longer for ptraid commandsDon Brace1-6/+20
2019-06-18scsi: hpsa: check for tag collisionDon Brace2-7/+15
2019-06-18scsi: hpsa: use local workqueues instead of system workqueuesDon Brace2-3/+20
2019-06-18scsi: hpsa: correct simple modeDon Brace1-4/+16
2019-06-18scsi: osst: kill obsolete driverHannes Reinecke7-6898/+3
2019-06-18scsi: sd: Inline sd_probe_part2()Bart Van Assche1-59/+44
2019-06-18scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche4-24/+7
2019-05-21scsi: st: add a SPDX tag to st.cChristoph Hellwig1-0/+1
2019-05-21scsi: sr: add a SPDX tag to sr.cChristoph Hellwig1-0/+1
2019-05-21scsi: sg: switch to SPDX tagsChristoph Hellwig1-6/+1
2019-05-21scsi: ses: switch to SPDX tagsChristoph Hellwig1-18/+2
2019-05-21scsi: sd: switch remaining files to SPDX tagsChristoph Hellwig2-30/+2
2019-05-21scsi: sd: add a SPDX tag to sd.cChristoph Hellwig1-0/+1
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig9-141/+9
2019-05-21scsi: libsas: switch sas_ata.[ch] to SPDX tagsChristoph Hellwig1-15/+1
2019-05-21scsi: libsas: add a SPDX tag to sas_task.cChristoph Hellwig1-1/+1
2019-05-21scsi: libiscsi: switch to SPDX tagsChristoph Hellwig2-26/+2
2019-05-21scsi: libfcoe: switch to SPDX tagsChristoph Hellwig5-65/+5
2019-05-21scsi: libfc: switch to SPDX tagsChristoph Hellwig10-130/+10
2019-05-21scsi: scsi_transport_srp: switch to SPDX tagsChristoph Hellwig1-15/+1
2019-05-21scsi: scsi_transport_spi: switch to SPDX tagsChristoph Hellwig1-14/+1
2019-05-21scsi: scsi_transport_sas: switch to SPDX tagsChristoph Hellwig1-1/+1
2019-05-21scsi: scsi_transport_iscsi: switch to SPDX tagsChristoph Hellwig1-14/+1
2019-05-21scsi: scsi_transport_fc: switch to SPDX tagsChristoph Hellwig1-17/+1
2019-05-21scsi: core: switch the remaining scsi midlayer files to use SPDX tagsChristoph Hellwig3-16/+3
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig8-0/+8
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds125-4806/+7112
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-44/+75
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2-32/+2
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds16-27/+54
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds11-31/+1
2019-05-03Merge 5.1-rc7 into usb-nextGreg Kroah-Hartman13-21/+36
2019-04-29scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2xxx_close_session()Bart Van Assche1-1/+2
2019-04-29scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche1-6/+6
2019-04-29scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche2-19/+8
2019-04-29scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche2-24/+7
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmwareBart Van Assche11-92/+65
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche13-345/+221
2019-04-29scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche2-0/+27
2019-04-29scsi: qla2xxx: Pass little-endian values to the firmwareBart Van Assche1-4/+4