aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-4/+4
|/
* drivers/scsi/ch.c: don't use vprintk as macroJoe Perches2010-08-111-43/+44
* drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmallocJulia Lawall2010-08-111-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] ch: Check NULL for kmalloc() returnDavidlohr Bueso A2009-08-221-0/+6
* [SCSI] ch: Add scsi type modaliasScott James Remnant2009-03-131-0/+1
* [SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori2008-12-291-1/+1
* device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
* [SCSI] ch: fix ch_remove oopsFUJITA Tomonori2008-07-261-0/+1
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-4/+3
|\
| * SCSI: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+3
* | changer: BKL pushdownJonathan Corbet2008-06-201-0/+4
|/
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-7/+6
* [SCSI] ch: fix sparse shadowed variable warningsHarvey Harrison2008-04-071-16/+17
* [SCSI] ch: remove forward declarationsFUJITA Tomonori2008-01-251-66/+54
* [SCSI] ch: fix device minor number management bugFUJITA Tomonori2008-01-251-31/+40
* [SCSI] ch: handle class_device_create failure properlyFUJITA Tomonori2008-01-231-7/+15
* [SCSI] ch: Convert to use unlocked_ioctlMathieu Segaud2008-01-231-10/+8
* [SCSI] ch: kmalloc/memset->kzallocvignesh.babu@wipro.com2007-05-061-6/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman2006-03-121-0/+1
* [SCSI] turn most scsi semaphores into mutexesArjan van de Ven2006-01-121-16/+17
* [PATCH] don't include ioctl32.h in driversChristoph Hellwig2006-01-101-1/+0
* [SCSI] Mark some core scsi data structures constArjan van de Ven2005-12-131-2/+2
* Merge by HandJames Bottomley2005-11-041-3/+1
|\
| * [SCSI] use sfoo_printk() in driversJeff Garzik2005-10-281-3/+1
* | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
|/
* [PATCH] __user annotations (scsi/ch)viro@ZenIV.linux.org.uk2005-09-101-13/+14
* [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar2005-09-091-1/+1
* [SCSI] convert ch to use scsi_execute_reqJames Bottomley2005-08-281-21/+17
* [SCSI] git-scsi-misc: drivers/scsi/ch.c: remove devfs stuffAdrian Bunk2005-07-301-4/+0
* [SCSI] convert scsi changer driver from class simpleGerd Knorr2005-05-201-8/+9
* [SCSI] add scsi changer driverGerd Knorr2005-05-201-0/+1025