summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-03-1916-432/+1077
|\
| * qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani2017-03-181-3/+3
| * qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran2017-03-186-20/+81
| * qla2xxx: Change scsi host lookup method.Quinn Tran2017-03-187-40/+100
| * qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2017-03-182-4/+90
| * qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran2017-03-186-65/+279
| * qla2xxx: Add async new target notificationQuinn Tran2017-03-182-3/+4
| * qla2xxx: Export DIF stats via debugfsAnil Gurumurthy2017-03-182-0/+27
| * qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran2017-03-187-251/+406
| * qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran2017-03-184-8/+32
| * qla2xxx: Fix sess_lock & hardware_lock lock order problem.Quinn Tran2017-03-181-23/+18
| * qla2xxx: Fix inadequate lock protection for ABTS.Quinn Tran2017-03-181-2/+10
| * qla2xxx: Fix request queue corruption.Quinn Tran2017-03-181-3/+9
| * qla2xxx: Fix memory leak for abts processingQuinn Tran2017-03-181-0/+2
| * qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio2017-03-185-10/+16
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-03-1540-285/+640
|\ \
| * \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-122-10/+18
| |\ \
| | * | scsi: lpfc: Add shutdown method for kexecAnton Blanchard2017-03-071-0/+1
| | * | scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger2017-03-071-10/+17
| * | | Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-03-0739-275/+622
| |\| | | | |/ | |/|
| | * scsi: lpfc: revise version number to 11.2.0.10James Smart2017-03-061-1/+1
| | * scsi: lpfc: code cleanups in NVME initiator discoveryJames Smart2017-03-062-3/+3
| | * scsi: lpfc: code cleanups in NVME initiator baseJames Smart2017-03-062-9/+10
| | * scsi: lpfc: correct rdp diag portnamesJames Smart2017-03-061-4/+4
| | * scsi: lpfc: remove dead sli3 nvme codeJames Smart2017-03-061-5/+0
| | * scsi: lpfc: correct double printJames Smart2017-03-061-22/+0
| | * scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart2017-03-064-9/+10
| | * scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart2017-03-063-6/+41
| | * scsi: lpfc: add transport eh_timed_out referenceJames Smart2017-03-061-0/+1
| | * scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart2017-03-065-6/+69
| | * scsi: lpfc: add NVME exchange abortsJames Smart2017-03-068-10/+143
| | * scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localportJames Smart2017-03-061-2/+2
| | * scsi: lpfc: Fix IO submission if WQ is fullJames Smart2017-03-062-2/+5
| | * scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problemJames Smart2017-03-061-13/+4
| | * scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart2017-03-062-2/+2
| | * scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart2017-03-061-4/+10
| | * scsi: lpfc: fix missing spin_unlock on sql_list_lockJames Smart2017-03-061-1/+1
| | * scsi: lpfc: don't dereference dma_buf->iocbq before null checkJames Smart2017-03-061-1/+1
| | * scsi: lpfc: sanity check hrq is null before dereferencing itJames Smart2017-03-061-5/+5
| | * scsi: lpfc: remove redundant assignment of sgelJames Smart2017-03-061-1/+0
| | * scsi: lpfc: replace init_timer by setup_timerTomas Jasek2017-03-062-33/+19
| | * scsi: qedf: Use vsprintf extension %padJoe Perches2017-03-061-2/+2
| | * scsi: qedf: Fix defective logging format and argument mismatchesJoe Perches2017-03-063-8/+11
| | * scsi: vmw_pvscsi: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig2017-03-061-1/+1
| | * scsi: qla2xxx: Fix ql_dump_bufferJoe Perches2017-03-061-8/+4
| | * scsi: aacraid: Fix typo in blink statusRaghava Aditya Renukunta2017-03-061-1/+1
| | * scsi: qedi: fix build error without DEBUG_FSArnd Bergmann2017-03-064-15/+21
| | * scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-014-12/+12
| | * scsi: sd: Check for unaligned partial completionDamien Le Moal2017-03-012-15/+17