summaryrefslogtreecommitdiff
path: root/drivers/block/paride
AgeCommit message (Expand)Author
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
2018-10-15paride: convert pf to blk-mqJens Axboe
2018-10-15paride: convert pd to blk-mqJens Axboe
2018-10-15paride: convert pcd to blk-mqJens Axboe
2018-08-09block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva
2018-07-09paride: remove redundant variable nColin Ian King
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig