summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride/pcd.c
Commit message (Expand)AuthorAgeFilesLines
* pcd: fix error codes in pcd_init_unit()Dan Carpenter2021-10-181-5/+7
* pcd: capture errors on cdrom_register()Luis Chamberlain2021-10-181-1/+3
* pcd: fix ordering of unregister_cdrom()Luis Chamberlain2021-10-181-1/+1
* pcd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
* pcd: cleanup initializationChristoph Hellwig2021-10-181-159/+127
* pcd: move the identify buffer into pcd_identifyChristoph Hellwig2021-10-181-8/+8
* pcd: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-11/+8
* paride/pcd: use bdev_check_media_changeChristoph Hellwig2020-09-101-1/+1
* block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig2020-05-041-1/+1
* scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson2020-02-241-1/+1
* compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann2020-01-031-0/+3
* paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin2019-09-041-4/+6
* paride/pcd: need to set queue to NULL before put_diskzhengbin2019-09-041-1/+1
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-1/+13
|\
| * paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing2019-04-051-1/+13
* | Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck2019-04-121-0/+1
|/
* paride/pcd: cleanup queues when detection failsJens Axboe2019-03-181-1/+5
* paride: convert pcd to blk-mqJens Axboe2018-10-151-32/+56
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-091-0/+2
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-0/+1
* block: introduce new block status code typeChristoph Hellwig2017-06-091-4/+4
* parport/pcd: stop sharing request queue across multiple gendisksOmar Sandoval2017-03-281-19/+38
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
* cdrom: Make device operations read-onlyKees Cook2017-02-141-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* paride: use new parport device modelSudip Mukherjee2015-06-011-0/+9
* paride/pcd: Fix grammarGeert Uytterhoeven2014-08-261-2/+2
* block: remove struct request buffer memberJens Axboe2014-04-151-1/+1
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1
* paride/pcd: fix bool verbose module parameter.Rusty Russell2012-01-131-1/+1
* block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds2011-06-021-1/+0
* block: don't block events on excl write for non-optical devicesTejun Heo2011-04-211-0/+1
* paride: Convert to bdops->check_events()Tejun Heo2011-03-091-7/+11
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+9
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+9
* paride: fix off-by-one testRoel Kluin2010-03-121-2/+2
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: use printk_onceMarcin Slusarz2009-09-111-8/+4
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1
* paride: dequeue in-flight requestTejun Heo2009-05-111-6/+12
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-2/+2
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-6/+6
* [PATCH] switch pcdAl Viro2008-10-211-13/+12
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro2008-10-211-3/+5
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* paride drivers: initialize spinlocksAlexey Dobriyan2007-04-241-1/+1
* [PATCH] paride: return proper error codeAkinobu Mita2006-12-071-4/+4
* [PATCH] drivers/block: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-2/+1