summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-01-06scsi: snic: Return error code on memory allocation failureBurak Ok1-0/+3
2017-01-06scsi: fnic: Avoid sending reset to firmware when another reset is in progressSatish Kharat2-0/+17
2016-12-21scsi: qedi: fix build, depends on UIORandy Dunlap1-1/+1
2016-12-21scsi: scsi-mq: Wait for .queue_rq() if necessaryBart Van Assche1-1/+1
2016-12-14scsi: avoid a permanent stop of the scsi device's request queueWei Fang1-4/+0
2016-12-14scsi: mpt3sas: Recognize and act on iopriority infoAdam Manzanares3-3/+80
2016-12-14scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran4-28/+50
2016-12-14scsi: qla2xxx: Add Block Multi Queue functionality.Michael Hernandez1-5/+42
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez11-335/+1114
2016-12-14scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez3-57/+36
2016-12-14scsi: qla2xxx: Only allow operational MBX to proceed during RESET.himanshu.madhani@cavium.com1-0/+52
2016-12-14scsi: hpsa: remove memory allocate failure messageAmit Kushwaha1-25/+12
2016-12-14scsi: Update 3ware driver email addressesadam radford6-28/+16
2016-12-14scsi: libcxgbi: return error if interface is not upVarun Prakash1-0/+12
2016-12-14scsi: cxgb4i: libcxgbi: add missing module_put()Varun Prakash3-3/+12
2016-12-14scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash3-26/+213
2016-12-14scsi: cxgb4i: libcxgbi: add active open cmd for T6 adaptersVarun Prakash2-15/+77
2016-12-14scsi: cxgb4i: use cxgb4_tp_smt_idx() to get smt_idxVarun Prakash1-2/+2
2016-12-14scsi: qedi: Add QLogic FastLinQ offload iSCSI driver framework.Manish Rangankar16-0/+7464
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds119-3857/+5015
2016-12-14Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-109/+84
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds15-110/+913
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+8
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig2-18/+12
2016-12-09xen/scsifront: don't request a slot on the ring until request is readyJuergen Gross1-105/+83
2016-12-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-6/+8
2016-12-08scsi: qla4xxx: switch to pci_alloc_irq_vectorsChristoph Hellwig4-98/+37
2016-12-08scsi: hisi_sas: support deferred probe for v2 hwJohn Garry1-0/+12
2016-12-08scsi: megaraid_sas: switch to pci_alloc_irq_vectorsHannes Reinecke2-41/+38
2016-12-08scsi: scsi_devinfo: remove synchronous ALUA for NETAPP devicesXose Vazquez Perez1-2/+0
2016-12-06scsi: be2iscsi: set errno on error pathPan Bian1-1/+3
2016-12-06scsi: be2iscsi: set errno on error pathPan Bian1-1/+3
2016-12-06scsi: hpsa: fallback to use legacy REPORT PHYS commandHannes Reinecke1-2/+26
2016-12-06scsi: scsi_dh_alua: Fix RCU annotationsBart Van Assche1-7/+9
2016-12-06scsi: hpsa: use %phN for short hex dumpsRasmus Villemoes1-27/+13
2016-12-06scsi: hisi_sas: fix free'ing in probe and removeXiaofei Tan1-9/+14
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-15/+28
2016-12-01scsi: isci: switch to pci_alloc_irq_vectorsChristoph Hellwig2-14/+10
2016-12-01scsi: ipr: Fix runaway IRQs when falling back from MSI to LSIBenjamin Herrenschmidt1-0/+1
2016-12-01scsi: dpt_i2o: double free on error pathDan Carpenter1-1/+0
2016-12-01scsi: cxlflash: Migrate scsi command pointer to AFU commandMatthew R. Ochs3-6/+7
2016-12-01scsi: cxlflash: Migrate IOARRIN specific routines to function pointersMatthew R. Ochs2-10/+14
2016-12-01scsi: cxlflash: Cleanup queuecommand()Matthew R. Ochs1-30/+20
2016-12-01scsi: cxlflash: Cleanup send_tmf()Matthew R. Ochs1-15/+7
2016-12-01scsi: cxlflash: Remove AFU command lockMatthew R. Ochs2-38/+16
2016-12-01scsi: cxlflash: Wait for active AFU commands to timeout upon tear downMatthew R. Ochs2-1/+6
2016-12-01scsi: cxlflash: Remove private command poolMatthew R. Ochs2-75/+0
2016-12-01scsi: cxlflash: Use cmd_size for private commandsMatthew R. Ochs2-54/+25
2016-12-01scsi: cxlflash: Allocate memory instead of using command pool for AFU syncMatthew R. Ochs1-13/+12
2016-12-01scsi: cxlflash: Remove unused buffer from AFU commandMatthew R. Ochs2-27/+2