Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f1cb8f9beba8699dd1b4518418191499e53f7b17
/
drivers
/
scsi
/
scsi_debug.c
4f2c8bf
scsi: scsi_debug: IMMED related delay adjustments
by Douglas Gilbert
· 7 years ago
052c220
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
8b904b5
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
by Bart Van Assche
· 7 years ago
f66b851
scsi: scsi_debug: call resp_*() function after setting host_scribble
by Martin Wilck
· 7 years ago
f9ba7af
scsi: scsi_debug: reset injection flags for every_nth > 0
by Martin Wilck
· 7 years ago
80c4956
scsi: scsi_debug: implement IMMED bit
by Douglas Gilbert
· 7 years ago
91d4c75
scsi: scsi_debug: Fix pointer styling issues
by John Pittman
· 7 years ago
d9da891
scsi: scsi_debug: Add two new parameters to scsi_debug driver
by Laurence Oberman
· 7 years ago
458df78
scsi: scsi_debug: Simplify request tag decoding
by Bart Van Assche
· 7 years ago
10bde98
scsi: scsi_debug: delay stress fix
by Douglas Gilbert
· 7 years ago
481b5e5
scsi: scsi_debug: add resp_write_scat function
by Douglas Gilbert
· 7 years ago
46f64e7
scsi: scsi_debug: ARRAY_SIZE and FF_MEDIA_IO
by Douglas Gilbert
· 7 years ago
0a7e69c
scsi: scsi_debug: do_device_access add sg offset argument
by Douglas Gilbert
· 7 years ago
b7e2458
scsi: scsi_debug: fix group_number mask
by Douglas Gilbert
· 7 years ago
9a05101
scsi: scsi_debug: tab, kstrto changes
by Douglas Gilbert
· 7 years ago
7ee6d1b
scsi: scsi_debug: Add support for injecting SCSI_MLQUEUE_HOST_BUSY
by Bart Van Assche
· 7 years ago
9b760fd
scsi: scsi_debug: add cdb_len parameter
by Douglas Gilbert
· 7 years ago
13f6b61
scsi: scsi_debug: remove jiffies_to_timespec
by Arnd Bergmann
· 7 years ago
e33d7c5
scsi: scsi_debug: write_same: fix error report
by Douglas Gilbert
· 7 years ago
e5203cf
scsi: scsi_debug: allow to specify inquiry vendor and model
by Hannes Reinecke
· 7 years ago
9b130ad
treewide: make "nr_cpu_ids" unsigned
by Alexey Dobriyan
· 7 years ago
ab17241
scsi: scsi_debug: Remove a set-but-not-used variable
by Bart Van Assche
· 7 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 7 years ago
bf47643
scsi_debug: switch to uuid_t
by Christoph Hellwig
· 7 years ago
70bdf20
scsi: scsi_debug: Avoid PI being disabled when TPGS is enabled
by Martin K. Petersen
· 7 years ago
86e6828
scsi: scsi_debug: Add OPTIMAL TRANSFER LENGTH GRANULARITY option.
by Lukas Herbolt
· 8 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
4d2b496
scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
by Ewan D. Milne
· 8 years ago
8475c81
scsi: sd: Move DIF protection types to t10-pi.h
by Christoph Hellwig
· 8 years ago
6ebf105
scsi: scsi_debug: Use struct t10_pi_tuple instead of struct sd_dif_tuple
by Christoph Hellwig
· 8 years ago
fb0cc8d
scsi_debug: fix sleep in invalid context
by Douglas Gilbert
· 8 years ago
1b37bd6
scsi_debug: use locally assigned naa
by Douglas Gilbert
· 9 years ago
09ba24c
scsi_debug: uuid for lu name
by Douglas Gilbert
· 9 years ago
760f3b0
scsi_debug: vpd and mode page work
by Douglas Gilbert
· 9 years ago
c483739
scsi_debug: add multiple queue support
by Douglas Gilbert
· 9 years ago
8d039e2
scsi_debug: rework resp_report_luns
by Douglas Gilbert
· 9 years ago
b01f6f8
scsi_debug: use pdt constants
by Douglas Gilbert
· 9 years ago
f46eb0e
scsi_debug: use likely hints on fast path
by Douglas Gilbert
· 9 years ago
fd32119
scsi_debug: re-order file scope declarations
by Douglas Gilbert
· 9 years ago
a10bc12
scsi_debug: replace tasklet with work queue
by Douglas Gilbert
· 9 years ago
c220609
scsi_debug: make jiffy delay name clearer
by Douglas Gilbert
· 9 years ago
b333a81
scsi_debug: replace jiffy timers with hr timers
by Douglas Gilbert
· 9 years ago
185dd23
scsi_debug: ignore host lock option
by Douglas Gilbert
· 9 years ago
773642d
scsi_debug: cleanup naming and bit crunching
by Douglas Gilbert
· 9 years ago
65e8617
scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS
by Ming Lin
· 9 years ago
abaee09
Merge branch 'jejb-scsi' into misc
by James Bottomley
· 9 years ago
32c5844
scsi_debug: Increase the reported optimal transfer length
by Martin K. Petersen
· 9 years ago
fa785f0
scsi_debug: check for bigger value first
by Andy Shevchenko
· 9 years ago
4941311
scsi: use sector_div instead of do_div
by Arnd Bergmann
· 9 years ago
f7f9f26
scsi_debug: fix prevent_allow+verify regressions
by Douglas Gilbert
· 9 years ago
2492fc0
scsi_debug: resp_request: remove unused variable
by Tomas Winkler
· 9 years ago
f2d3fd2
scsi_debug: fix REPORT LUNS Well Known LU
by Tomas Winkler
· 9 years ago
299b6c0
scsi_debug: schedule_resp fix input variable check
by Tomas Winkler
· 9 years ago
58a8635
scsi_debug: make dump_sector static
by Tomas Winkler
· 9 years ago
de232af
scsi_debug: vfree is null safe so drop the check
by Tomas Winkler
· 9 years ago
34d5543
scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;
by Tomas Winkler
· 9 years ago
c1287970
scsi_debug: define pr_fmt() for consistent logging
by Tomas Winkler
· 9 years ago
386ecb1
drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue
by Dave Gordon
· 9 years ago
c7badc9
scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
540a7c5
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
6d310df
scsi_debug: test always evaluates to false, || should be used instead
by Colin Ian King
· 10 years ago
99531e6
scsi_debug: use atomic allocation in resp_rsup_opcodes
by Sasha Levin
· 10 years ago
acafd0b
scsi_debug: Implement WRITE BUFFER command
by Ewan D. Milne
· 10 years ago
19c8ead
scsi_debug: Add REPORTED LUNS DATA HAS CHANGED Unit Attention
by Ewan D. Milne
· 10 years ago
f49accf
scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED case
by Ewan D. Milne
· 10 years ago
4bc6b63
scsi_debug: take sdebug_host_list_lock when changing capacity
by Ewan D. Milne
· 10 years ago
d467d31
scsi_debug: fix compare and write errors
by Douglas Gilbert
· 10 years ago
68d81f4
scsi: remove MSG_*_TAG defines
by Christoph Hellwig
· 10 years ago
efc3c1d
scsi: remove ->change_queue_type method
by Christoph Hellwig
· 10 years ago
38d5c83
scsi_debug: add Report supported opcodes+tmfs; Compare and write
by Douglas Gilbert
· 10 years ago
c2248fc
scsi_debug: change SCSI command parser to table driven
by Douglas Gilbert
· 10 years ago
0d01c5d
scsi_debug: add Capacity Changed Unit Attention
by Douglas Gilbert
· 10 years ago
817fd66
scsi_debug: append inject error flags onto scsi_cmnd object
by Douglas Gilbert
· 10 years ago
22017ed
scsi_debug: pinpoint invalid field in sense data
by Douglas Gilbert
· 10 years ago
db5ed4d
scsi: drop reason argument from ->change_queue_depth
by Christoph Hellwig
· 10 years ago
c40ecc1
scsi: avoid ->change_queue_depth indirection for queue full tracking
by Christoph Hellwig
· 10 years ago
17c9ff5
scsi_debug: error message should say scsi_host_alloc not scsi_register
by Finn Thain
· 10 years ago
ee11560
scsi: don't force tagged_supported in drivers
by Christoph Hellwig
· 10 years ago
c8b09f6
scsi: don't set tagging state from scsi_adjust_queue_depth
by Christoph Hellwig
· 10 years ago
a62182f
scsi: provide a generic change_queue_type method
by Christoph Hellwig
· 10 years ago
48a9687
scsi: replace strnicmp with strncasecmp
by Rasmus Villemoes
· 10 years ago
db525fc
scsi_debug: deadlock between completions and surprise module removal
by Douglas Gilbert
· 10 years ago
e46b034
scsi_debug: bump inquiry version to SPC-4, update version descriptors
by Douglas Gilbert
· 10 years ago
cd62b7d
scsi_debug: give unit attention and other errors precedence over TSF
by Douglas Gilbert
· 10 years ago
01123ef
scsi_debug: scsi_cmnd->cmnd check and casts unnecessary
by Douglas Gilbert
· 10 years ago
cbf6784
scsi_debug: support scsi-mq, queues and locks
by Douglas Gilbert
· 10 years ago
9cb78c1
scsi: use 64-bit LUNs
by Hannes Reinecke
· 10 years ago
6bb5e6e
scsi_debug: allow huge transfer length for read/write commands
by Akinobu Mita
· 10 years ago
b57d7c0
scsi_debug: simple short transfer injection
by Christoph Hellwig
· 11 years ago
0759c66
[SCSI] scsi_debug: add ability to enable clustering
by Akinobu Mita
· 11 years ago
6c78cc0
[SCSI] scsi_debug: protect device access with atomic_rw lock
by Akinobu Mita
· 11 years ago
be4e11b
[SCSI] scsi_debug: prepare to enable clustering
by Akinobu Mita
· 11 years ago
c5af0db
[SCSI] scsi_debug: fix resp_xdwriteread() return value when running out of memory
by Akinobu Mita
· 11 years ago
c613d06
[SCSI] scsi_debug: fix duplicate dif_errors increment
by Akinobu Mita
· 11 years ago
11ddcec
[SCSI] scsi_debug: make pseudo_primary static
by Akinobu Mita
· 11 years ago
c45eabec
[SCSI] scsi_debug: fix false positive logical block reference tag check fail
by Akinobu Mita
· 11 years ago
8206937
[SCSI] scsi_debug: simplify creation and destruction of driver attribute files
by Akinobu Mita
· 11 years ago
51d648a
[SCSI] scsi_debug: fix sparse warnings related to data integrity field
by Akinobu Mita
· 11 years ago
68aee7b
[SCSI] scsi_debug: fix invalid value check for guard module parameter
by Akinobu Mita
· 11 years ago
65f72f2a
[SCSI] scsi_debug: avoid partial copying PI from prot_sglist to dif_storep
by Akinobu Mita
· 11 years ago
Next »