aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/osst.c
AgeCommit message (Expand)Author
2019-02-27scsi: st: osst: Remove negative constant left-shiftsIustin Pop
2018-11-07block: remove __blk_put_request()Jens Axboe
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2017-08-24scsi: osst: silence underflow warning in osst_verify_frame()Dan Carpenter
2017-08-24scsi: osst: add missing indent on a for loop statementColin Ian King
2017-08-07scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig
2014-11-12osst: call scsi_set_medium_removal directlyChristoph Hellwig
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-05-24[SCSI] osst: fix warningAndrew Morton
2011-05-24[SCSI] osst: wrong index used in inner loopRoel Kluin
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-19scsi: Remove unnecessary casts of void ptr returning alloc function return va...Jesper Juhl
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-11osst: fix read buffer overflowRoel Kluin
2010-05-27osst: use noop_llseek() instead of default_llseek()Jan Blunck
2010-05-27osst: update ppos instead of using file->f_posJan Blunck
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-03-12[SCSI] osst: replace scsi_execute_async with the block layer APIFUJITA Tomonori
2009-03-12[SCSI] osst: make all the buffer the same sizeFUJITA Tomonori
2009-03-12[SCSI] osst: Remove SUGGEST flagsJames Bottomley
2008-10-16device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-06-20osst: cdev lock_kernel() pushdown.Jonathan Corbet
2008-05-20SCSI: fix race in device_createGreg Kroah-Hartman
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones
2007-10-27[SCSI] osst: fix if (...) \n #if... cases missing semicolons when falseIlpo Järvinen
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-10-12[SCSI] osst: Use mutex instead of semaphoreMatthias Kaehlcke
2007-10-12[SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-04-17[SCSI] modalias for scsi devicesMichael Tokarev