aboutsummaryrefslogtreecommitdiff
path: root/drivers/cdrom/cdrom.c
AgeCommit message (Expand)Author
2015-09-25cdrom: Random writing support for BD-RE mediaGeorgios Toptsidis
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-06cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-05-05cdrom: Remove unnecessary prototype for cdrom_get_disc_infoJoe Perches
2014-05-05cdrom: Remove unnecessary prototype for cdrom_mrw_exitJoe Perches
2014-05-05cdrom: Remove cdrom_count_tracks prototypeJoe Perches
2014-05-05cdrom: Remove cdrom_get_next_writeable prototypeJoe Perches
2014-05-05cdrom: Remove cdrom_get_last_written prototypeJoe Perches
2014-05-05cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeJoe Perches
2014-05-05cdrom: Remove unnecessary sanitize_format prototypeJoe Perches
2014-05-05cdrom: Remove unnecessary check_for_audio_disc prototypeJoe Perches
2014-05-05cdrom: Remove prototype for open_for_dataJoe Perches
2014-05-05cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosJoe Perches
2014-05-05cdrom: Remove unused CHECKAUDIO macroJoe Perches
2014-05-05cdrom: convert cdinfo to cd_dbgJoe Perches
2013-07-03drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan
2012-02-08cdrom: move shared static to cdrom_device_infoPaolo Bonzini
2012-02-06cdrom: use copy_to_user() without the underscoresDan Carpenter
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-03fs: move code out of buffer.cAl Viro
2011-08-02drivers/cdrom/cdrom.c: relax check on dvd manufacturer valueAndrew Morton
2011-04-29cdrom: always check_disk_change() on openTejun Heo
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-09cdrom: support devices that have check_events but not media_changedSimon Arlott
2010-12-16cdrom: export cdrom_check_events()Jens Axboe
2010-12-16cdrom: add ->check_events() supportTejun Heo
2010-08-07drivers/cdrom: use pr_<level>Joe Perches
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2008-12-29cdrom: reduce stack usage of mmc_ioctl_dvd_read_structMarcin Slusarz
2008-12-29cdrom: split mmc_ioctl to lower stack usageMarcin Slusarz
2008-12-12Commands needing to be retried require a complete re-initialization.Alan D. Brunelle
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori
2008-08-18cdrom: handle TOCAlexander Inyukhin
2008-08-05cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks()Tejun Heo
2008-07-04cdrom: revert commit 22a9189 (cdrom: use kmalloced buffers instead of buffers...FUJITA Tomonori
2008-04-29block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori
2008-04-21cdrom: use kmalloced buffers instead of buffers on stackThomas Bogendoerfer
2008-04-21cdrom: make unregister_cdrom() return voidAkinobu Mita
2008-04-21cdrom: use list_head for cdrom_device_info listAkinobu Mita
2008-04-21cdrom: protect cdrom_device_info list by mutexAkinobu Mita