index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2025-03-27
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-137
/
+791
2025-03-03
scsi: scsi_debug: Fix uninitialized variable use
Arnd Bergmann
1
-1
/
+1
2025-02-25
scsi: scsi_debug: Do not sleep in atomic sections
Bart Van Assche
1
-6
/
+10
2025-02-25
scsi: scsi_debug: Simplify command handling
Bart Van Assche
1
-110
/
+20
2025-02-25
scsi: scsi_debug: Remove a reference to in_use_bm
Bart Van Assche
1
-1
/
+1
2025-02-25
scsi: scsi_debug: Remove sdebug_device_access_info
John Garry
1
-7
/
+0
2025-02-24
scsi: scsi_debug: Add support for partitioning the tape
Kai Mäkisara
1
-4
/
+104
2025-02-24
scsi: scsi_debug: Reset tape setting at device reset
Kai Mäkisara
1
-1
/
+20
2025-02-24
scsi: scsi_debug: Add compression mode page for tapes
Kai Mäkisara
1
-0
/
+33
2025-02-24
scsi: scsi_debug: Add read support and update locate for tapes
Kai Mäkisara
1
-5
/
+235
2025-02-24
scsi: scsi_debug: Add write support with block lengths and 4 bytes of data
Kai Mäkisara
1
-5
/
+212
2025-02-24
scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes
Kai Mäkisara
1
-6
/
+121
2025-02-24
scsi: scsi_debug: First fixes for tapes
Kai Mäkisara
1
-6
/
+49
2025-02-18
scsi: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+2
2025-01-11
scsi: scsi_debug: Constify sdebug_driver_template
John Garry
1
-6
/
+6
2025-01-10
Merge branch '6.13/scsi-fixes' into 6.14/scsi-staging
Martin K. Petersen
1
-1
/
+1
2025-01-02
scsi: scsi_debug: Skip host/bus reset settle delay
Bart Van Assche
1
-0
/
+1
2024-12-04
scsi: Convert SCSI drivers to .sdev_configure()
Bart Van Assche
1
-4
/
+5
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
1
-6
/
+6
2024-12-04
scsi: scsi_debug: Fix hrtimer support for ndelay
John Garry
1
-1
/
+1
2024-10-30
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-6
/
+4
2024-10-25
scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy length
John Garry
1
-6
/
+4
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-13
scsi: scsi_debug: Remove a useless memset()
Christophe JAILLET
1
-1
/
+0
2024-07-16
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-134
/
+454
2024-06-26
scsi: scsi_debug: Fix create target debugfs failure
Ming Lei
1
-1
/
+5
2024-06-21
scsi: scsi_debug: Atomic write support
John Garry
1
-134
/
+454
2024-03-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-68
/
+225
2024-02-27
scsi: scsi_debug: Maintain write statistics per group number
Bart Van Assche
1
-4
/
+45
2024-02-27
scsi: scsi_debug: Implement GET STREAM STATUS
Bart Van Assche
1
-0
/
+50
2024-02-27
scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
Bart Van Assche
1
-3
/
+58
2024-02-27
scsi: scsi_debug: Allocate the MODE SENSE response from the heap
Bart Van Assche
1
-2
/
+7
2024-02-27
scsi: scsi_debug: Rework subpage code error handling
Bart Van Assche
1
-34
/
+36
2024-02-27
scsi: scsi_debug: Rework page code error handling
Bart Van Assche
1
-12
/
+12
2024-02-27
scsi: scsi_debug: Support the block limits extension VPD page
Bart Van Assche
1
-0
/
+16
2024-02-27
scsi: scsi_debug: Reduce code duplication
Bart Van Assche
1
-14
/
+2
2024-02-06
scsi: scsi_debug: Make pseudo_lld_bus const
Ricardo B. Marliere
1
-2
/
+2
2023-12-20
block: remove support for the host aware zone model
Christoph Hellwig
1
-14
/
+13
2023-11-09
scsi: scsi_debug: Delete some bogus error checking
Dan Carpenter
1
-7
/
+0
2023-11-09
scsi: scsi_debug: Fix some bugs in sdebug_error_write()
Dan Carpenter
1
-1
/
+1
2023-10-17
scsi: scsi_debug: Add param to control sdev's allow_restart
Wenchao Hao
1
-0
/
+6
2023-10-17
scsi: scsi_debug: Add debugfs interface to fail target reset
Wenchao Hao
1
-1
/
+113
2023-10-17
scsi: scsi_debug: Add new error injection type: Reset LUN failed
Wenchao Hao
1
-0
/
+39
2023-10-17
scsi: scsi_debug: Add new error injection type: Abort Failed
Wenchao Hao
1
-0
/
+40
2023-10-17
scsi: scsi_debug: Set command result and sense data if error is injected
Wenchao Hao
1
-0
/
+53
2023-10-17
scsi: scsi_debug: Return failed value if error is injected
Wenchao Hao
1
-0
/
+36
2023-10-17
scsi: scsi_debug: Time out command if the error is injected
Wenchao Hao
1
-0
/
+34
2023-10-17
scsi: scsi_debug: Define grammar to remove added error injection
Wenchao Hao
1
-0
/
+31
2023-10-17
scsi: scsi_debug: Add interface to manage error injection for a single device
Wenchao Hao
1
-4
/
+210
2023-10-17
scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystem
Wenchao Hao
1
-0
/
+8
[next]