aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla1280.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-26[SCSI] qla1280: remove < 2.6.0 supportJes Sorensen1-288/+23
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig1-3/+3
2005-11-06[SCSI] remove the obsolete SCSI qlogicisp driverAdrian Bunk1-2/+0
2005-08-02[SCSI] qla1280: endianess annotationsChristoph Hellwig1-4/+4
2005-08-02[SCSI] qla1280: don't use bitfields for hardware access, parametersChristoph Hellwig1-71/+72
2005-08-02[SCSI] qla1280: don't use bitfields for hardware access in isp_configChristoph Hellwig1-15/+29
2005-08-02[SCSI] qla1280: always load microcodeChristoph Hellwig1-71/+1
2005-08-02[SCSI] qla1280: use SAM_ constantsChristoph Hellwig1-1/+1
2005-08-02[SCSI] qla1280: misc cleanupsChristoph Hellwig1-12/+14
2005-08-02[SCSI] qla1280: interupt posting for irq disabling/enablingChristoph Hellwig1-37/+20
2005-08-02[SCSI] qla1280: remove dead per-host flag variablesChristoph Hellwig1-7/+0
2005-06-26[SCSI] scsi/qla1280: replace schedule_timeout() with ssleep()Nishanth Aravamudan1-1/+1
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik1-1/+7
2005-06-17[SCSI] allow sleeping in ->eh_bus_reset_handler()Jeff Garzik1-1/+7
2005-06-17[SCSI] allow sleeping in ->eh_device_reset_handler()Jeff Garzik1-1/+7
2005-06-17[SCSI] allow sleeping in ->eh_abort_handler()Jeff Garzik1-1/+7
2005-05-20[SCSI] qla1280.c - fix result for device Busy and Queue FullJeremy Higdon1-5/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+4863