index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-09-02
1
-72
/
+71
|
\
|
*
Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging
Martin K. Petersen
2021-08-11
1
-1
/
+1
|
|
\
|
*
|
scsi: sr: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-11
1
-7
/
+6
|
*
|
scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driver
Christoph Hellwig
2021-07-30
1
-1
/
+55
|
*
|
scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()
Christoph Hellwig
2021-07-28
1
-14
/
+2
|
*
|
scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()
Christoph Hellwig
2021-07-28
1
-3
/
+3
|
*
|
scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()
Christoph Hellwig
2021-07-28
1
-2
/
+6
|
*
|
scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()
Christoph Hellwig
2021-07-28
1
-0
/
+3
|
*
|
scsi: core: Remove scsi_compat_ioctl()
Christoph Hellwig
2021-07-28
1
-4
/
+1
|
*
|
scsi: sr: Consolidate compat ioctl handling
Christoph Hellwig
2021-07-28
1
-55
/
+9
*
|
|
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
1
-2
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
2021-08-23
1
-2
/
+2
|
*
|
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
2021-08-23
1
-1
/
+2
|
*
|
block: remove alloc_disk and alloc_disk_node
Christoph Hellwig
2021-08-23
1
-1
/
+3
|
|
/
*
/
scsi: sr: Return correct event when media event code is 3
Li Manyi
2021-07-29
1
-1
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-07-02
1
-2
/
+2
|
\
|
*
scsi: core: Drop obsolete Linux-specific SCSI status codes
Hannes Reinecke
2021-05-31
1
-1
/
+1
|
*
scsi: core: Drop the now obsolete driver_byte definitions
Hannes Reinecke
2021-05-31
1
-1
/
+1
|
*
scsi: core: Fixup calling convention for scsi_mode_sense()
Hannes Reinecke
2021-05-31
1
-1
/
+1
*
|
scsi: sr: Return appropriate error code when disk is ejected
ManYi Li
2021-06-18
1
-0
/
+2
|
/
*
sr: Remove in_interrupt() usage in sr_init_command().
Sebastian Andrzej Siewior
2020-12-12
1
-17
/
+0
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-10-23
1
-10
/
+7
|
\
|
*
scsi: sr: Initialize ->cmd_len
Christoph Hellwig
2020-10-08
1
-0
/
+1
|
*
scsi: core: Clean up allocation and freeing of sgtables
Christoph Hellwig
2020-10-07
1
-10
/
+6
*
|
sr: simplify sr_block_revalidate_disk
Christoph Hellwig
2020-09-10
1
-23
/
+13
*
|
sr: use bdev_check_media_change
Christoph Hellwig
2020-09-10
1
-2
/
+4
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-06-13
1
-1
/
+6
|
\
|
*
scsi: sr: Fix sr_probe() missing deallocate of device minor
Simon Arlott
2020-06-09
1
-1
/
+5
|
*
scsi: sr: Fix sr_probe() missing mutex_destroy
Simon Arlott
2020-06-09
1
-0
/
+1
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-06-05
1
-16
/
+10
|
\
|
|
*
scsi: sr: Use {get,put}_unaligned_be*() instead of open-coding these functions
Bart Van Assche
2020-04-27
1
-16
/
+10
*
|
block: add a cdrom_device_info pointer to struct gendisk
Christoph Hellwig
2020-05-04
1
-2
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-04-10
1
-1
/
+3
|
\
|
*
scsi: sr: Fix sr_block_release()
Bart Van Assche
2020-03-31
1
-1
/
+3
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-04-02
1
-9
/
+11
|
\
|
|
*
scsi: sr: get rid of sr global mutex
Merlijn Wajer
2020-02-24
1
-9
/
+11
*
|
scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...
Adam Williamson
2020-02-24
1
-1
/
+1
|
/
*
compat_ioctl: move cdrom commands into cdrom.c
Arnd Bergmann
2020-01-03
1
-6
/
+2
*
compat_ioctl: scsi: move ioctl handling into drivers
Arnd Bergmann
2020-01-03
1
-4
/
+53
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
block: disk_events: introduce event flags
Martin Wilck
2019-04-12
1
-0
/
+1
*
scsi: stop setting up request->special
Christoph Hellwig
2019-02-05
1
-1
/
+0
*
scsi: return blk_status_t from scsi_init_io and ->init_command
Christoph Hellwig
2018-11-09
1
-6
/
+6
*
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
2018-09-28
1
-1
/
+1
*
block: Move power management code into a new source file
Bart Van Assche
2018-09-26
1
-0
/
+1
*
scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...
Bart Van Assche
2018-08-03
1
-8
/
+21
*
sr: get/drop reference to device in revalidate and check_events
Jens Axboe
2018-04-11
1
-4
/
+15
*
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
2018-03-09
1
-0
/
+2
*
scsi: sd: sr: Convert two assignments into warning statements
Bart Van Assche
2017-08-25
1
-1
/
+1
[next]