Age | Commit message (Expand) | Author | Files | Lines |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-03-20 | scsi: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
2010-12-31 | [SCSI] gdth: Add missing call to gdth_ioctl_free | Julia Lawall | 1 | -1/+3 |
2010-11-16 | SCSI host lock push-down | Jeff Garzik | 1 | -2/+4 |
2010-10-25 | [SCSI] gdth: integer overflow in ioctl | Dan Carpenter | 1 | -0/+8 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-09-15 | scsi: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -5/+6 |
2010-08-11 | gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one() | Roel Kluin | 1 | -1/+1 |
2010-05-24 | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 1 | -5/+15 |
2010-05-17 | scsi: Push down BKL into ioctl functions | Arnd Bergmann | 1 | -5/+15 |
2010-04-11 | [SCSI] gdth: fix buffer overflow | Roel Kluin | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-01-18 | [SCSI] gdth: Convert to use regular kernel types. | Dave Jones | 1 | -215/+215 |
2009-11-11 | [SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080 | Dave Jones | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -2/+2 |
2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -1/+1 |
2008-11-30 | gdth section fixes | Al Viro | 1 | -6/+6 |
2008-10-09 | block: unify request timeout handling | Jens Axboe | 1 | -22/+38 |
2008-06-20 | gdth: cdev lock_kernel() pushdown | Jonathan Corbet | 1 | -0/+3 |
2008-05-08 | [SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting... | James Bottomley | 1 | -5/+8 |
2008-05-08 | [SCSI] gdth: fix timer handling | James Bottomley | 1 | -12/+26 |
2008-05-02 | [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer | Boaz Harrosh | 1 | -1/+1 |
2008-04-07 | [SCSI] gdth: remove command accessors | Boaz Harrosh | 1 | -59/+14 |
2008-04-07 | [SCSI] gdth: convert to PCI hotplug API | Jeff Garzik | 1 | -102/+94 |
2008-04-07 | [SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversion | Jeff Garzik | 1 | -31/+28 |
2008-03-14 | [SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereference | Sven Schnelle | 1 | -0/+7 |
2008-02-27 | [SCSI] gdth: fix to internal commands execution | Boaz Harrosh | 1 | -18/+12 |
2008-02-27 | [SCSI] gdth: bugfix for the at-exit problems | Boaz Harrosh | 1 | -54/+28 |
2008-02-13 | [SCSI] gdth: update deprecated pci_find_device | Sergio Luis | 1 | -2/+5 |
2008-02-13 | [SCSI] gdth: scan for scsi devices | Boaz Harrosh | 1 | -0/+9 |
2008-01-11 | [SCSI] gdth: kill unneeded 'irq' argument | Jeff Garzik | 1 | -12/+10 |
2007-10-23 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -3/+3 |
2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -3/+3 |
2007-10-18 | [SCSI] gdth: __init fixes | Adrian Bunk | 1 | -3/+3 |
2007-10-15 | scsi/gdth: fix crash in gdth_timeout if no gdth controllers found | Linus Torvalds | 1 | -0/+4 |
2007-10-12 | [SCSI] gdth: fix CONFIG_ISA build failure | Dhaval Giani | 1 | -1/+1 |
2007-10-12 | [SCSI] gdth: !use_sg cleanup and use of scsi accessors | Boaz Harrosh | 1 | -119/+109 |
2007-10-12 | [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2 | Boaz Harrosh | 1 | -87/+90 |
2007-10-12 | [SCSI] gdth: Setup proper per-command private data | Boaz Harrosh | 1 | -34/+77 |
2007-10-12 | [SCSI] gdth: Remove gdth_ctr_tab[] | Boaz Harrosh | 1 | -58/+51 |
2007-10-12 | [SCSI] gdth: switch to modern scsi host registration | Christoph Hellwig | 1 | -164/+156 |
2007-10-12 | [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes | Boaz Harrosh | 1 | -50/+43 |
2007-10-12 | [SCSI] gdth: clean up host private data | Boaz Harrosh | 1 | -311/+247 |
2007-10-12 | [SCSI] gdth: Remove virt hosts | Christoph Hellwig | 1 | -76/+12 |
2007-10-12 | [SCSI] gdth: Reorder scsi_host_template intitializers | Jeff Garzik | 1 | -3/+3 |
2007-10-12 | [SCSI] gdth: kill gdth_{read,write}[bwl] wrappers | Jeff Garzik | 1 | -160/+153 |
2007-10-12 | [SCSI] gdth: Remove 2.4.x support, in-kernel changelog | Jeff Garzik | 1 | -394/+2 |
2007-10-12 | [SCSI] gdth: split out pci probing | Christoph Hellwig | 1 | -145/+167 |
2007-10-12 | [SCSI] gdth: split out eisa probing | Christoph Hellwig | 1 | -126/+159 |