summaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe1-0/+2
2023-01-04Revert "pktcdvd: remove driver."Jens Axboe1-0/+2944
2022-12-02pktcdvd: remove driver.Greg Kroah-Hartman1-2944/+0
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-07-14pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig1-4/+2
2022-07-14pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig1-3/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+14
2022-05-15block: remove last remaining traces of IDE documentationPaul Gortmaker1-1/+1
2022-04-17pktcdvd: stop using bio_resetChristoph Hellwig1-16/+9
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-12/+13
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+5
2022-03-07pktcdvd: remove a pointless debug check in pkt_submit_bioChristoph Hellwig1-8/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-1/+1
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-2/+4
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-6/+2
2022-01-03pktcdvd: convert to use attribute groupsGreg Kroah-Hartman1-141/+134
2021-12-09pktdvd: stop using bdi congestion framework.NeilBrown1-11/+20
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+1
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds1-3/+6
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-1/+1
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig1-1/+4
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-1/+1
2021-10-18pktcdvd: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-4/+3
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-5/+3
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-06-01pktcdvd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-7/+4
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig1-0/+36
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-2/+2
2020-11-16pktcdvd: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-2/+4
2020-09-23pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig1-14/+11
2020-09-23pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig1-65/+2
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-5/+6
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-1/+1
2020-06-11pktcdvd: remove redundant initialization of variable retColin Ian King1-1/+1
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig1-6/+6
2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann1-23/+1
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann1-4/+2
2019-12-21pktcdvd: fix regression on 64-bit architecturesArnd Bergmann1-1/+1
2019-10-23pktcdvd: add compat_ioctl handlerArnd Bergmann1-0/+25
2019-09-22pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe1-1/+0