aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/gdth.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] gdth: Add missing call to gdth_ioctl_freeJulia Lawall2010-12-311-1/+3
* SCSI host lock push-downJeff Garzik2010-11-161-2/+4
* [SCSI] gdth: integer overflow in ioctlDan Carpenter2010-10-251-0/+8
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-5/+6
|/
* gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()Roel Kluin2010-08-111-1/+1
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-5/+15
|\
| * scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-5/+15
* | [SCSI] gdth: fix buffer overflowRoel Kluin2010-04-111-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] gdth: Convert to use regular kernel types.Dave Jones2010-01-181-215/+215
* [SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080Dave Jones2009-11-111-1/+1
* 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
* gdth section fixesAl Viro2008-11-301-6/+6
* block: unify request timeout handlingJens Axboe2008-10-091-22/+38
* gdth: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-0/+3
* [SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...James Bottomley2008-05-081-5/+8
* [SCSI] gdth: fix timer handlingJames Bottomley2008-05-081-12/+26
* [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-021-1/+1
* [SCSI] gdth: remove command accessorsBoaz Harrosh2008-04-071-59/+14
* [SCSI] gdth: convert to PCI hotplug APIJeff Garzik2008-04-071-102/+94
* [SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversionJeff Garzik2008-04-071-31/+28
* [SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereferenceSven Schnelle2008-03-141-0/+7
* [SCSI] gdth: fix to internal commands executionBoaz Harrosh2008-02-271-18/+12
* [SCSI] gdth: bugfix for the at-exit problemsBoaz Harrosh2008-02-271-54/+28
* [SCSI] gdth: update deprecated pci_find_deviceSergio Luis2008-02-131-2/+5
* [SCSI] gdth: scan for scsi devicesBoaz Harrosh2008-02-131-0/+9
* [SCSI] gdth: kill unneeded 'irq' argumentJeff Garzik2008-01-111-12/+10
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-231-3/+3
|\
| * [SCSI] gdth: __init fixesAdrian Bunk2007-10-181-3/+3
* | [SG] Update drivers to use sg helpersJens Axboe2007-10-221-3/+3
|/
* scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds2007-10-151-0/+4
* [SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani2007-10-121-1/+1
* [SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh2007-10-121-119/+109
* [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh2007-10-121-87/+90
* [SCSI] gdth: Setup proper per-command private dataBoaz Harrosh2007-10-121-34/+77
* [SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh2007-10-121-58/+51
* [SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig2007-10-121-164/+156
* [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh2007-10-121-50/+43
* [SCSI] gdth: clean up host private dataBoaz Harrosh2007-10-121-311/+247
* [SCSI] gdth: Remove virt hostsChristoph Hellwig2007-10-121-76/+12
* [SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik2007-10-121-3/+3
* [SCSI] gdth: kill gdth_{read,write}[bwl] wrappersJeff Garzik2007-10-121-160/+153
* [SCSI] gdth: Remove 2.4.x support, in-kernel changelogJeff Garzik2007-10-121-394/+2
* [SCSI] gdth: split out pci probingChristoph Hellwig2007-10-121-145/+167
* [SCSI] gdth: split out eisa probingChristoph Hellwig2007-10-121-126/+159
* [SCSI] gdth: split out isa probingChristoph Hellwig2007-10-121-134/+162
* gdth: Make one abuse of scsi_cmnd less obviousMatthew Wilcox2007-10-121-16/+19