aboutsummaryrefslogtreecommitdiff
path: root/drivers/cdrom
AgeCommit message (Expand)Author
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
2014-04-16gdrom: missed conversion from req->bufferJens Axboe
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-03drivers/cdrom/gdrom.c: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-12-03vio: remove dangly makefile bitsAlan
2013-07-03drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan
2013-07-03drivers/cdrom/gdrom.c: fix device number leakLibo Chen
2013-05-07block_device_operations->release() should return voidAl Viro
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-03-16powerpc: Remove some of the legacy iSeries specific device driversStephen Rothwell
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-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe
2011-04-29cdrom: always check_disk_change() on openTejun Heo
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo
2011-04-21cdrom: always check_disk_change() on openTejun Heo
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-09gdrom,viocd: Convert to bdops->check_events()Tejun Heo
2011-02-09cdrom: support devices that have check_events but not media_changedSimon Arlott
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-12-24gdrom: don't use flush_scheduled_work()Tejun Heo
2010-12-16cdrom: export cdrom_check_events()Jens Axboe
2010-12-16cdrom: add ->check_events() supportTejun Heo
2010-10-27cdrom: gdrom: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07drivers/cdrom: use pr_<level>Joe Perches
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen