aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+7
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds152-4350/+11270
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-1/+54
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-35/+34
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds4-14/+17
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+0
2017-07-03t10-pi: Move opencoded contants to common headerDmitry Monakhov2-6/+7
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-9/+9
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds7-80/+80
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+5
2017-07-01qla2xxx: Fix NVMe entry_type for iocb packet on BE systemHimanshu Madhani1-1/+2
2017-07-01scsi: qla2xxx: avoid unused-function warningArnd Bergmann2-8/+13
2017-07-01scsi: snic: fix a couple of spelling mistakes/typosColin Ian King2-3/+3
2017-07-01scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King8-11/+10
2017-07-01scsi: lpfc: don't double count abort errorsDan Carpenter1-1/+0
2017-07-01scsi: lpfc: spin_lock_irq() is not nestableDan Carpenter1-10/+10
2017-07-01scsi: hisi_sas: optimise DMA slot memoryXiaofei Tan5-122/+104
2017-07-01scsi: ibmvfc: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-07-01scsi: ibmvscsi: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-07-01scsi: cxlflash: Update debug prints in reset handlersMatthew R. Ochs1-15/+3
2017-07-01scsi: cxlflash: Update send_tmf() parametersMatthew R. Ochs1-14/+13
2017-07-01scsi: cxlflash: Avoid double free of character deviceMatthew R. Ochs1-1/+0
2017-07-01scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne2-4/+9
2017-07-01scsi: ufs: flush eh_work when eh_work scheduled.Zang Leigang1-1/+2
2017-07-01scsi: qla2xxx: Protect access to qpair members with qpair->qp_lockJohannes Thumshirn1-10/+13
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+1
2017-06-29sd: add support for TCG OPAL self encrypting disksChristoph Hellwig2-1/+54
2017-06-27scsi: sun_esp: fix device reference leaksJohan Hovold1-1/+8
2017-06-27scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport is initSatish Kharat1-2/+14
2017-06-27scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat3-2/+45
2017-06-27scsi: fnic: added timestamp reporting in fnic debug statsSatish Kharat3-0/+32
2017-06-27scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat1-0/+1
2017-06-27scsi: bnx2fc: Update version number to 2.11.8.Chad Dupuis1-1/+1
2017-06-27scsi: bnx2fc: Make rport_terminate_io callback a NOOP.Chad Dupuis1-1/+6
2017-06-27scsi: bnx2fc: If IO is still in cleanup then do not return to SCSI layer.Chad Dupuis1-8/+3
2017-06-27scsi: bnx2fc: Adjust bnx2fc_npiv_create_vports for WWNNs from NVRAM that are zero.Chad Dupuis1-1/+16
2017-06-27scsi: bnx2fc: Update copyright for 2017.Chad Dupuis10-10/+20
2017-06-27scsi: bnx2fc: Check for connection offload before sending RRQ.Chad Dupuis1-3/+10
2017-06-27scsi: bnx2fc: Add filters to the non-offload FCoE receive path.Chad Dupuis1-1/+34
2017-06-27scsi: default to scsi-mqChristoph Hellwig2-15/+0
2017-06-27scsi: sas: scsi_queue_work can fail, so make callers awareJohannes Thumshirn2-16/+24
2017-06-27scsi: qla2xxx: Update Driver version to 10.00.00.00-kHimanshu Madhani1-3/+3
2017-06-27scsi: qla2xxx: Use FC-NVMe FC4 type for FDMI registrationDuane Grigsby1-0/+16
2017-06-27scsi: qla2xxx: Send FC4 type NVMe to the management serverDuane Grigsby4-5/+131
2017-06-27scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby11-9/+1024
2017-06-27scsi: qla2xxx: Add FC-NVMe command handlingDuane Grigsby4-5/+131
2017-06-27scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby9-27/+256
2017-06-27scsi: qla2xxx: Update driver version to 9.01.00.00-khimanshu.madhani@cavium.com1-2/+2
2017-06-27scsi: qla2xxx: Include Exchange offload/Extended Login into FW dumpQuinn Tran4-3/+67