summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/gdth.c
AgeCommit message (Expand)AuthorLines
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds-5/+15
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann-5/+15
2010-04-11[SCSI] gdth: fix buffer overflowRoel Kluin-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-18[SCSI] gdth: Convert to use regular kernel types.Dave Jones-215/+215
2009-11-11[SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080Dave Jones-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang-1/+1
2008-11-30gdth section fixesAl Viro-6/+6
2008-10-09block: unify request timeout handlingJens Axboe-22/+38
2008-06-20gdth: cdev lock_kernel() pushdownJonathan Corbet-0/+3
2008-05-08[SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...James Bottomley-5/+8
2008-05-08[SCSI] gdth: fix timer handlingJames Bottomley-12/+26
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh-1/+1
2008-04-07[SCSI] gdth: remove command accessorsBoaz Harrosh-59/+14
2008-04-07[SCSI] gdth: convert to PCI hotplug APIJeff Garzik-102/+94
2008-04-07[SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversionJeff Garzik-31/+28
2008-03-14[SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereferenceSven Schnelle-0/+7
2008-02-27[SCSI] gdth: fix to internal commands executionBoaz Harrosh-18/+12
2008-02-27[SCSI] gdth: bugfix for the at-exit problemsBoaz Harrosh-54/+28
2008-02-13[SCSI] gdth: update deprecated pci_find_deviceSergio Luis-2/+5
2008-02-13[SCSI] gdth: scan for scsi devicesBoaz Harrosh-0/+9
2008-01-11[SCSI] gdth: kill unneeded 'irq' argumentJeff Garzik-12/+10
2007-10-23Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-3/+3
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-3/+3
2007-10-18[SCSI] gdth: __init fixesAdrian Bunk-3/+3
2007-10-15scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds-0/+4
2007-10-12[SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani-1/+1
2007-10-12[SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh-119/+109
2007-10-12[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh-87/+90
2007-10-12[SCSI] gdth: Setup proper per-command private dataBoaz Harrosh-34/+77
2007-10-12[SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh-58/+51
2007-10-12[SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig-164/+156
2007-10-12[SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh-50/+43
2007-10-12[SCSI] gdth: clean up host private dataBoaz Harrosh-311/+247
2007-10-12[SCSI] gdth: Remove virt hostsChristoph Hellwig-76/+12
2007-10-12[SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik-3/+3
2007-10-12[SCSI] gdth: kill gdth_{read,write}[bwl] wrappersJeff Garzik-160/+153
2007-10-12[SCSI] gdth: Remove 2.4.x support, in-kernel changelogJeff Garzik-394/+2
2007-10-12[SCSI] gdth: split out pci probingChristoph Hellwig-145/+167
2007-10-12[SCSI] gdth: split out eisa probingChristoph Hellwig-126/+159
2007-10-12[SCSI] gdth: split out isa probingChristoph Hellwig-134/+162
2007-10-12gdth: Make one abuse of scsi_cmnd less obviousMatthew Wilcox-16/+19
2007-10-12[SCSI] gdth: Stop abusing ->done for internal commandsMatthew Wilcox-8/+11
2007-10-12[SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski-4/+3
2007-07-31[SCSI] gdth: remove redundant PCI stuffJeff Garzik-26/+22
2007-05-30[SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()"Robert P. J. Day-1/+1
2007-05-30[SCSI] gdth: fix ambiguous gdthtable definitionDavid Rientjes-1/+1
2007-03-11[SCSI] gdth: fix oops in gdth_copy_cmd()Joerg Dorchain-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0