aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/paride (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche1-0/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig3-6/+6
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2021-12-21paride: fix up build warning on mips platformsGreg Kroah-Hartman1-0/+1
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig3-5/+5
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2-0/+2
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig1-1/+1
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-2/+2
2021-10-18pf: fix error codes in pf_init_unit()Dan Carpenter1-6/+9
2021-10-18pcd: fix error codes in pcd_init_unit()Dan Carpenter1-5/+7
2021-10-18pf: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18pd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18pcd: capture errors on cdrom_register()Luis Chamberlain1-1/+3
2021-10-18pcd: fix ordering of unregister_cdrom()Luis Chamberlain1-1/+1
2021-10-18pcd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18pd: cleanup initializationChristoph Hellwig1-70/+70
2021-10-18pf: cleanup initializationChristoph Hellwig1-124/+99
2021-10-18pcd: cleanup initializationChristoph Hellwig1-159/+127
2021-10-18pcd: move the identify buffer into pcd_identifyChristoph Hellwig1-8/+8
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2021-08-27pd: fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig1-1/+0
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang1-1/+1
2021-06-11pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-18/+12
2021-06-11pf: use blk_mq_alloc_diskChristoph Hellwig1-11/+7
2021-06-11pcd: use blk_mq_alloc_diskChristoph Hellwig1-11/+8
2021-03-29paride/pd: remove ->revalidate_diskChristoph Hellwig1-11/+0
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2020-09-10paride/pcd: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig1-1/+1
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropriate placesAdam Williamson1-1/+1
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann1-0/+3
2020-01-03compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann2-0/+2
2019-09-04paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin1-4/+6
2019-09-04paride/pcd: need to set queue to NULL before put_diskzhengbin1-1/+1
2019-09-04paride/pf: need to set queue to NULL before put_diskzhengbin1-1/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2-2/+24
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck3-0/+3
2019-04-05paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing1-1/+13
2019-04-03paride/pf: Fix potential NULL pointer dereferenceYueHaibing1-1/+11
2019-03-18paride/pcd: cleanup queues when detection failsJens Axboe1-1/+5
2019-03-18paride/pf: cleanup queues when detection failsJens Axboe1-5/+11
2018-11-10pd: replace ->special use with private data in the requestChristoph Hellwig1-5/+25
2018-10-15paride: convert pf to blk-mqJens Axboe1-14/+42
2018-10-15paride: convert pd to blk-mqJens Axboe1-28/+66
2018-10-15paride: convert pcd to blk-mqJens Axboe1-32/+56