aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/osst.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig1-1/+1
2014-11-12osst: call scsi_set_medium_removal directlyChristoph Hellwig1-7/+6
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig1-3/+3
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-3/+5
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-05-24[SCSI] osst: fix warningAndrew Morton1-1/+2
2011-05-24[SCSI] osst: wrong index used in inner loopRoel Kluin1-2/+3
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-01-19scsi: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl1-6/+4
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-08-11osst: fix read buffer overflowRoel Kluin1-1/+2
2010-05-27osst: use noop_llseek() instead of default_llseek()Jan Blunck1-0/+1
2010-05-27osst: update ppos instead of using file->f_posJan Blunck1-4/+4
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann1-4/+10
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-03-12[SCSI] osst: replace scsi_execute_async with the block layer APIFUJITA Tomonori1-6/+81
2009-03-12[SCSI] osst: make all the buffer the same sizeFUJITA Tomonori1-5/+0
2009-03-12[SCSI] osst: Remove SUGGEST flagsJames Bottomley1-2/+2
2008-10-16device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman1-1/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-2/+1
2008-06-20osst: cdev lock_kernel() pushdown.Jonathan Corbet1-1/+14
2008-05-20SCSI: fix race in device_createGreg Kroah-Hartman1-2/+1
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-37/+39
2007-10-27[SCSI] osst: fix if (...) \n #if... cases missing semicolons when falseIlpo Järvinen1-2/+4
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-4/+2
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-15/+17
2007-10-12[SCSI] osst: Use mutex instead of semaphoreMatthias Kaehlcke1-8/+8
2007-10-12[SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-04-17[SCSI] modalias for scsi devicesMichael Tokarev1-0/+1
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day1-6/+6
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2007-02-09[PATCH] osst endianness annotationsAl Viro1-4/+4
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-10-04[SCSI] SCSI osst: add error handling to module init, sysfsJeff Garzik1-40/+91
2006-09-26[SCSI] Signdness issue in drivers/scsi/osst.cEric Sesterhenn1-2/+1
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-1/+1
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-2/+2
2006-03-28[PATCH] drivers/scsi/*: use time_after() and friendsMarcelo Feitoza Parisi1-2/+3
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman1-0/+1
2006-03-07[SCSI] osst: changes required to move forward to block requestWillem Riede1-224/+279
2006-02-27[SCSI] Remove devfs support from the SCSI subsystemGreg KH1-22/+2
2005-11-07[PATCH] drivers/scsi: fix-up schedule_timeout() usageNishanth Aravamudan1-6/+3
2005-11-04Merge by HandJames Bottomley1-3/+3
2005-10-29[SCSI] fix up mismerge in osstJames Bottomley1-1/+1
2005-10-28[SCSI] use sfoo_printk() in driversJeff Garzik1-1/+1
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley1-3/+3
2005-10-28Merge ../bleed-2.6Greg KH1-2/+4
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1