summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla1280.c
Commit message (Expand)AuthorAgeFilesLines
* qla1280: Don't allocate 512kb of host tagsJohannes Thumshirn2016-04-301-1/+1
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-05-311-1/+0
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-2/+2
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-3/+2
* x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-271-7/+0
* [SCSI] qla1280: Annotate timer on stack so object debug does not complainMeelis Roos2013-12-191-1/+1
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* qla1280: Remove redundant NULL check before release_firmware() callJesper Juhl2012-04-301-5/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-011-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-04-051-52/+109
|\
| * [SCSI] qla1280: retain firmware for error recoveryMichael Reed2010-03-271-52/+109
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
|/
* [SCSI] qla1280: Drop host_lock while requesting firmwareBen Hutchings2010-02-081-0/+4
* [SCSI] qla1280: error recovery rewriteMichael Reed2009-05-201-133/+157
* [SCSI] qla1280: driver clean upMichael Reed2009-05-201-89/+10
* Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds2009-04-101-2/+2
|\
| * qla1280: Fix off-by-some error in firmware loading.David Woodhouse2009-04-081-2/+2
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
|/
* [SCSI] qla1280: use request_firmwareJaswinder Singh Rajput2009-04-031-40/+74
* trivial: Fix misspelling of "firmware" in qla1280.cNick Andrew2009-01-061-2/+2
* [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven2008-12-291-2/+1
* block: unify request timeout handlingJens Axboe2008-10-091-2/+2
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-6/+6
* scsi: fix integer as NULL pointer warningHarvey Harrison2008-05-231-1/+1
* [SCSI] qla1280: Fix queue depth problemJeremy Higdon2008-05-131-2/+2
* [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-021-2/+2
* [SCSI] qla1280: remove version checkAdrian Bunk2008-04-171-5/+0
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-2/+2
* [SCSI] qla1280: fix 32 bit segment codeFUJITA Tomonori2008-01-091-1/+1
* [SCSI] qla1280: convert to use the data buffer accessorsJes Sorensen2007-11-141-221/+166
* [SCSI] qla1280: uses wrong failure path after failed pci_set_dma_maskJohannes Dickgreber2007-10-211-2/+2
* qla1280: enable use_sg_chaining optionFUJITA Tomonori2007-10-161-0/+1
* qla1280: sg chaining fixesFUJITA Tomonori2007-10-161-1/+4
* qla1280: sg chaining supportJens Axboe2007-10-161-29/+37
* [SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox2007-10-121-1/+1
* [SCSI] qla1280: use DMA_64BIT_MASK instead of ~ 0ULLMatthias Kaehlcke2007-05-061-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [SCSI] qla1280: set residual correctlyJes Sorensen2007-01-061-2/+4
* [SCSI] qla1280 bus reset typoJes Sorensen2006-10-251-4/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-10-041-3/+3
|\
| * [SCSI] pci_module_init conversion in scsi subsystemHenrik Kretzschmar2006-09-261-1/+1
| * [SCSI] qla1280 command timeoutJes Sorensen2006-09-261-2/+2
* | [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-2/+2
|/
* Merge ../scsi-misc-2.6James Bottomley2006-07-031-1/+1
|\