aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-12sr: Remove in_interrupt() usage in sr_init_command().Sebastian Andrzej Siewior1-17/+0
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+7
2020-10-08scsi: sr: Initialize ->cmd_lenChristoph Hellwig1-0/+1
2020-10-07scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig1-10/+6
2020-09-10sr: simplify sr_block_revalidate_diskChristoph Hellwig1-23/+13
2020-09-10sr: use bdev_check_media_changeChristoph Hellwig1-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+6
2020-06-09scsi: sr: Fix sr_probe() missing deallocate of device minorSimon Arlott1-1/+5
2020-06-09scsi: sr: Fix sr_probe() missing mutex_destroySimon Arlott1-0/+1
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-16/+10
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig1-2/+1
2020-04-27scsi: sr: Use {get,put}_unaligned_be*() instead of open-coding these functionsBart Van Assche1-16/+10
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+11
2020-03-31scsi: sr: Fix sr_block_release()Bart Van Assche1-1/+3
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropriate placesAdam Williamson1-1/+1
2020-02-24scsi: sr: get rid of sr global mutexMerlijn Wajer1-9/+11
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann1-6/+2
2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann1-4/+53
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-12block: disk_events: introduce event flagsMartin Wilck1-0/+1
2019-02-05scsi: stop setting up request->specialChristoph Hellwig1-1/+0
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig1-6/+6
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-09-26block: Move power management code into a new source fileBart Van Assche1-0/+1
2018-08-03scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management enabledBart Van Assche1-8/+21
2018-04-11sr: get/drop reference to device in revalidate and check_eventsJens Axboe1-4/+15
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi1-0/+2
2017-08-25scsi: sd: sr: Convert two assignments into warning statementsBart Van Assche1-1/+1
2017-04-07scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-3/+6
2017-02-14cdrom: Make device operations read-onlyKees Cook1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-3/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-04scsi: sr: constify sr_pm_ops structureJulia Lawall1-1/+1
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-01-26SCSI: fix crashes in sd and sr runtime PMAlan Stern1-0/+4
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig1-1/+1
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig1-1/+1
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig1-10/+5
2014-09-15scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani1-0/+2
2014-07-25scsi: move the writeable field from struct scsi_device to struct scsi_cdChristoph Hellwig1-2/+2
2014-07-17scsi: set sc_data_direction in common codeChristoph Hellwig1-2/+0
2014-07-17scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig1-2/+1
2014-07-17scsi: Implement sr_printk()Hannes Reinecke1-29/+32
2014-05-19scsi: reintroduce scsi_driver.init_commandChristoph Hellwig1-13/+6
2013-12-16[SCSI] sr: use block layer runtime PMAaron Lu1-24/+13
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2013-01-25[libata] scsi: no poll when ODD is powered offAaron Lu1-3/+7