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
/
scsi_debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-04
[SCSI] scsi_debug: fix Thin provisioning support
Douglas Gilbert
1
-4
/
+9
2009-12-04
[SCSI] scsi_debug: Thin provisioning support
Martin K. Petersen
1
-3
/
+335
2009-10-02
[SCSI] scsi_debug: Implement support for DIF Type 2
Martin K. Petersen
1
-23
/
+116
2009-06-21
scsi_debug: Add support for physical block exponent and alignment
Martin K. Petersen
1
-1
/
+29
2009-05-20
[SCSI] scsi_debug: fix virtual disk larger than 1TB
FUJITA Tomonori
1
-1
/
+1
2009-03-12
[SCSI] scsi_debug: DIF/DIX support
Martin K. Petersen
1
-7
/
+436
2009-01-02
[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
2008-07-27
[SCSI] replace __FUNCTION__ with __func__
Harvey Harrison
1
-6
/
+6
2008-07-12
[SCSI] scsi_debug: add support for rotation speed
Matthew Wilcox
1
-0
/
+12
2008-07-12
[SCSI] scsi_debug: Runtime-configurable sector size
Martin K. Petersen
1
-39
/
+59
2008-04-29
block: make queue flags non-atomic
Nick Piggin
1
-1
/
+1
2008-04-07
[SCSI] scsi_debug: remove unnecessary function declarations
FUJITA Tomonori
1
-144
/
+133
2008-04-07
[SCSI] scsi_debug: support large non-fake virtual disk
FUJITA Tomonori
1
-3
/
+3
2008-04-07
[SCSI] scsi_debug: remove the duplicated code in resp_read and resp_write
FUJITA Tomonori
1
-66
/
+50
2008-04-07
[SCSI] scsi_debug: sweep up sdebug_capacity calculation
FUJITA Tomonori
1
-27
/
+17
2008-04-07
[SCSI] scsi_debug: remove unnecessary sdebug_store_size
FUJITA Tomonori
1
-7
/
+6
2008-04-07
[SCSI] scsi_debug: fix lba and data length calculation bugs
FUJITA Tomonori
1
-14
/
+18
2008-04-07
[SCSI] scsi_debug: use scsi_build_sense_buffer
FUJITA Tomonori
1
-13
/
+5
2008-04-07
[SCSI] scsi_debug: remove unnecessary function declarations
FUJITA Tomonori
1
-274
/
+233
2008-04-07
[SCSI] scsi_debug: use list_for_each_entry_safe
FUJITA Tomonori
1
-10
/
+6
2008-04-07
[SCSI] scsi_debug: remove unnecessary condition test in devInfoReg
FUJITA Tomonori
1
-19
/
+18
2008-04-07
[SCSI] scsi_debug: create new scsi_debug devices at a single place
FUJITA Tomonori
1
-11
/
+18
2008-04-07
[SCSI] scsi_debug: remove temporary hack around sscanf for negative values
FUJITA Tomonori
1
-14
/
+3
2008-04-07
[SCSI] scsi_debug: use sg buffer copy helper functions
FUJITA Tomonori
1
-66
/
+13
2008-04-07
[SCSI] scsi_debug: use shost_priv macro
FUJITA Tomonori
1
-3
/
+3
2008-04-07
[SCSI] scsi_debug: remove unnecessary checking
FUJITA Tomonori
1
-3
/
+0
2008-04-07
[SCSI] scsi_debug: remove scsi_debug.h
FUJITA Tomonori
1
-27
/
+29
2008-04-07
[SCSI] scsi_debug: stop including drivers/scsi/scsi.h
FUJITA Tomonori
1
-2
/
+4
2008-04-07
[SCSI] Remove random noop unchecked_isa_dma users
Andi Kleen
1
-1
/
+0
2008-02-18
[SCSI] scsi_debug: disable clustering
FUJITA Tomonori
1
-1
/
+1
2008-01-30
[SCSI] scsi_debug: add XDWRITEREAD_10 support
FUJITA Tomonori
1
-0
/
+70
2008-01-30
[SCSI] scsi_debug: add bidi data transfer support
FUJITA Tomonori
1
-11
/
+10
2008-01-30
[SCSI] scsi_debug: add get_data_transfer_info helper function
FUJITA Tomonori
1
-45
/
+38
2008-01-11
[SCSI] scsi_debug: convert to use the data buffer accessors
Boaz Harrosh
1
-27
/
+10
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-2
/
+2
2007-10-16
scsi_debug: support sg chaining
Jens Axboe
1
-14
/
+16
2007-07-19
[SCSI] Make scsi_host_template::proc_name const char * instead of char *.
Kristian Høgsberg
1
-1
/
+1
2007-06-17
[SCSI] scsi_debug: correct parameter default text
Randy Dunlap
1
-1
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-01-13
[SCSI] scsi_debug: error processing
Douglas Gilbert
1
-9
/
+33
2006-10-25
[SCSI] scsi_debug: support REPORT TARGET PORT GROUPS
Hannes Reinecke
1
-14
/
+127
2006-09-23
[SCSI] scsi_debug version 1.80
Douglas Gilbert
1
-41
/
+189
2006-07-12
[SCSI] scsi_debug: must_check fixes
Randy Dunlap
1
-18
/
+54
2006-07-03
Merge ../scsi-misc-2.6
James Bottomley
1
-195
/
+1028
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[SCSI] scsi_debug version 1.79
Douglas Gilbert
1
-195
/
+1028
2006-02-27
[SCSI] SCSI core kmalloc2kzalloc
Jes Sorensen
1
-6
/
+3
2006-01-13
[PATCH] Add Pseudo LLD bus_type probe and remove methods
Russell King
1
-2
/
+2
2005-11-10
Merge by hand (whitespace conflicts in libata.h)
James Bottomley
1
-4
/
+0
[next]