summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-2/+2
|\
| * block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-2/+2
* | pf: fix error codes in pf_init_unit()Dan Carpenter2021-10-181-6/+9
* | pcd: fix error codes in pcd_init_unit()Dan Carpenter2021-10-181-5/+7
* | pf: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
* | pd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
* | 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
* | pd: cleanup initializationChristoph Hellwig2021-10-181-70/+70
* | pf: cleanup initializationChristoph Hellwig2021-10-181-124/+99
* | pcd: cleanup initializationChristoph Hellwig2021-10-181-159/+127
* | pcd: move the identify buffer into pcd_identifyChristoph Hellwig2021-10-181-8/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-1/+0
|\
| * scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig2021-07-281-1/+0
* | pd: fix a NULL vs IS_ERR() checkDan Carpenter2021-08-271-1/+1
|/
* pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang2021-07-151-1/+1
* pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-18/+12
* pf: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-11/+7
* pcd: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-11/+8
* paride/pd: remove ->revalidate_diskChristoph Hellwig2021-03-291-11/+0
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-1/+1
* paride/pcd: use bdev_check_media_changeChristoph Hellwig2020-09-101-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* 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
* compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann2020-01-032-0/+2
* 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
* paride/pf: 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-222-2/+24
|\
| * paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing2019-04-051-1/+13
| * paride/pf: Fix potential NULL pointer dereferenceYueHaibing2019-04-031-1/+11
* | Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck2019-04-123-0/+3
|/
* paride/pcd: cleanup queues when detection failsJens Axboe2019-03-181-1/+5
* paride/pf: cleanup queues when detection failsJens Axboe2019-03-181-5/+11
* pd: replace ->special use with private data in the requestChristoph Hellwig2018-11-101-5/+25
* paride: convert pf to blk-mqJens Axboe2018-10-151-14/+42
* paride: convert pd to blk-mqJens Axboe2018-10-151-28/+66
* paride: convert pcd to blk-mqJens Axboe2018-10-151-32/+56
* block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva2018-08-091-0/+2
* paride: remove redundant variable nColin Ian King2018-07-091-2/+1
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-091-0/+2
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-0/+1
|\
| * block: Rework drivers/cdrom/MakefileBart Van Assche2017-11-011-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-273-0/+3