summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride/pcd.c
AgeCommit message (Expand)AuthorLines
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-2/+2
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig-1/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig-0/+1
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig-1/+1
2021-10-18pcd: fix error codes in pcd_init_unit()Dan Carpenter-5/+7
2021-10-18pcd: capture errors on cdrom_register()Luis Chamberlain-1/+3
2021-10-18pcd: fix ordering of unregister_cdrom()Luis Chamberlain-1/+1
2021-10-18pcd: add error handling support for add_disk()Luis Chamberlain-1/+5
2021-10-18pcd: cleanup initializationChristoph Hellwig-159/+127
2021-10-18pcd: move the identify buffer into pcd_identifyChristoph Hellwig-8/+8
2021-06-11pcd: use blk_mq_alloc_diskChristoph Hellwig-11/+8
2020-09-10paride/pcd: use bdev_check_media_changeChristoph Hellwig-1/+1
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig-1/+1
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson-1/+1
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann-0/+3
2019-09-04paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin-4/+6
2019-09-04paride/pcd: need to set queue to NULL before put_diskzhengbin-1/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe-1/+13
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck-0/+1
2019-04-05paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing-1/+13
2019-03-18paride/pcd: cleanup queues when detection failsJens Axboe-1/+5
2018-10-15paride: convert pcd to blk-mqJens Axboe-32/+56
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi-0/+2
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig-0/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig-4/+4
2017-03-28parport/pcd: stop sharing request queue across multiple gendisksOmar Sandoval-19/+38
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-14cdrom: Make device operations read-onlyKees Cook-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2015-06-01paride: use new parport device modelSudip Mukherjee-0/+9
2014-08-26paride/pcd: Fix grammarGeert Uytterhoeven-2/+2
2014-04-15block: remove struct request buffer memberJens Axboe-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro-2/+1
2012-01-13paride/pcd: fix bool verbose module parameter.Rusty Russell-1/+1
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds-1/+0
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo-0/+1
2011-03-09paride: Convert to bdops->check_events()Tejun Heo-7/+11
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-7/+8
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann-1/+9
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann-2/+9
2010-03-12paride: fix off-by-one testRoel Kluin-2/+2
2009-09-22const: make block_device_operations constAlexey Dobriyan-1/+1
2009-09-11block: use printk_onceMarcin Slusarz-8/+4
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo-2/+1
2009-05-11paride: dequeue in-flight requestTejun Heo-6/+12
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo-2/+2
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo-6/+6
2008-10-21[PATCH] switch pcdAl Viro-13/+12
2008-10-21[PATCH] beginning of methods conversionAl Viro-3/+3
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro-3/+5