index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-12
sr: Remove in_interrupt() usage in sr_init_command().
Sebastian Andrzej Siewior
1
-17
/
+0
2020-10-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-10
/
+7
2020-10-08
scsi: sr: Initialize ->cmd_len
Christoph Hellwig
1
-0
/
+1
2020-10-07
scsi: core: Clean up allocation and freeing of sgtables
Christoph Hellwig
1
-10
/
+6
2020-09-10
sr: simplify sr_block_revalidate_disk
Christoph Hellwig
1
-23
/
+13
2020-09-10
sr: use bdev_check_media_change
Christoph Hellwig
1
-2
/
+4
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-06-13
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+6
2020-06-09
scsi: sr: Fix sr_probe() missing deallocate of device minor
Simon Arlott
1
-1
/
+5
2020-06-09
scsi: sr: Fix sr_probe() missing mutex_destroy
Simon Arlott
1
-0
/
+1
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-16
/
+10
2020-05-04
block: add a cdrom_device_info pointer to struct gendisk
Christoph Hellwig
1
-2
/
+1
2020-04-27
scsi: sr: Use {get,put}_unaligned_be*() instead of open-coding these functions
Bart Van Assche
1
-16
/
+10
2020-04-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+3
2020-04-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-9
/
+11
2020-03-31
scsi: sr: Fix sr_block_release()
Bart Van Assche
1
-1
/
+3
2020-02-24
scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...
Adam Williamson
1
-1
/
+1
2020-02-24
scsi: sr: get rid of sr global mutex
Merlijn Wajer
1
-9
/
+11
2020-01-03
compat_ioctl: move cdrom commands into cdrom.c
Arnd Bergmann
1
-6
/
+2
2020-01-03
compat_ioctl: scsi: move ioctl handling into drivers
Arnd Bergmann
1
-4
/
+53
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-04-12
block: disk_events: introduce event flags
Martin Wilck
1
-0
/
+1
2019-02-05
scsi: stop setting up request->special
Christoph Hellwig
1
-1
/
+0
2018-11-09
scsi: return blk_status_t from scsi_init_io and ->init_command
Christoph Hellwig
1
-6
/
+6
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-1
/
+1
2018-09-26
block: Move power management code into a new source file
Bart Van Assche
1
-0
/
+1
2018-08-03
scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...
Bart Van Assche
1
-8
/
+21
2018-04-11
sr: get/drop reference to device in revalidate and check_events
Jens Axboe
1
-4
/
+15
2018-03-09
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
1
-0
/
+2
2017-08-25
scsi: sd: sr: Convert two assignments into warning statements
Bart Van Assche
1
-1
/
+1
2017-04-07
scsi: sr: Sanity check returned mode data
Martin K. Petersen
1
-2
/
+4
2017-02-17
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-3
/
+6
2017-02-14
cdrom: Make device operations read-only
Kees Cook
1
-1
/
+1
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-3
/
+6
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-04
scsi: sr: constify sr_pm_ops structure
Julia Lawall
1
-1
/
+1
2016-06-27
block: convert to device_add_disk()
Dan Williams
1
-2
/
+1
2016-01-26
SCSI: fix crashes in sd and sr runtime PM
Alan Stern
1
-0
/
+4
2014-11-24
scsi: remove scsi_driver owner field
Christoph Hellwig
1
-1
/
+1
2014-11-24
scsi: stop passing a gfp_mask argument down the command setup path
Christoph Hellwig
1
-1
/
+1
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
1
-10
/
+5
2014-09-15
scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()
Subhash Jadavani
1
-0
/
+2
2014-07-25
scsi: move the writeable field from struct scsi_device to struct scsi_cd
Christoph Hellwig
1
-2
/
+2
2014-07-17
scsi: set sc_data_direction in common code
Christoph Hellwig
1
-2
/
+0
2014-07-17
scsi: restructure command initialization for TYPE_FS requests
Christoph Hellwig
1
-2
/
+1
2014-07-17
scsi: Implement sr_printk()
Hannes Reinecke
1
-29
/
+32
2014-05-19
scsi: reintroduce scsi_driver.init_command
Christoph Hellwig
1
-13
/
+6
2013-12-16
[SCSI] sr: use block layer runtime PM
Aaron Lu
1
-24
/
+13
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-2
/
+1
2013-01-25
[libata] scsi: no poll when ODD is powered off
Aaron Lu
1
-3
/
+7
[next]