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
2017-09-08
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
1
-1
/
+1
2017-08-25
scsi: scsi_debug: Remove a set-but-not-used variable
Bart Van Assche
1
-2
/
+1
2017-07-03
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
Linus Torvalds
1
-5
/
+5
2017-06-05
scsi_debug: switch to uuid_t
Christoph Hellwig
1
-5
/
+5
2017-05-31
scsi: scsi_debug: Avoid PI being disabled when TPGS is enabled
Martin K. Petersen
1
-1
/
+1
2017-01-31
scsi: scsi_debug: Add OPTIMAL TRANSFER LENGTH GRANULARITY option.
Lukas Herbolt
1
-1
/
+9
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-10-26
scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
Ewan D. Milne
1
-0
/
+1
2016-09-15
scsi: sd: Move DIF protection types to t10-pi.h
Christoph Hellwig
1
-20
/
+19
2016-09-15
scsi: scsi_debug: Use struct t10_pi_tuple instead of struct sd_dif_tuple
Christoph Hellwig
1
-7
/
+8
2016-07-12
scsi_debug: fix sleep in invalid context
Douglas Gilbert
1
-27
/
+66
2016-05-10
scsi_debug: use locally assigned naa
Douglas Gilbert
1
-17
/
+18
2016-05-10
scsi_debug: uuid for lu name
Douglas Gilbert
1
-10
/
+51
2016-05-10
scsi_debug: vpd and mode page work
Douglas Gilbert
1
-79
/
+108
2016-05-10
scsi_debug: add multiple queue support
Douglas Gilbert
1
-256
/
+446
2016-05-03
scsi_debug: rework resp_report_luns
Douglas Gilbert
1
-48
/
+87
2016-05-03
scsi_debug: use pdt constants
Douglas Gilbert
1
-41
/
+45
2016-04-29
scsi_debug: use likely hints on fast path
Douglas Gilbert
1
-114
/
+105
2016-04-29
scsi_debug: re-order file scope declarations
Douglas Gilbert
1
-163
/
+151
2016-04-29
scsi_debug: replace tasklet with work queue
Douglas Gilbert
1
-135
/
+95
2016-04-29
scsi_debug: make jiffy delay name clearer
Douglas Gilbert
1
-23
/
+23
2016-04-29
scsi_debug: replace jiffy timers with hr timers
Douglas Gilbert
1
-35
/
+21
2016-04-29
scsi_debug: ignore host lock option
Douglas Gilbert
1
-37
/
+7
2016-04-29
scsi_debug: cleanup naming and bit crunching
Douglas Gilbert
1
-637
/
+525
2016-04-15
scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS
Ming Lin
1
-1
/
+1
2016-01-07
Merge branch 'jejb-scsi' into misc
James Bottomley
1
-4
/
+5
2015-12-21
scsi_debug: Increase the reported optimal transfer length
Martin K. Petersen
1
-2
/
+2
2015-11-30
scsi_debug: check for bigger value first
Andy Shevchenko
1
-3
/
+3
2015-11-25
scsi: use sector_div instead of do_div
Arnd Bergmann
1
-2
/
+2
2015-11-25
scsi_debug: fix prevent_allow+verify regressions
Douglas Gilbert
1
-4
/
+5
2015-09-06
scsi_debug: resp_request: remove unused variable
Tomas Winkler
1
-2
/
+1
2015-09-06
scsi_debug: fix REPORT LUNS Well Known LU
Tomas Winkler
1
-2
/
+3
2015-09-06
scsi_debug: schedule_resp fix input variable check
Tomas Winkler
1
-3
/
+10
2015-09-06
scsi_debug: make dump_sector static
Tomas Winkler
1
-1
/
+1
2015-09-06
scsi_debug: vfree is null safe so drop the check
Tomas Winkler
1
-7
/
+3
2015-09-06
scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;
Tomas Winkler
1
-7
/
+6
2015-09-06
scsi_debug: define pr_fmt() for consistent logging
Tomas Winkler
1
-65
/
+53
2015-06-30
drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue
Dave Gordon
1
-8
/
+4
2015-02-13
scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-3
/
+3
2015-02-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+125
2015-01-22
scsi_debug: test always evaluates to false, || should be used instead
Colin Ian King
1
-1
/
+1
2015-01-20
scsi_debug: use atomic allocation in resp_rsup_opcodes
Sasha Levin
1
-1
/
+1
2015-01-09
scsi_debug: Implement WRITE BUFFER command
Ewan D. Milne
1
-3
/
+71
2015-01-09
scsi_debug: Add REPORTED LUNS DATA HAS CHANGED Unit Attention
Ewan D. Milne
1
-1
/
+55
2014-12-15
scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED case
Ewan D. Milne
1
-0
/
+1
2014-12-15
scsi_debug: take sdebug_host_list_lock when changing capacity
Ewan D. Milne
1
-0
/
+2
2014-12-15
scsi_debug: fix compare and write errors
Douglas Gilbert
1
-15
/
+16
2014-12-04
scsi: remove MSG_*_TAG defines
Christoph Hellwig
1
-1
/
+0
2014-12-04
scsi: remove ->change_queue_type method
Christoph Hellwig
1
-27
/
+0
2014-11-25
scsi_debug: add Report supported opcodes+tmfs; Compare and write
Douglas Gilbert
1
-19
/
+307
[next]