summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride
Commit message (Expand)AuthorAgeFilesLines
* block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-141-0/+2
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-283-6/+6
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-141-0/+1
|\
| * paride: fix up build warning on mips platformsGreg Kroah-Hartman2021-12-211-0/+1
* | block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-293-5/+5
* | block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-292-0/+2
* | block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig2021-11-291-1/+1
|/
* 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