aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla1280.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-04-30qla1280: Remove redundant NULL check before release_firmware() callJesper Juhl1-5/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-52/+109
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-27[SCSI] qla1280: retain firmware for error recoveryMichael Reed1-52/+109
2010-02-08[SCSI] qla1280: Drop host_lock while requesting firmwareBen Hutchings1-0/+4
2009-05-20[SCSI] qla1280: error recovery rewriteMichael Reed1-133/+157
2009-05-20[SCSI] qla1280: driver clean upMichael Reed1-89/+10
2009-04-10Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds1-2/+2
2009-04-08qla1280: Fix off-by-some error in firmware loading.David Woodhouse1-2/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-04-03[SCSI] qla1280: use request_firmwareJaswinder Singh Rajput1-40/+74
2009-01-06trivial: Fix misspelling of "firmware" in qla1280.cNick Andrew1-2/+2
2008-12-29[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven1-2/+1
2008-10-09block: unify request timeout handlingJens Axboe1-2/+2
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-6/+6
2008-05-23scsi: fix integer as NULL pointer warningHarvey Harrison1-1/+1
2008-05-13[SCSI] qla1280: Fix queue depth problemJeremy Higdon1-2/+2
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh1-2/+2
2008-04-17[SCSI] qla1280: remove version checkAdrian Bunk1-5/+0
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-2/+2
2008-01-09[SCSI] qla1280: fix 32 bit segment codeFUJITA Tomonori1-1/+1
2007-11-14[SCSI] qla1280: convert to use the data buffer accessorsJes Sorensen1-221/+166
2007-10-21[SCSI] qla1280: uses wrong failure path after failed pci_set_dma_maskJohannes Dickgreber1-2/+2
2007-10-16qla1280: enable use_sg_chaining optionFUJITA Tomonori1-0/+1
2007-10-16qla1280: sg chaining fixesFUJITA Tomonori1-1/+4
2007-10-16qla1280: sg chaining supportJens Axboe1-29/+37
2007-10-12[SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox1-1/+1
2007-05-06[SCSI] qla1280: use DMA_64BIT_MASK instead of ~ 0ULLMatthias Kaehlcke1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-01-06[SCSI] qla1280: set residual correctlyJes Sorensen1-2/+4
2006-10-25[SCSI] qla1280 bus reset typoJes Sorensen1-4/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+3
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-2/+2
2006-09-26[SCSI] pci_module_init conversion in scsi subsystemHenrik Kretzschmar1-1/+1
2006-09-26[SCSI] qla1280 command timeoutJes Sorensen1-2/+2
2006-07-03Merge ../scsi-misc-2.6James Bottomley1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30[SCSI] qla1280: fix section mismatch warningsRandy Dunlap1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] PCI: Move various PCI IDs to header fileBrent Casavant1-24/+0
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-5/+2
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-2/+3