index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
2026-05-22
scsi: scsi_debug: Add missing newline in scsi_debug_device_reset()
Ewan D. Milne
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-9
/
+9
2026-02-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-71
/
+56
2026-01-23
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
1
-4
/
+5
2025-12-16
scsi: scsi_debug: Drop NULL scsi_cmnd check in sdebug_q_cmd_complete()
John Garry
1
-5
/
+0
2025-12-16
scsi: scsi_debug: Stop using READ/WRITE_ONCE() when accessing sdebug_defer.de...
John Garry
1
-6
/
+6
2025-12-16
scsi: scsi_debug: Stop printing extra function name in debug logs
John Garry
1
-56
/
+45
2025-12-16
scsi: scsi_debug: Fix atomic write enable module param description
John Garry
1
-1
/
+1
2025-11-19
scsi: scsi_debug: Support injecting unaligned write errors
Bart Van Assche
1
-1
/
+11
2025-11-12
scsi: scsi_debug: Fix uninitialized pointers with __free attr
Ally Heev
1
-2
/
+2
2025-11-12
scsi: scsi_debug: Abort SCSI commands via an internal command
Bart Van Assche
1
-11
/
+105
2025-10-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-12
/
+5
2025-09-09
scsi: scsi_debug: Replace kzalloc() + copy_from_user() with memdup_user_nul()
Thorsten Blum
1
-8
/
+3
2025-08-19
scsi: scsi_debug: Use vcalloc() to simplify code
Qianfeng Rong
1
-4
/
+2
2025-07-30
scsi: scsi_debug: Make read-only arrays static const
Colin Ian King
1
-34
/
+57
2025-06-16
scsi: Don't use %pK through printk()
Thomas Weißschuh
1
-1
/
+1
2025-05-05
scsi: scsi_debug: Reduce DEF_ATOMIC_WR_MAX_LENGTH
John Garry
1
-1
/
+1
2025-04-11
scsi: scsi_debug: Add ERASE for tapes
Kai Mäkisara
1
-3
/
+20
2025-04-11
scsi: scsi_debug: Use scsi_device->type instead os sdebug_ptype where possible
Kai Mäkisara
1
-26
/
+35
2025-04-11
scsi: scsi_debug: Move some tape-specific commands to separate definitions
Kai Mäkisara
1
-39
/
+38
2025-04-11
scsi: scsi_debug: Enable different command definitions for different device t...
Kai Mäkisara
1
-89
/
+115
2025-04-11
scsi: scsi_debug: Fix two typos in command definitions
Kai Mäkisara
1
-2
/
+2
2025-03-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-137
/
+791
2025-03-02
scsi: scsi_debug: Fix uninitialized variable use
Arnd Bergmann
1
-1
/
+1
2025-02-24
scsi: scsi_debug: Do not sleep in atomic sections
Bart Van Assche
1
-6
/
+10
2025-02-24
scsi: scsi_debug: Simplify command handling
Bart Van Assche
1
-110
/
+20
2025-02-24
scsi: scsi_debug: Remove a reference to in_use_bm
Bart Van Assche
1
-1
/
+1
2025-02-24
scsi: scsi_debug: Remove sdebug_device_access_info
John Garry
1
-7
/
+0
2025-02-23
scsi: scsi_debug: Add support for partitioning the tape
Kai Mäkisara
1
-4
/
+104
2025-02-23
scsi: scsi_debug: Reset tape setting at device reset
Kai Mäkisara
1
-1
/
+20
2025-02-23
scsi: scsi_debug: Add compression mode page for tapes
Kai Mäkisara
1
-0
/
+33
2025-02-23
scsi: scsi_debug: Add read support and update locate for tapes
Kai Mäkisara
1
-5
/
+235
2025-02-23
scsi: scsi_debug: Add write support with block lengths and 4 bytes of data
Kai Mäkisara
1
-5
/
+212
2025-02-23
scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes
Kai Mäkisara
1
-6
/
+121
2025-02-23
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-10
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-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-12
scsi: scsi_debug: Remove a useless memset()
Christophe JAILLET
1
-1
/
+0
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-134
/
+454
2024-06-25
scsi: scsi_debug: Fix create target debugfs failure
Ming Lei
1
-1
/
+5
[next]