index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
osst.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-07
block: remove __blk_put_request()
Jens Axboe
1
-1
/
+1
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+3
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
1
-1
/
+1
2017-08-24
scsi: osst: silence underflow warning in osst_verify_frame()
Dan Carpenter
1
-1
/
+1
2017-08-24
scsi: osst: add missing indent on a for loop statement
Colin Ian King
1
-1
/
+1
2017-08-07
scsi: remove DRIVER_ATTR() usage
Greg Kroah-Hartman
1
-2
/
+2
2017-06-20
block: Make most scsi_req_init() calls implicit
Bart Van Assche
1
-1
/
+0
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-1
/
+1
2017-04-20
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
1
-1
/
+1
2017-04-05
block, scsi: move the retries field to struct scsi_request
Christoph Hellwig
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-3
/
+3
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-1
/
+2
2017-01-27
block: split scsi_request out of struct request
Christoph Hellwig
1
-6
/
+9
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-1
/
+1
2014-11-24
scsi: remove scsi_driver owner field
Christoph Hellwig
1
-1
/
+1
2014-11-12
osst: call scsi_set_medium_removal directly
Christoph Hellwig
1
-7
/
+6
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
1
-3
/
+3
2014-11-12
scsi: use sdev as argument for sense code printing
Hannes Reinecke
1
-3
/
+5
2014-08-28
block,scsi: fixup blk_get_request dead queue scenarios
Joe Lawrence
1
-1
/
+1
2014-06-06
block: add blk_rq_set_block_pc()
Jens Axboe
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2011-05-24
[SCSI] osst: fix warning
Andrew Morton
1
-1
/
+2
2011-05-24
[SCSI] osst: wrong index used in inner loop
Roel Kluin
1
-2
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-01-19
scsi: Remove unnecessary casts of void ptr returning alloc function return va...
Jesper Juhl
1
-6
/
+4
2010-09-15
scsi: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-7
/
+8
2010-08-11
osst: fix read buffer overflow
Roel Kluin
1
-1
/
+2
2010-05-27
osst: use noop_llseek() instead of default_llseek()
Jan Blunck
1
-0
/
+1
2010-05-27
osst: update ppos instead of using file->f_pos
Jan Blunck
1
-4
/
+4
2010-05-17
scsi: Push down BKL into ioctl functions
Arnd Bergmann
1
-4
/
+10
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-03-12
[SCSI] osst: replace scsi_execute_async with the block layer API
FUJITA Tomonori
1
-6
/
+81
2009-03-12
[SCSI] osst: make all the buffer the same size
FUJITA Tomonori
1
-5
/
+0
2009-03-12
[SCSI] osst: Remove SUGGEST flags
James Bottomley
1
-2
/
+2
2008-10-16
device create: scsi: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-1
/
+2
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
1
-2
/
+1
2008-06-20
osst: cdev lock_kernel() pushdown.
Jonathan Corbet
1
-1
/
+14
2008-05-20
SCSI: fix race in device_create
Greg Kroah-Hartman
1
-2
/
+1
2008-04-19
SCSI: convert struct class_device to struct device
Tony Jones
1
-37
/
+39
2007-10-27
[SCSI] osst: fix if (...) \n #if... cases missing semicolons when false
Ilpo Järvinen
1
-2
/
+4
2007-10-24
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
1
-4
/
+2
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-15
/
+17
2007-10-12
[SCSI] osst: Use mutex instead of semaphore
Matthias Kaehlcke
1
-8
/
+8
2007-10-12
[SCSI] kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-3
/
+2
2007-04-17
[SCSI] modalias for scsi devices
Michael Tokarev
1
-0
/
+1
2007-02-17
Replace remaining references to "driverfs" with "sysfs".
Robert P. J. Day
1
-6
/
+6
[next]