aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/paride
AgeCommit message (Expand)Author
2023-01-31drivers/block: Move PARIDE protocol modules to drivers/ata/pata_parportOndrej Zary
2023-01-31drivers/block: Remove PARIDE core and high-level protocolsOndrej Zary
2023-01-31ata: pata_parport: add driver (PARIDE replacement)Ondrej Zary
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-21paride: fix up build warning on mips platformsGreg Kroah-Hartman
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-18pf: fix error codes in pf_init_unit()Dan Carpenter
2021-10-18pcd: fix error codes in pcd_init_unit()Dan Carpenter
2021-10-18pf: add error handling support for add_disk()Luis Chamberlain
2021-10-18pd: add error handling support for add_disk()Luis Chamberlain
2021-10-18pcd: capture errors on cdrom_register()Luis Chamberlain
2021-10-18pcd: fix ordering of unregister_cdrom()Luis Chamberlain
2021-10-18pcd: add error handling support for add_disk()Luis Chamberlain
2021-10-18pd: cleanup initializationChristoph Hellwig
2021-10-18pf: cleanup initializationChristoph Hellwig
2021-10-18pcd: cleanup initializationChristoph Hellwig
2021-10-18pcd: move the identify buffer into pcd_identifyChristoph Hellwig
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-27pd: fix a NULL vs IS_ERR() checkDan Carpenter
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang
2021-06-11pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11pf: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11pcd: use blk_mq_alloc_diskChristoph Hellwig
2021-03-29paride/pd: remove ->revalidate_diskChristoph Hellwig
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2020-09-10paride/pcd: use bdev_check_media_changeChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann
2020-01-03compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann
2019-09-04paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin
2019-09-04paride/pcd: need to set queue to NULL before put_diskzhengbin
2019-09-04paride/pf: need to set queue to NULL before put_diskzhengbin
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck
2019-04-05paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing
2019-04-03paride/pf: Fix potential NULL pointer dereferenceYueHaibing
2019-03-18paride/pcd: cleanup queues when detection failsJens Axboe
2019-03-18paride/pf: cleanup queues when detection failsJens Axboe
2018-11-10pd: replace ->special use with private data in the requestChristoph Hellwig