summaryrefslogtreecommitdiff
path: root/drivers/scsi/sr.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handlingKevin Groeneveld1-1/+1
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2022-01-27scsi: sr: Don't use GFP_DMAChristoph Hellwig1-1/+1
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-72/+71
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig1-2/+2
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig1-1/+2
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig1-1/+3
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-1/+1
2021-08-12scsi: sr: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-7/+6
2021-07-31scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig1-1/+55
2021-07-30scsi: sr: Return correct event when media event code is 3Li Manyi1-1/+1
2021-07-29scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig1-14/+2
2021-07-29scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig1-3/+3
2021-07-29scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig1-2/+6
2021-07-29scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig1-0/+3
2021-07-29scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig1-4/+1
2021-07-29scsi: sr: Consolidate compat ioctl handlingChristoph Hellwig1-55/+9
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2021-06-19scsi: sr: Return appropriate error code when disk is ejectedManYi Li1-0/+2
2021-06-01scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke1-1/+1
2021-06-01scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke1-1/+1
2021-06-01scsi: core: Fixup calling convention for scsi_mode_sense()Hannes Reinecke1-1/+1
2020-12-12sr: Remove in_interrupt() usage in sr_init_command().Sebastian Andrzej Siewior1-17/+0
2020-10-24Merge 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-08scsi: 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-24treewide: 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-10scsi: sr: Fix sr_probe() missing deallocate of device minorSimon Arlott1-1/+5
2020-06-10scsi: sr: Fix sr_probe() missing mutex_destroySimon Arlott1-0/+1
2020-06-06Merge 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-28scsi: 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-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+11
2020-04-01scsi: sr: Fix sr_block_release()Bart Van Assche1-1/+3
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam 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-06scsi: stop setting up request->specialChristoph Hellwig1-1/+0
2018-11-10scsi: 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-27block: 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 ena...Bart Van Assche1-8/+21