Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fcc8ebc99034bae4020a3cec030553d469e265db
/
drivers
/
scsi
/
dpt_i2o.c
5cd049a
[SCSI] remove cmd->serial_number litter
by Christoph Hellwig
· 14 years ago
f281233
SCSI host lock push-down
by Jeff Garzik
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
c45d15d
scsi: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
e84d96d
[SCSI] dpt_i2o: move range check forward
by Dan Carpenter
· 14 years ago
da2907f
[SCSI] dpt_i2o: Use GFP_ATOMIC when a lock is held
by Julia Lawall
· 14 years ago
f4927c4
scsi: Push down BKL into ioctl functions
by Arnd Bergmann
· 15 years ago
229bab6
[SCSI] dpt_i2o: several use after free issues
by Dan Carpenter
· 15 years ago
aefba41
dpt_i2o: Fix typo of EINVAL
by OGAWA Hirofumi
· 15 years ago
ef7562b
dpt_i2o: Fix up copy*user
by Alan Cox
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
df81d23
[SCSI] dpt_i2o: fix transferred data length for scsi_set_resid()
by Miquel van Smoorenburg
· 16 years ago
d73a1a6
device create: scsi: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
9def0b9
device create: scsi: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
dea3f66
dpt_i20: BKL pushdown
by Jonathan Corbet
· 16 years ago
8b2cc91
drivers/scsi/dpt_i2o.c: fix build on alpha
by Andrew Morton
· 17 years ago
d626e3b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
1ed4391
[SCSI] dpt_i2o: sysfs code
by Miquel van Smoorenburg
· 17 years ago
62ac5ae
[SCSI] dpt_i2o: 64 bit support
by Miquel van Smoorenburg
· 17 years ago
67af2b0
[SCSI] dpt_i2o: move from virt_to_bus/bus_to_virt to dma_alloc_coherent
by Miquel van Smoorenburg
· 17 years ago
c864cb1
[SCSI] dpt_i2o: use standard __init / __exit code
by Miquel van Smoorenburg
· 17 years ago
172c122
scsi: fix integer as NULL pointer warnings
by Harvey Harrison
· 17 years ago
d3f46f3
[SCSI] remove use_sg_chaining
by James Bottomley
· 17 years ago
d814c51
[SCSI] dpt_i2o: use constant instead of bare value
by Salyzyn, Mark
· 17 years ago
b80ca4f
[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE
by FUJITA Tomonori
· 17 years ago
c80ddf0
[SCSI] dpt_i2o: driver is only 32 bit so don't set 64 bit DMA mask
by James Bottomley
· 17 years ago
24601bb
revert "dpt_i2o: convert to SCSI hotplug model"
by Andrew Morton
· 17 years ago
9cb83c7
[SCSI] add use_sg_chaining option to scsi_host_template
by FUJITA Tomonori
· 17 years ago
8993269
[SCSI] dpt_i2o: Fix section mismatch
by Joe Korty
· 17 years ago
bbfbbbc
[SCSI] kmalloc + memset conversion to kzalloc
by Mariusz Kozlowski
· 17 years ago
55d9fcf
[SCSI] dpt_i2o: convert to SCSI hotplug model
by Matthew Wilcox
· 17 years ago
10803de
[SCSI] dpt_i2o: convert to use the data buffer accessors
by FUJITA Tomonori
· 17 years ago
6ec129c
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
ab55220
[SCSI] dpt_i2o: kmalloc/memset->kzalloc
by vignesh.babu@wipro.com
· 18 years ago
3cfff0f
[SCSI] dpt_i2o: remove dead code
by Adrian Bunk
· 18 years ago
00977a5
[PATCH] mark struct file_operations const 6
by Arjan van de Ven
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
de77aaf
[SCSI] scsi: remove hosts.h
by Henne
· 18 years ago
a07f353
[SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci structures
by Alan Cox
· 18 years ago
a2f5d4d
[SCSI] remove unnecessary includes of linux/config.h from drivers/scsi/
by Dave Jones
· 18 years ago
1d6f359
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
910638a
[PATCH] Replace 0xff.. with correct DMA_xBIT_MASK
by Matthias Gehre
· 19 years ago
9638d89
[SCSI] I2O: move pci_request_regions() just behind pci_enable_device()
by Salyzyn, Mark
· 19 years ago
0b95067
[SCSI] turn most scsi semaphores into mutexes
by Arjan van de Ven
· 19 years ago
e5508c1
[PATCH] dpt_i2o fix for deadlock condition
by Salyzyn, Mark
· 19 years ago
458af54
[PATCH] drivers/scsi/dpt_i2o.c: fix a NULL pointer dereference
by Adrian Bunk
· 19 years ago
c9475cb
[PATCH] kfree cleanup: drivers/scsi
by Jesper Juhl
· 19 years ago
a9a3047
[PATCH] drivers/scsi: fix-up schedule_timeout() usage
by Nishanth Aravamudan
· 19 years ago
5bb8345
[SCSI] dpt_i2o pci_request_regions fix
by Salyzyn, Mark
· 19 years ago
9c472dd
[SCSI] Bug 4940 Repeatable Kernel Panic on Adaptec 2015S I20 device on bootup
by James Bottomley
· 19 years ago
a599012
[SCSI] dpt_i2o warning fix
by Andrew Morton
· 19 years ago
a4c8f62
[SCSI] remove scsi_cmnd.eh_state
by Christoph Hellwig
· 19 years ago
a4cd16e
[PATCH] drivers/scsi/dpt*: remove version.h dependencies
by Adrian Bunk
· 19 years ago
4452ea5
[PATCH] dpt_i2o: fix waitqueue abuse
by Andrew Morton
· 19 years ago
df0ae24
[SCSI] allow sleeping in ->eh_host_reset_handler()
by Jeff Garzik
· 19 years ago
1c2fb3f
[SCSI] drivers/scsi/dpt_i2o.c: fix compile warnings
by Benoit Boissinot
· 20 years ago
23a2bc2
[SCSI] drivers/scsi/dpt_i2o.c: cleanup useless code
by Benoit Boissinot
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago