summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: Dump system interface regs from sysfsShivasharan S2019-06-181-0/+37
* scsi: megaraid_sas: Add formatting option for megasas_dumpShivasharan S2019-06-181-12/+18
* scsi: megaraid_sas: Enhance internal DCMD timeout printsShivasharan S2019-06-181-4/+8
* scsi: megaraid_sas: Enhance prints in OCR and TM pathShivasharan S2019-06-183-37/+80
* scsi: megaraid_sas: Load balance completions across all MSI-XShivasharan S2019-06-183-8/+35
* scsi: megaraid_sas: IRQ poll to avoid CPU hard lockupsShivasharan S2019-06-186-30/+136
* scsi: megaraid_sas: Block PCI config space access from userspace during OCRShivasharan S2019-06-183-10/+74
* scsi: megaraid_sas: Rework code around controller resetShivasharan S2019-06-182-13/+11
* scsi: megaraid_sas: fw_reset_no_pci_access required for MFI adapters onlyShivasharan S2019-06-181-8/+10
* scsi: megaraid_sas: Remove unused variable target_indexShivasharan S2019-06-181-3/+0
* scsi: fdomain: Resurrect driver - ISA supportOndrej Zary2019-06-183-0/+237
* scsi: fdomain: Resurrect driver - PCI supportOndrej Zary2019-06-183-0/+86
* scsi: fdomain: Resurrect driver - CoreOndrej Zary2019-06-184-0/+644
* scsi: hpsa: update driver versionDon Brace2019-06-181-1/+1
* scsi: hpsa: correct device resetsDon Brace2019-06-183-90/+88
* scsi: hpsa: do-not-complete-cmds-for-deleted-devicesDon Brace2019-06-182-1/+14
* scsi: hpsa: wait longer for ptraid commandsDon Brace2019-06-181-6/+20
* scsi: hpsa: check for tag collisionDon Brace2019-06-182-7/+15
* scsi: hpsa: use local workqueues instead of system workqueuesDon Brace2019-06-182-3/+20
* scsi: hpsa: correct simple modeDon Brace2019-06-181-4/+16
* scsi: osst: kill obsolete driverHannes Reinecke2019-06-187-6898/+3
* scsi: sd: Inline sd_probe_part2()Bart Van Assche2019-06-181-59/+44
* scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche2019-06-184-24/+7
* scsi: st: add a SPDX tag to st.cChristoph Hellwig2019-05-211-0/+1
* scsi: sr: add a SPDX tag to sr.cChristoph Hellwig2019-05-211-0/+1
* scsi: sg: switch to SPDX tagsChristoph Hellwig2019-05-211-6/+1
* scsi: ses: switch to SPDX tagsChristoph Hellwig2019-05-211-18/+2
* scsi: sd: switch remaining files to SPDX tagsChristoph Hellwig2019-05-212-30/+2
* scsi: sd: add a SPDX tag to sd.cChristoph Hellwig2019-05-211-0/+1
* scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig2019-05-219-141/+9
* scsi: libsas: switch sas_ata.[ch] to SPDX tagsChristoph Hellwig2019-05-211-15/+1
* scsi: libsas: add a SPDX tag to sas_task.cChristoph Hellwig2019-05-211-1/+1
* scsi: libiscsi: switch to SPDX tagsChristoph Hellwig2019-05-212-26/+2
* scsi: libfcoe: switch to SPDX tagsChristoph Hellwig2019-05-215-65/+5
* scsi: libfc: switch to SPDX tagsChristoph Hellwig2019-05-2110-130/+10
* scsi: scsi_transport_srp: switch to SPDX tagsChristoph Hellwig2019-05-211-15/+1
* scsi: scsi_transport_spi: switch to SPDX tagsChristoph Hellwig2019-05-211-14/+1
* scsi: scsi_transport_sas: switch to SPDX tagsChristoph Hellwig2019-05-211-1/+1
* scsi: scsi_transport_iscsi: switch to SPDX tagsChristoph Hellwig2019-05-211-14/+1
* scsi: scsi_transport_fc: switch to SPDX tagsChristoph Hellwig2019-05-211-17/+1
* scsi: core: switch the remaining scsi midlayer files to use SPDX tagsChristoph Hellwig2019-05-213-16/+3
* scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig2019-05-218-0/+8
* 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