aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/osst.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] osst: fix warningAndrew Morton2011-05-241-1/+2
* [SCSI] osst: wrong index used in inner loopRoel Kluin2011-05-241-2/+3
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* scsi: Remove unnecessary casts of void ptr returning alloc function return va...Jesper Juhl2011-01-191-6/+4
* scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-7/+8
* osst: fix read buffer overflowRoel Kluin2010-08-111-1/+2
* osst: use noop_llseek() instead of default_llseek()Jan Blunck2010-05-271-0/+1
* osst: update ppos instead of using file->f_posJan Blunck2010-05-271-4/+4
* scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-4/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] osst: replace scsi_execute_async with the block layer APIFUJITA Tomonori2009-03-121-6/+81
* [SCSI] osst: make all the buffer the same sizeFUJITA Tomonori2009-03-121-5/+0
* [SCSI] osst: Remove SUGGEST flagsJames Bottomley2009-03-121-2/+2
* device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-1/+2
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-2/+1
|\
| * SCSI: fix race in device_createGreg Kroah-Hartman2008-05-201-2/+1
* | osst: cdev lock_kernel() pushdown.Jonathan Corbet2008-06-201-1/+14
|/
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-37/+39
* [SCSI] osst: fix if (...) \n #if... cases missing semicolons when falseIlpo Järvinen2007-10-271-2/+4
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-4/+2
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-15/+17
* [SCSI] osst: Use mutex instead of semaphoreMatthias Kaehlcke2007-10-121-8/+8
* [SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-121-3/+2
* [SCSI] modalias for scsi devicesMichael Tokarev2007-04-171-0/+1
* Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-171-6/+6
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* [PATCH] osst endianness annotationsAl Viro2007-02-091-4/+4
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [SCSI] SCSI osst: add error handling to module init, sysfsJeff Garzik2006-10-041-40/+91
* [SCSI] Signdness issue in drivers/scsi/osst.cEric Sesterhenn2006-09-261-2/+1
* [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-1/+1
* [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-101-2/+2
* [PATCH] drivers/scsi/*: use time_after() and friendsMarcelo Feitoza Parisi2006-03-281-2/+3
* [SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman2006-03-121-0/+1
* [SCSI] osst: changes required to move forward to block requestWillem Riede2006-03-071-224/+279
* [SCSI] Remove devfs support from the SCSI subsystemGreg KH2006-02-271-22/+2
* [PATCH] drivers/scsi: fix-up schedule_timeout() usageNishanth Aravamudan2005-11-071-6/+3
* Merge by HandJames Bottomley2005-11-041-3/+3
|\
| * [SCSI] fix up mismerge in osstJames Bottomley2005-10-291-1/+1
| * [SCSI] use sfoo_printk() in driversJeff Garzik2005-10-281-1/+1
| * [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-281-3/+3
* | Merge ../bleed-2.6Greg KH2005-10-281-2/+4
|\ \ | |/
| * [PATCH] gfp_t: drivers/scsiAl Viro2005-10-281-2/+4
* | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
|/
* [PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2005-09-101-7/+6
* [PATCH] class: convert drivers/scsi/* to use the new class api instead of cla...gregkh@suse.de2005-06-201-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+5914