summaryrefslogtreecommitdiff
path: root/drivers/scsi/sr.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-06scsi: sr: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-01-30scsi: sr: Have midlayer retry get_sectorsize() errorsMike Christie1-18/+20
2023-10-13scsi: sr: Fix sshdr use in sr_get_eventsMike Christie1-1/+2
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-5/+5
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-3/+3
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig1-1/+1
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig1-1/+1
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig1-1/+1
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig1-1/+1
2023-05-23scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal1-1/+1
2023-04-03scsi: sr: Simplify the sr_open() functionEnze Li1-6/+1
2023-01-14scsi: sr: Convert to scsi_execute_cmd()Mike Christie1-4/+7
2022-06-28block: simplify disk shutdownChristoph Hellwig1-2/+2
2022-05-02scsi: sr: Add memory allocation failure handling for get_capabilities()Enze Li1-6/+8
2022-04-07Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen1-1/+1
2022-03-30scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handlingKevin Groeneveld1-1/+1
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+15
2022-03-15sr: simplify the local variable initialization in sr_block_open()Lukas Bulwahn1-2/+2
2022-03-09sr: implement ->free_disk to simplify refcountingChristoph Hellwig1-98/+26
2022-03-09scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig1-3/+2
2022-03-02scsi: core: Remove struct scsi_requestChristoph Hellwig1-2/+0
2022-03-02scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-1/+1
2022-03-02scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig1-1/+1
2022-03-02scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-11/+13
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-12-23scsi: sr: Don't use GFP_DMAChristoph Hellwig1-1/+1
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig1-3/+2
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-2/+2
2021-11-29sr: set GENHD_FL_REMOVABLE earlierChristoph Hellwig1-2/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-11-29block: remove GENHD_FL_CDChristoph Hellwig1-1/+0
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig1-2/+3
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+6
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-1/+1
2021-10-28scsi: sr: Remove duplicate assignmentAlexey Dobriyan1-1/+0
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-1/+1
2021-10-19scsi: sr: Add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+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