summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-08-10scsi: libcxgbi: use ndev->ifindex to find routeVarun Prakash1-9/+18
2017-08-10scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()'Christophe JAILLET1-4/+4
2017-08-10scsi: aic7xxx: regenerate firmware filesMichał Mirosław3-1102/+227
2017-08-07scsi: aic7xxx: fix firmware build depsMichał Mirosław1-2/+4
2017-08-07scsi: aic7xxx: remove empty functionMichał Mirosław3-7/+0
2017-08-07scsi: fc: start decoupling fc_block_scsi_eh from scsi_cmndSteffen Maier1-5/+26
2017-08-07scsi: qla2xxx: Fix remoteport disconnect for FC-NVMehimanshu.madhani@cavium.com2-8/+38
2017-08-07scsi: qla2xxx: Simpify unregistration of FC-NVMe local/remote portshimanshu.madhani@cavium.com2-53/+12
2017-08-07scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devicesDuane Grigsby7-23/+99
2017-08-07scsi: qla2xxx: Move function prototype to correct headerhimanshu.madhani@cavium.com4-18/+23
2017-08-07scsi: qla2xxx: Cleanup FC-NVMe codehimanshu.madhani@cavium.com3-40/+33
2017-08-07scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman3-28/+16
2017-08-07scsi: Convert to using %pOF instead of full_nameRob Herring1-7/+6
2017-08-07scsi: gdth: increase the procfs event buffer sizeArnd Bergmann1-1/+1
2017-08-07scsi: fnic: fix format string overflow warningArnd Bergmann1-1/+1
2017-08-07scsi: gdth: avoid buffer overflow warningArnd Bergmann1-1/+1
2017-08-07scsi: mpt3sas: fix format overflow warningArnd Bergmann1-1/+1
2017-08-07scsi: megaraid: fix format-overflow warningArnd Bergmann1-2/+4
2017-08-07scsi: pmcraid: Replace PCI pool old APIRomain Perier2-6/+6
2017-08-07scsi: mvsas: Replace PCI pool old APIRomain Perier2-6/+6
2017-08-07scsi: mpt3sas: Replace PCI pool old APIRomain Perier1-39/+34
2017-08-07scsi: megaraid: Replace PCI pool old APIRomain Perier4-64/+68
2017-08-07scsi: lpfc: Replace PCI pool old APIRomain Perier7-75/+75
2017-08-07scsi: csiostor: Replace PCI pool old APIRomain Perier3-9/+10
2017-08-07scsi: be2iscsi: Replace PCI pool old APIRomain Perier3-7/+7
2017-08-07scsi: g_NCR5380: Two DTC436 PDMA workaroundsOndrej Zary1-2/+11
2017-08-07scsi: g_NCR5380: Re-work PDMA loopsOndrej Zary1-81/+102
2017-08-07scsi: g_NCR5380: Use unambiguous terminology for PDMA send and receiveFinn Thain1-7/+7
2017-08-07scsi: g_NCR5380: Cleanup comments and whitespaceFinn Thain1-33/+28
2017-08-07scsi: g_NCR5380: End PDMA transfer correctly on target disconnectionOndrej Zary1-17/+31
2017-08-07scsi: g_NCR5380: Fix PDMA transfer sizeOndrej Zary1-9/+3
2017-08-07scsi: aacraid: complete all commands during bus resetHannes Reinecke1-14/+20
2017-08-07scsi: aacraid: add fib flag to mark scsi command callbackHannes Reinecke2-0/+2
2017-08-07scsi: aacraid: enable sending of TMFs from aac_hba_send()Hannes Reinecke1-1/+1
2017-08-07scsi: aacraid: use aac_tmf_callback for reset fibHannes Reinecke1-25/+74
2017-08-07scsi: aacraid: split off device, target, and bus resetHannes Reinecke1-39/+102
2017-08-07scsi: aacraid: split off host resetHannes Reinecke1-11/+22
2017-08-07scsi: aacraid: split off functions to generate reset FIBHannes Reinecke1-33/+50
2017-08-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-37/+58
2017-07-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-4/+7
2017-07-24scsi: qedi: Fix return code in qedi_ep_connect()Dan Carpenter1-4/+4
2017-07-24scsi: lpfc: fix linking against modular NVMe supportArnd Bergmann1-0/+2
2017-07-24scsi: scsi_transport_fc: return -EBUSY for deleted vportHannes Reinecke1-2/+4
2017-07-24scsi: libcxgbi: add check for valid cxgbi_task_dataVarun Prakash1-0/+7
2017-07-24scsi: aic7xxx: fix firmware build with O=pathJakub Kicinski2-30/+35
2017-07-24scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusionShu Wang1-1/+5
2017-07-24scsi: qedi: Add ISCSI_BOOT_SYSFS to KconfigNilesh Javali1-0/+1
2017-07-17scsi: sg: fix static checker warning in sg_is_valid_dxferJohannes Thumshirn1-2/+5
2017-07-17scsi: smartpqi: limit transfer length to 1MBYadan Fan1-1/+1
2017-07-17scsi: hpsa: limit transfer length to 1MBYadan Fan1-1/+1