aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-30[SCSI] git-scsi-misc: drivers/scsi/ch.c: remove devfs stuffAdrian Bunk1-4/+0
2005-05-20[SCSI] convert scsi changer driver from class simpleGerd Knorr1-8/+9
2005-05-20[SCSI] add scsi changer driverGerd Knorr1-0/+1025