| Commit message (Expand) | Author | Age |
* | gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one() | Roel Kluin | 2010-08-11 |
* | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-05-24 |
|\ |
|
| * | scsi: Push down BKL into ioctl functions | Arnd Bergmann | 2010-05-16 |
* | | [SCSI] gdth: fix buffer overflow | Roel Kluin | 2010-04-11 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | [SCSI] gdth: Convert to use regular kernel types. | Dave Jones | 2010-01-18 |
* | [SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080 | Dave Jones | 2009-11-11 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 |
* | gdth section fixes | Al Viro | 2008-11-30 |
* | block: unify request timeout handling | Jens Axboe | 2008-10-09 |
* | gdth: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 |
* | [SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting... | James Bottomley | 2008-05-08 |
* | [SCSI] gdth: fix timer handling | James Bottomley | 2008-05-08 |
* | [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer | Boaz Harrosh | 2008-05-02 |
* | [SCSI] gdth: remove command accessors | Boaz Harrosh | 2008-04-07 |
* | [SCSI] gdth: convert to PCI hotplug API | Jeff Garzik | 2008-04-07 |
* | [SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversion | Jeff Garzik | 2008-04-07 |
* | [SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereference | Sven Schnelle | 2008-03-14 |
* | [SCSI] gdth: fix to internal commands execution | Boaz Harrosh | 2008-02-27 |
* | [SCSI] gdth: bugfix for the at-exit problems | Boaz Harrosh | 2008-02-27 |
* | [SCSI] gdth: update deprecated pci_find_device | Sergio Luis | 2008-02-13 |
* | [SCSI] gdth: scan for scsi devices | Boaz Harrosh | 2008-02-13 |
* | [SCSI] gdth: kill unneeded 'irq' argument | Jeff Garzik | 2008-01-11 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-23 |
|\ |
|
| * | [SCSI] gdth: __init fixes | Adrian Bunk | 2007-10-18 |
* | | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 |
|/ |
|
* | scsi/gdth: fix crash in gdth_timeout if no gdth controllers found | Linus Torvalds | 2007-10-15 |
* | [SCSI] gdth: fix CONFIG_ISA build failure | Dhaval Giani | 2007-10-12 |
* | [SCSI] gdth: !use_sg cleanup and use of scsi accessors | Boaz Harrosh | 2007-10-12 |
* | [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2 | Boaz Harrosh | 2007-10-12 |
* | [SCSI] gdth: Setup proper per-command private data | Boaz Harrosh | 2007-10-12 |
* | [SCSI] gdth: Remove gdth_ctr_tab[] | Boaz Harrosh | 2007-10-12 |
* | [SCSI] gdth: switch to modern scsi host registration | Christoph Hellwig | 2007-10-12 |
* | [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes | Boaz Harrosh | 2007-10-12 |
* | [SCSI] gdth: clean up host private data | Boaz Harrosh | 2007-10-12 |
* | [SCSI] gdth: Remove virt hosts | Christoph Hellwig | 2007-10-12 |
* | [SCSI] gdth: Reorder scsi_host_template intitializers | Jeff Garzik | 2007-10-12 |
* | [SCSI] gdth: kill gdth_{read,write}[bwl] wrappers | Jeff Garzik | 2007-10-12 |
* | [SCSI] gdth: Remove 2.4.x support, in-kernel changelog | Jeff Garzik | 2007-10-12 |
* | [SCSI] gdth: split out pci probing | Christoph Hellwig | 2007-10-12 |
* | [SCSI] gdth: split out eisa probing | Christoph Hellwig | 2007-10-12 |
* | [SCSI] gdth: split out isa probing | Christoph Hellwig | 2007-10-12 |
* | gdth: Make one abuse of scsi_cmnd less obvious | Matthew Wilcox | 2007-10-12 |
* | [SCSI] gdth: Stop abusing ->done for internal commands | Matthew Wilcox | 2007-10-12 |
* | [SCSI] kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-12 |
* | [SCSI] gdth: remove redundant PCI stuff | Jeff Garzik | 2007-07-31 |
* | [SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()" | Robert P. J. Day | 2007-05-30 |
* | [SCSI] gdth: fix ambiguous gdthtable definition | David Rientjes | 2007-05-30 |
* | [SCSI] gdth: fix oops in gdth_copy_cmd() | Joerg Dorchain | 2007-03-11 |