aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-cd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16ide: remove the legacy ide driverChristoph Hellwig1-1858/+0
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2020-09-10ide-cd: remove idecd_revalidate_diskChristoph Hellwig1-12/+5
2020-09-10ide-cd: use bdev_check_media_changedChristoph Hellwig1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-05-04ide-cd: rename cdrom_read_tocentryChristoph Hellwig1-7/+7
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig1-2/+1
2020-01-03compat_ioctl: move HDIO ioctl handling into drivers/ideArnd Bergmann1-7/+8
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann1-0/+37
2019-06-14docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-04-12Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"Martin Wilck1-0/+1
2018-11-10ide: don't use req->specialChristoph Hellwig1-2/+2
2018-11-09ide: cleanup ->prep_rq calling conventionChristoph Hellwig1-11/+11
2018-11-07ide: convert to blk-mqJens Axboe1-81/+94
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-08-02ide-cd: Remove redundant sense bufferKees Cook1-8/+9
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook1-5/+6
2018-08-02ide-cd: Drop unused sense buffersKees Cook1-21/+15
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+1
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-4/+4
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi1-0/+2
2017-11-14ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointerBart Van Assche1-2/+1
2017-11-07drivers/ide-cd: Handle missing driver data during status check gracefullyBorislav Petkov1-1/+6
2017-11-01ide:ide-cd: fix kernel panic resulting from missing scsi_req_initHongxu Jia1-0/+1
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-5/+5
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-10/+10
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-88/+102
2017-02-14cdrom: Make device operations read-onlyKees Cook1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-31/+45
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig1-10/+15
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-48/+43
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-23/+23
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig1-4/+4
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2011-11-08ide-{cd,floppy,tape}: Do not include <linux/irq.h>Geert Uytterhoeven1-1/+0
2011-06-11ide-cd: signedness warning fix againConnor Hansen1-1/+2
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds1-1/+0
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-11/+2
2011-03-10ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe1-11/+2