aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/gdth.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-22scsi: Drop gdth driverHannes Reinecke1-4322/+0
2020-10-07scsi: gdth: Make option_setup() staticJason Yan1-75/+76
2020-09-09scsi: gdth: Remove set but used 'cmd_index'Ye Bin1-2/+0
2020-04-14scsi: gdth: Make __gdth_execute staticWang Hai1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 148Thomas Gleixner1-13/+1
2019-03-25scsi: gdth: Only call dma_free_coherent when buf is not NULL in ioc_generalNathan Chancellor1-2/+3
2019-01-08scsi: gdth: use generic DMA APIChristoph Hellwig1-31/+29
2019-01-08scsi: gdth: remove interrupt coalescing supportChristoph Hellwig1-139/+12
2019-01-08scsi: gdth: remove dead dma statistics codeChristoph Hellwig1-18/+0
2019-01-08scsi: gdth: remove dead rtc codeChristoph Hellwig1-32/+0
2019-01-08scsi: gdth: remove direct serial port accessChristoph Hellwig1-70/+0
2019-01-08scsi: gdth: remove ISA and EISA supportChristoph Hellwig1-686/+23
2019-01-08scsi: gdth: remove gdth_{alloc,free}_ioctlChristoph Hellwig1-4/+4
2019-01-08scsi: gdth: refactor ioc_generalChristoph Hellwig1-118/+132
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-06-19scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn1-32/+35
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2017-10-27scsi: gdth: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-08-07scsi: gdth: avoid buffer overflow warningArnd Bergmann1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/scsi/David Howells1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-02-25gdth: replace struct timeval with ktime_get_real_seconds()Alison Schofield1-5/+2
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-2/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+0
2014-03-19[SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker1-3/+3
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-04-09gdth: switch to ->show_info()Al Viro1-1/+2
2013-01-29[SCSI] gdth: Remove buggy ROM handlingBjorn Helgaas1-8/+2
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-9/+8
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2010-12-31[SCSI] gdth: Add missing call to gdth_ioctl_freeJulia Lawall1-1/+3
2010-11-16SCSI host lock push-downJeff Garzik1-2/+4
2010-10-25[SCSI] gdth: integer overflow in ioctlDan Carpenter1-0/+8
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-08-11gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()Roel Kluin1-1/+1
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds1-5/+15
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann1-5/+15
2010-04-11[SCSI] gdth: fix buffer overflowRoel Kluin1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-18[SCSI] gdth: Convert to use regular kernel types.Dave Jones1-215/+215
2009-11-11[SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080Dave Jones1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2008-11-30gdth section fixesAl Viro1-6/+6
2008-10-09block: unify request timeout handlingJens Axboe1-22/+38
2008-06-20gdth: cdev lock_kernel() pushdownJonathan Corbet1-0/+3
2008-05-08[SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...James Bottomley1-5/+8
2008-05-08[SCSI] gdth: fix timer handlingJames Bottomley1-12/+26
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh1-1/+1
2008-04-07[SCSI] gdth: remove command accessorsBoaz Harrosh1-59/+14
2008-04-07[SCSI] gdth: convert to PCI hotplug APIJeff Garzik1-102/+94
2008-04-07[SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversionJeff Garzik1-31/+28
2008-03-14[SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereferenceSven Schnelle1-0/+7
2008-02-27[SCSI] gdth: fix to internal commands executionBoaz Harrosh1-18/+12
2008-02-27[SCSI] gdth: bugfix for the at-exit problemsBoaz Harrosh1-54/+28
2008-02-13[SCSI] gdth: update deprecated pci_find_deviceSergio Luis1-2/+5
2008-02-13[SCSI] gdth: scan for scsi devicesBoaz Harrosh1-0/+9
2008-01-11[SCSI] gdth: kill unneeded 'irq' argumentJeff Garzik1-12/+10
2007-10-23Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+3
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-3/+3
2007-10-18[SCSI] gdth: __init fixesAdrian Bunk1-3/+3
2007-10-15scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds1-0/+4
2007-10-12[SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani1-1/+1
2007-10-12[SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh1-119/+109
2007-10-12[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh1-87/+90
2007-10-12[SCSI] gdth: Setup proper per-command private dataBoaz Harrosh1-34/+77
2007-10-12[SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh1-58/+51
2007-10-12[SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig1-164/+156
2007-10-12[SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh1-50/+43
2007-10-12[SCSI] gdth: clean up host private dataBoaz Harrosh1-311/+247
2007-10-12[SCSI] gdth: Remove virt hostsChristoph Hellwig1-76/+12
2007-10-12[SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik1-3/+3
2007-10-12[SCSI] gdth: kill gdth_{read,write}[bwl] wrappersJeff Garzik1-160/+153
2007-10-12[SCSI] gdth: Remove 2.4.x support, in-kernel changelogJeff Garzik1-394/+2
2007-10-12[SCSI] gdth: split out pci probingChristoph Hellwig1-145/+167
2007-10-12[SCSI] gdth: split out eisa probingChristoph Hellwig1-126/+159
2007-10-12[SCSI] gdth: split out isa probingChristoph Hellwig1-134/+162
2007-10-12gdth: Make one abuse of scsi_cmnd less obviousMatthew Wilcox1-16/+19
2007-10-12[SCSI] gdth: Stop abusing ->done for internal commandsMatthew Wilcox1-8/+11
2007-10-12[SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski1-4/+3
2007-07-31[SCSI] gdth: remove redundant PCI stuffJeff Garzik1-26/+22
2007-05-30[SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()"Robert P. J. Day1-1/+1
2007-05-30[SCSI] gdth: fix ambiguous gdthtable definitionDavid Rientjes1-1/+1
2007-03-11[SCSI] gdth: fix oops in gdth_copy_cmd()Joerg Dorchain1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2006-11-10[SCSI] gdth: Fix && typosJean Delvare1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-2/+2
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig1-4/+4
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-2/+2
2006-06-10[SCSI] remove the scsi_request interface from the gdth driverLeubner, Achim1-275/+236
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-3/+4
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-3/+6
2006-02-05[SCSI] gdth: don't map zero-length requestsJenx Axboe1-1/+1
2006-01-15spelling: s/appropiate/appropriate/Adrian Bunk1-1/+1
2005-11-09[SCSI] remove Scsi_Device typedefChristoph Hellwig1-3/+3
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig1-3/+3
2005-06-26[SCSI] remove scsi_set_deviceChristoph Hellwig1-3/+1
2005-06-17[SCSI] Remove no-op implementations of SCSI EH hooksJeff Garzik1-23/+0
2005-04-18[PATCH] drivers/scsi/gdth.c: cleanups1-12/+12
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+5738