aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-09scsi: ch: Make it possible to open a ch device multiple times againBart Van Assche1-1/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-1/+1
2017-08-24scsi: ch: add refcountingHannes Reinecke1-3/+19
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-01-20ch: remove debug noise in ch_do_scsiChristoph Hellwig1-8/+0
2015-01-09scsi: use external buffer for command loggingHannes Reinecke1-2/+4
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig1-1/+1
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig1-0/+5
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke1-11/+13
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-1/+1
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke1-2/+1
2014-07-17scsi: Implement ch_printk()Hannes Reinecke1-5/+9
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-8/+8
2013-02-27scsi: convert to idr_alloc()Tejun Heo1-12/+9
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-4/+4
2010-08-11drivers/scsi/ch.c: don't use vprintk as macroJoe Perches1-43/+44
2010-08-11drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmallocJulia Lawall1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-22[SCSI] ch: Check NULL for kmalloc() returnDavidlohr Bueso A1-0/+6
2009-03-13[SCSI] ch: Add scsi type modaliasScott James Remnant1-0/+1
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori1-1/+1
2008-10-16device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-07-26[SCSI] ch: fix ch_remove oopsFUJITA Tomonori1-0/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-4/+3
2008-06-20changer: BKL pushdownJonathan Corbet1-0/+4
2008-05-20SCSI: fix race in device_createGreg Kroah-Hartman1-4/+3
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-7/+6
2008-04-07[SCSI] ch: fix sparse shadowed variable warningsHarvey Harrison1-16/+17
2008-01-25[SCSI] ch: remove forward declarationsFUJITA Tomonori1-66/+54
2008-01-25[SCSI] ch: fix device minor number management bugFUJITA Tomonori1-31/+40
2008-01-23[SCSI] ch: handle class_device_create failure properlyFUJITA Tomonori1-7/+15
2008-01-23[SCSI] ch: Convert to use unlocked_ioctlMathieu Segaud1-10/+8
2007-05-06[SCSI] ch: kmalloc/memset->kzallocvignesh.babu@wipro.com1-6/+3
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-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman1-0/+1
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven1-16/+17
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-1/+0
2005-12-13[SCSI] Mark some core scsi data structures constArjan van de Ven1-2/+2
2005-11-04Merge by HandJames Bottomley1-3/+1
2005-10-28[SCSI] use sfoo_printk() in driversJeff Garzik1-3/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-09-10[PATCH] __user annotations (scsi/ch)viro@ZenIV.linux.org.uk1-13/+14
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-08-28[SCSI] convert ch to use scsi_execute_reqJames Bottomley1-21/+17