aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ips.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* SCSI host lock push-downJeff Garzik2010-11-161-2/+4
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* [SCSI] Remove SUGGEST flagsMartin K. Petersen2009-03-121-2/+1
* block: unify request timeout handlingJens Axboe2008-10-091-1/+1
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* [SCSI] ips: remove spurious cpu_to_leX on outX statementsJames Bottomley2008-04-071-16/+16
* [SCSI] aacraid, ips: leX_add_cpu conversionMarcin Slusarz2008-04-071-6/+2
* [SCSI] ips: use sg buffer copy helper funcitonsFUJITA Tomonori2008-04-071-42/+8
* [SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen2008-04-071-1/+0
* [SCSI] ips: sg chaining support to the path to non I/O commandsFUJITA Tomonori2008-04-071-8/+10
* [SCSI] ips: fix data buffer accessors conversion bugFUJITA Tomonori2008-02-191-1/+1
* drivers/scsi/: Spelling fixesJoe Perches2008-02-031-1/+1
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-4/+2
* [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in que...FUJITA Tomonori2008-01-231-3/+0
* [SCSI] ips: handle scsi_add_host() failure, and other err cleanupsJeff Garzik2008-01-111-5/+13
* [SCSI] ips: PCI API cleanupsJeff Garzik2008-01-111-41/+31
* [SCSI] ips: trim trailing whitespaceJeff Garzik2008-01-111-24/+25
* [SCSI] ips: remove ips_ha members that duplicate struct pci_dev membersJeff Garzik2008-01-111-95/+83
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-3/+3
* ips: sg chaining supportFUJITA Tomonori2007-10-161-6/+8
* [SCSI] ips: Update version informationBernhard Walle2007-10-121-2/+2
* [SCSI] ips: Close narrow race in releaseMatthew Wilcox2007-10-121-1/+2
* [SCSI] ips: warning fixAndrew Morton2007-10-121-1/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-151-284/+117
|\
| * [SCSI] ips: convert to use the data buffer accessorsFUJITA Tomonori2007-06-161-157/+99
| * [SCSI] ips: remove kernel 2.4 codeAdrian Bunk2007-05-241-127/+18
* | PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-8/+1
|/
* [SCSI] revert "[SCSI] ips soft lockup during reset/initialization"Andrew Morton2006-11-151-14/+14
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [SCSI] scsi: remove hosts.hHenne2006-10-041-6/+0
* [SCSI] scsi: Convertion to struct scsi_cmnd in ips-driverHenne2006-10-031-45/+38
* [SCSI] Switch ips to pci_register from pci_moduleAlan Cox2006-10-011-1/+1
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* spelling fixesAndreas Mohr2006-06-261-2/+2
* [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-101-1/+1
* [SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig2006-06-061-1/+1
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-2/+3
* [SCSI] don't call ips_eh_reset in ips_queue to avoid deadlockMike Christie2006-02-271-1/+1
* [SCSI] ServeRAID: prevent seeing DADSI devicesJack Hammer2006-01-311-12/+14
* [SCSI] ips soft lockup during reset/initializationJack Hammer2006-01-261-14/+14
* [SCSI] ips: Mode Sense (Caching Page ) fixJack Hammer2006-01-141-0/+3
* [SCSI] remove Scsi_Device typedefChristoph Hellwig2005-11-091-3/+3
* [SCSI] remove Scsi_Host_Template typedefChristoph Hellwig2005-11-091-3/+3
* Merge by hand (conflicts between pending drivers and kfree cleanups)James Bottomley2005-11-081-135/+3
|\
| * [SCSI] ips: remove "Version Matching"Jack Hammer2005-11-061-135/+3
* | [PATCH] kfree cleanup: drivers/scsiJesper Juhl2005-11-071-12/+6
|/