aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/gdth_proc.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-17scsi: gdth: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-1/+1
2019-01-08scsi: gdth: use generic DMA APIGravatar Christoph Hellwig 1-2/+2
2019-01-08scsi: gdth: remove dead code under #ifdef GDTH_IOCTL_PROCGravatar Christoph Hellwig 1-18/+0
2019-01-08scsi: gdth: remove dead dma statistics codeGravatar Christoph Hellwig 1-8/+0
2019-01-08scsi: gdth: remove gdth_{alloc,free}_ioctlGravatar Christoph Hellwig 1-50/+21
2019-01-08scsi: gdth: reuse dma coherent allocation in gdth_show_infoGravatar Christoph Hellwig 1-15/+5
2018-06-19scsi: core: remove Scsi_Cmnd typedefGravatar Johannes Thumshirn 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-07scsi: gdth: increase the procfs event buffer sizeGravatar Arnd Bergmann 1-1/+1
2016-02-25gdth: replace struct timeval with ktime_get_real_seconds()Gravatar Alison Schofield 1-3/+8
2015-02-02scsi: replace seq_printf with seq_putsGravatar Rasmus Villemoes 1-12/+12
2013-04-09gdth: switch to ->show_info()Gravatar Al Viro 1-163/+48
2010-12-31[SCSI] gdth: Add missing call to gdth_ioctl_freeGravatar Julia Lawall 1-4/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-18[SCSI] gdth: Convert to use regular kernel types.Gravatar Dave Jones 1-21/+21
2009-06-09[SCSI] gdth: fix overlapping snprintf usersGravatar Alan Cox 1-2/+3
2008-10-09block: unify request timeout handlingGravatar Jens Axboe 1-66/+0
2008-02-18[SCSI] gdth: don't call pci_free_consistent under spinlockGravatar James Bottomley 1-4/+2
2007-10-12[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Gravatar Boaz Harrosh 1-4/+6
2007-10-12[SCSI] gdth: Setup proper per-command private dataGravatar Boaz Harrosh 1-2/+4
2007-10-12[SCSI] gdth: clean up host private dataGravatar Boaz Harrosh 1-49/+31
2007-10-12[SCSI] gdth: Remove virt hostsGravatar Christoph Hellwig 1-17/+11
2007-10-12[SCSI] gdth: Remove 2.4.x support, in-kernel changelogGravatar Jeff Garzik 1-27/+0
2007-10-12[SCSI] gdth: Stop abusing ->done for internal commandsGravatar Matthew Wilcox 1-2/+2
2006-06-10[SCSI] remove the scsi_request interface from the gdth driverGravatar Leubner, Achim 1-205/+40
2005-11-09[SCSI] remove Scsi_Device typedefGravatar Christoph Hellwig 1-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1030