summaryrefslogtreecommitdiff
path: root/drivers/scsi/gdth.c
AgeCommit message (Expand)Author
2010-12-31[SCSI] gdth: Add missing call to gdth_ioctl_freeJulia Lawall
2010-11-16SCSI host lock push-downJeff Garzik
2010-10-25[SCSI] gdth: integer overflow in ioctlDan Carpenter
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-11gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()Roel Kluin
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann
2010-04-11[SCSI] gdth: fix buffer overflowRoel Kluin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-18[SCSI] gdth: Convert to use regular kernel types.Dave Jones
2009-11-11[SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080Dave Jones
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2008-11-30gdth section fixesAl Viro
2008-10-09block: unify request timeout handlingJens Axboe
2008-06-20gdth: cdev lock_kernel() pushdownJonathan Corbet
2008-05-08[SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...James Bottomley
2008-05-08[SCSI] gdth: fix timer handlingJames Bottomley
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh
2008-04-07[SCSI] gdth: remove command accessorsBoaz Harrosh
2008-04-07[SCSI] gdth: convert to PCI hotplug APIJeff Garzik
2008-04-07[SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversionJeff Garzik
2008-03-14[SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereferenceSven Schnelle
2008-02-27[SCSI] gdth: fix to internal commands executionBoaz Harrosh
2008-02-27[SCSI] gdth: bugfix for the at-exit problemsBoaz Harrosh
2008-02-13[SCSI] gdth: update deprecated pci_find_deviceSergio Luis
2008-02-13[SCSI] gdth: scan for scsi devicesBoaz Harrosh
2008-01-11[SCSI] gdth: kill unneeded 'irq' argumentJeff Garzik
2007-10-23Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-10-18[SCSI] gdth: __init fixesAdrian Bunk
2007-10-15scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds
2007-10-12[SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani
2007-10-12[SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh
2007-10-12[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh
2007-10-12[SCSI] gdth: Setup proper per-command private dataBoaz Harrosh
2007-10-12[SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh
2007-10-12[SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig
2007-10-12[SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh
2007-10-12[SCSI] gdth: clean up host private dataBoaz Harrosh
2007-10-12[SCSI] gdth: Remove virt hostsChristoph Hellwig
2007-10-12[SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik
2007-10-12[SCSI] gdth: kill gdth_{read,write}[bwl] wrappersJeff Garzik
2007-10-12[SCSI] gdth: Remove 2.4.x support, in-kernel changelogJeff Garzik
2007-10-12[SCSI] gdth: split out pci probingChristoph Hellwig
2007-10-12[SCSI] gdth: split out eisa probingChristoph Hellwig
2007-10-12[SCSI] gdth: split out isa probingChristoph Hellwig
2007-10-12gdth: Make one abuse of scsi_cmnd less obviousMatthew Wilcox