aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller41-319/+649
2017-03-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds40-285/+640
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval16-1069/+2104
2017-03-12Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2-10/+18
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara1-33/+8
2017-03-07scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-03-07scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger1-10/+17
2017-03-07Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley39-275/+622
2017-03-06scsi: lpfc: revise version number to 11.2.0.10James Smart1-1/+1
2017-03-06scsi: lpfc: code cleanups in NVME initiator discoveryJames Smart2-3/+3
2017-03-06scsi: lpfc: code cleanups in NVME initiator baseJames Smart2-9/+10
2017-03-06scsi: lpfc: correct rdp diag portnamesJames Smart1-4/+4
2017-03-06scsi: lpfc: remove dead sli3 nvme codeJames Smart1-5/+0
2017-03-06scsi: lpfc: correct double printJames Smart1-22/+0
2017-03-06scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart4-9/+10
2017-03-06scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart3-6/+41
2017-03-06scsi: lpfc: add transport eh_timed_out referenceJames Smart1-0/+1
2017-03-06scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart5-6/+69
2017-03-06scsi: lpfc: add NVME exchange abortsJames Smart8-10/+143
2017-03-06scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localportJames Smart1-2/+2
2017-03-06scsi: lpfc: Fix IO submission if WQ is fullJames Smart2-2/+5
2017-03-06scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problemJames Smart1-13/+4
2017-03-06scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart2-2/+2
2017-03-06scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-03-06scsi: lpfc: fix missing spin_unlock on sql_list_lockJames Smart1-1/+1
2017-03-06scsi: lpfc: don't dereference dma_buf->iocbq before null checkJames Smart1-1/+1
2017-03-06scsi: lpfc: sanity check hrq is null before dereferencing itJames Smart1-5/+5
2017-03-06scsi: lpfc: remove redundant assignment of sgelJames Smart1-1/+0
2017-03-06scsi: lpfc: replace init_timer by setup_timerTomas Jasek2-33/+19
2017-03-06scsi: qedf: Use vsprintf extension %padJoe Perches1-2/+2
2017-03-06scsi: qedf: Fix defective logging format and argument mismatchesJoe Perches3-8/+11
2017-03-06scsi: vmw_pvscsi: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig1-1/+1
2017-03-06scsi: qla2xxx: Fix ql_dump_bufferJoe Perches1-8/+4
2017-03-06scsi: aacraid: Fix typo in blink statusRaghava Aditya Renukunta1-1/+1
2017-03-06scsi: qedi: fix build error without DEBUG_FSArnd Bergmann4-15/+21
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds83-3168/+22328
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-4/+10
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds18-2525/+4298
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-114/+13
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar2-0/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar3-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar3-2/+3
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche4-12/+12
2017-03-01scsi: sd: Check for unaligned partial completionDamien Le Moal2-15/+17
2017-03-01scsi: ufs: Factor out ufshcd_read_desc_paramPotomski, MichalX3-72/+196
2017-02-28scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech1-1/+25
2017-02-28scsi: qedi: fix missing return error code check on call to qedi_setup_intColin Ian King1-1/+1
2017-02-27scsi: qedi: Fix memory leak in tmf response processing.Dupuis, Chad1-2/+3