index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi_debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-19
scsi: scsi_debug: Abort commands from scsi_debug_device_reset()
John Garry
1
-0
/
+22
2023-04-12
scsi: scsi_debug: Fix missing error code in scsi_debug_init()
Harshit Mogalapalli
1
-1
/
+3
2023-04-03
Merge patch series "Fix shost command overloading issues"
Martin K. Petersen
1
-422
/
+361
2023-04-03
scsi: scsi_debug: Drop sdebug_queue
John Garry
1
-138
/
+51
2023-04-03
scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shosts
John Garry
1
-61
/
+6
2023-04-03
scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()
John Garry
1
-14
/
+13
2023-04-03
scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()
John Garry
1
-28
/
+17
2023-04-03
scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()
John Garry
1
-97
/
+98
2023-04-03
scsi: scsi_debug: Dynamically allocate sdebug_queued_cmd
John Garry
1
-174
/
+253
2023-04-03
scsi: scsi_debug: Use scsi_block_requests() to block queues
John Garry
1
-9
/
+9
2023-04-03
scsi: scsi_debug: Protect block_unblock_all_queues() with mutex
John Garry
1
-1
/
+17
2023-04-03
scsi: scsi_debug: Change shost list lock to a mutex
John Garry
1
-19
/
+19
2023-04-03
scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()
John Garry
1
-8
/
+5
2023-04-03
scsi: scsi_debug: Fix check for sdev queue full
John Garry
1
-1
/
+1
2023-03-25
scsi: scsi_debug: Remove redundant driver match function
Lizhe
1
-7
/
+0
2023-03-17
scsi: scsi_debug: Add poll mode deferred completions to statistics
John Garry
1
-0
/
+7
2023-03-17
scsi: scsi_debug: Get command abort feature working again
John Garry
1
-9
/
+8
2023-03-17
scsi: scsi_debug: Drop sdebug_dev_info.num_in_q
John Garry
1
-47
/
+16
2023-03-17
scsi: scsi_debug: Drop check for num_in_q exceeding queue depth
John Garry
1
-9
/
+2
2023-03-17
scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer check
John Garry
1
-1
/
+1
2023-03-17
scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checks
John Garry
1
-18
/
+8
2023-03-17
scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checks
John Garry
1
-21
/
+10
2023-03-17
scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checks
John Garry
1
-9
/
+8
2023-03-17
scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checks
John Garry
1
-7
/
+7
2023-03-17
scsi: scsi_debug: Stop setting devip->sdbg_host twice
John Garry
1
-1
/
+0
2023-03-17
scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[]
John Garry
1
-13
/
+11
2022-12-30
Merge branch '6.2/scsi-queue' into 6.2/scsi-fixes
Martin K. Petersen
1
-2
/
+0
2022-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-4
/
+7
2022-12-14
scsi: scsi_debug: Delete unreachable code in inquiry_vpd_b0()
John Garry
1
-2
/
+0
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2022-11-26
scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()
Yang Yingliang
1
-1
/
+4
2022-11-26
scsi: scsi_debug: Fix a warning in resp_report_zones()
Harshit Mogalapalli
1
-1
/
+1
2022-11-26
scsi: scsi_debug: Fix a warning in resp_verify()
Harshit Mogalapalli
1
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-3
/
+3
2022-11-17
scsi: scsi_debug: Fix a warning in resp_write_scat()
Harshit Mogalapalli
1
-1
/
+1
2022-11-17
scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
Yuan Can
1
-1
/
+5
2022-11-08
scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC
Bart Van Assche
1
-0
/
+7
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
1
-5
/
+2
2022-06-10
scsi: scsi_debug: Fix zone transition to full condition
Damien Le Moal
1
-2
/
+20
2022-04-26
scsi: scsi_debug: Add gap zone support
Damien Le Moal
1
-25
/
+104
2022-04-26
scsi: scsi_debug: Rename zone type constants
Damien Le Moal
1
-9
/
+9
2022-04-26
scsi: scsi_debug: Fix a typo
Bart Van Assche
1
-1
/
+1
2022-04-12
Revert "scsi: scsi_debug: Address races following module load"
Bart Van Assche
1
-146
/
+51
2022-04-07
scsi: scsi_debug: Fix sdebug_blk_mq_poll() in_use_bm bitmap use
Damien Le Moal
1
-3
/
+5
2022-03-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-139
/
+349
2022-03-09
scsi: scsi_debug: Fix qc_lock use in sdebug_blk_mq_poll()
Damien Le Moal
1
-9
/
+7
2022-03-09
scsi: scsi_debug: Silence unexpected unlock warnings
Damien Le Moal
1
-24
/
+44
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2022-01-25
scsi: scsi_debug: Add environmental reporting log subpage
Douglas Gilbert
1
-0
/
+33
2022-01-25
scsi: scsi_debug: Add no_rwlock parameter
Douglas Gilbert
1
-50
/
+102
[next]