index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
gdth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 148
Thomas Gleixner
2019-05-30
1
-13
/
+1
*
scsi: gdth: Only call dma_free_coherent when buf is not NULL in ioc_general
Nathan Chancellor
2019-03-25
1
-2
/
+3
*
scsi: gdth: use generic DMA API
Christoph Hellwig
2019-01-08
1
-31
/
+29
*
scsi: gdth: remove interrupt coalescing support
Christoph Hellwig
2019-01-08
1
-139
/
+12
*
scsi: gdth: remove dead dma statistics code
Christoph Hellwig
2019-01-08
1
-18
/
+0
*
scsi: gdth: remove dead rtc code
Christoph Hellwig
2019-01-08
1
-32
/
+0
*
scsi: gdth: remove direct serial port access
Christoph Hellwig
2019-01-08
1
-70
/
+0
*
scsi: gdth: remove ISA and EISA support
Christoph Hellwig
2019-01-08
1
-686
/
+23
*
scsi: gdth: remove gdth_{alloc,free}_ioctl
Christoph Hellwig
2019-01-08
1
-4
/
+4
*
scsi: gdth: refactor ioc_general
Christoph Hellwig
2019-01-08
1
-118
/
+132
*
scsi: flip the default on use_clustering
Christoph Hellwig
2018-12-18
1
-1
/
+0
*
scsi: core: remove Scsi_Cmnd typedef
Johannes Thumshirn
2018-06-19
1
-32
/
+35
*
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
2018-05-29
1
-1
/
+1
*
scsi: gdth: Convert timers to use timer_setup()
Kees Cook
2017-10-27
1
-4
/
+2
*
scsi: gdth: avoid buffer overflow warning
Arnd Bergmann
2017-08-07
1
-1
/
+1
*
Annotate hardware config module parameters in drivers/scsi/
David Howells
2017-04-20
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
gdth: replace struct timeval with ktime_get_real_seconds()
Alison Schofield
2016-02-25
1
-5
/
+2
*
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
Hannes Reinecke
2014-11-24
1
-2
/
+2
*
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-11-12
1
-1
/
+0
*
[SCSI] remove deprecated IRQF_DISABLED from SCSI
Michael Opdenacker
2014-03-19
1
-3
/
+3
*
[SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers
Martin K. Petersen
2013-11-29
1
-0
/
+1
*
SCSI: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-14
1
-2
/
+0
*
gdth: switch to ->show_info()
Al Viro
2013-04-09
1
-1
/
+2
*
[SCSI] gdth: Remove buggy ROM handling
Bjorn Helgaas
2013-01-29
1
-8
/
+2
*
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-9
/
+8
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
scsi: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-2
/
+2
*
[SCSI] gdth: Add missing call to gdth_ioctl_free
Julia Lawall
2010-12-31
1
-1
/
+3
*
SCSI host lock push-down
Jeff Garzik
2010-11-16
1
-2
/
+4
*
[SCSI] gdth: integer overflow in ioctl
Dan Carpenter
2010-10-25
1
-0
/
+8
*
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
1
-0
/
+1
|
\
|
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
*
|
scsi: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-09-15
1
-5
/
+6
|
/
*
gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()
Roel Kluin
2010-08-11
1
-1
/
+1
*
Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Linus Torvalds
2010-05-24
1
-5
/
+15
|
\
|
*
scsi: Push down BKL into ioctl functions
Arnd Bergmann
2010-05-17
1
-5
/
+15
*
|
[SCSI] gdth: fix buffer overflow
Roel Kluin
2010-04-11
1
-1
/
+1
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[SCSI] gdth: Convert to use regular kernel types.
Dave Jones
2010-01-18
1
-215
/
+215
*
[SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080
Dave Jones
2009-11-11
1
-1
/
+1
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
1
-1
/
+1
*
gdth section fixes
Al Viro
2008-11-30
1
-6
/
+6
*
block: unify request timeout handling
Jens Axboe
2008-10-09
1
-22
/
+38
*
gdth: cdev lock_kernel() pushdown
Jonathan Corbet
2008-06-20
1
-0
/
+3
*
[SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...
James Bottomley
2008-05-08
1
-5
/
+8
*
[SCSI] gdth: fix timer handling
James Bottomley
2008-05-08
1
-12
/
+26
*
[SCSI] Let scsi_cmnd->cmnd use request->cmd buffer
Boaz Harrosh
2008-05-02
1
-1
/
+1
*
[SCSI] gdth: remove command accessors
Boaz Harrosh
2008-04-07
1
-59
/
+14
[next]