summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' into miscJames Bottomley2017-09-0727-258/+178
|\
| * scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter2017-08-311-4/+4
| * scsi: storvsc: fix memory leak on ring buffer busyLong Li2017-08-311-0/+2
| * scsi: aacraid: Fix command send race conditionBrian King2017-08-301-33/+21
| * scsi: qedi: off by one in qedi_get_cmd_from_tid()Dan Carpenter2017-08-291-1/+1
| * scsi: qedf: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-08-241-6/+8
| * scsi: sg: off by one in sg_ioctl()Dan Carpenter2017-08-231-1/+1
| * scsi: ipr: Set no_report_opcodes for RAID arraysBrian King2017-08-231-0/+1
| * scsi: cxgb4i: call neigh_event_send() to update MAC addressVarun Prakash2017-08-171-0/+3
| * Revert "scsi: default to scsi-mq"Christoph Hellwig2017-08-172-0/+15
| * scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd()Damien Le Moal2017-08-173-4/+9
| * scsi: aacraid: Fix out of bounds in aac_get_name_respRaghava Aditya Renukunta2017-08-172-3/+8
| * scsi: csiostor: fail probe if fw does not support FCoEVarun Prakash2017-08-172-5/+11
| * scsi: megaraid_sas: fix error handle in megasas_probe_oneweiping zhang2017-08-171-1/+1
| * scsi: ses: Fix wrong page errorBrian King2017-08-081-1/+1
| * scsi: ipr: Fix scsi-mq lockdep issueBrian King2017-08-082-14/+21
| * scsi: st: fix blk_get_queue usageBodo Stroesser2017-08-081-2/+2
| * scsi: qla2xxx: Fix system crash while triggering FW dumpMichael Hernandez2017-08-081-12/+0
| * scsi: sg: only check for dxfer_len greater than 256MJohannes Thumshirn2017-07-271-30/+1
| * scsi: aacraid: reading out of boundsDan Carpenter2017-07-271-3/+4
| * scsi: qedf: Limit number of CQsThomas Bogendoerfer2017-07-272-12/+11
| * scsi: bnx2i: Simplify cpu hotplug codeThomas Gleixner2017-07-272-51/+15
| * scsi: bnx2fc: Simplify CPU hotplug codeThomas Gleixner2017-07-272-55/+15
| * scsi: bnx2i: Prevent recursive cpuhotplug lockingThomas Gleixner2017-07-271-7/+8
| * scsi: bnx2fc: Prevent recursive cpuhotplug lockingThomas Gleixner2017-07-271-7/+8
| * scsi: bnx2fc: Plug CPU hotplug raceThomas Gleixner2017-07-271-22/+23
* | scsi: scsi-mq: Always unprepare before requeuing a requestBart Van Assche2017-09-011-2/+8
* | scsi: Show .retries and .jiffies_at_alloc in debugfsBart Van Assche2017-09-011-1/+3
* | scsi: Improve requeuing behaviorBart Van Assche2017-09-011-2/+13
* | scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche2017-09-012-4/+25
* | scsi: qla2xxx: Reset the logo flag, after target re-login.Quinn Tran2017-08-312-0/+3
* | scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran2017-08-313-2/+34
* | scsi: qla2xxx: Clear fc4f_nvme flagDarren Trap2017-08-311-0/+1
* | scsi: qla2xxx: add missing includes for qla_isrJohannes Thumshirn2017-08-311-0/+2
* | scsi: aacraid: report -ENOMEM to upper layer from aac_convert_sgraw2()Nikola Pajkovsky2017-08-311-3/+7
* | scsi: aacraid: get rid of one level of indentationNikola Pajkovsky2017-08-311-136/+131
* | scsi: aacraid: fix indentation errorsNikola Pajkovsky2017-08-312-4/+4
* | scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig2017-08-309-380/+243
* | scsi: smartpqi: remove the smp_handler stubChristoph Hellwig2017-08-301-9/+0
* | scsi: hpsa: remove the smp_handler stubChristoph Hellwig2017-08-301-9/+0
* | scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig2017-08-304-8/+12
* | scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche2017-08-304-47/+60
* | scsi: Rework the code for caching Vital Product Data (VPD)Bart Van Assche2017-08-301-78/+66
* | scsi: rcu: Introduce rcu_swap_protected()Bart Van Assche2017-08-301-0/+16
* | scsi: qlogicpti: fixup qlogicpti_reset() definitionHannes Reinecke2017-08-291-1/+2
* | scsi: lpfc: avoid false-positive gcc-8 warningArnd Bergmann2017-08-261-3/+3
* | scsi: lpfc: avoid an unused function warningArnd Bergmann2017-08-261-2/+3
* | scsi: cxlflash: Fix vlun resize failure in the shrink pathUma Krishnan2017-08-261-5/+1
* | scsi: cxlflash: Avoid double mutex unlockMatthew R. Ochs2017-08-261-3/+10
* | scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs2017-08-261-2/+1