summaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-3/+6
|\
| * block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-1/+1
| * block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig2021-10-221-1/+4
| * scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-1/+1
* | pktcdvd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
|/
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-4/+3
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-5/+3
* block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* pktcdvd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-7/+4
* block: move bio_list_copy_data to pktcdvdChristoph Hellwig2021-04-121-0/+36
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-1/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-2/+2
* pktcdvd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-2/+4
* pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig2020-09-231-14/+11
* pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig2020-09-231-65/+2
* block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig2020-09-011-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-5/+6
* block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-1/+1
* pktcdvd: remove redundant initialization of variable retColin Ian King2020-06-111-1/+1
* block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
* block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-271-6/+6
* compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann2020-01-031-23/+1
* compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann2020-01-031-4/+2
* pktcdvd: fix regression on 64-bit architecturesArnd Bergmann2019-12-211-1/+1
* pktcdvd: add compat_ioctl handlerArnd Bergmann2019-10-231-0/+25
* pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe2019-09-221-1/+0
* block: genhd: remove async_events fieldMartin Wilck2019-04-121-1/+0
* pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsChristoph Hellwig2018-11-161-2/+0
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-2/+2
* pktcdvd: fix fall-through annotationGustavo A. R. Silva2018-10-021-1/+1
* pktcdvd: fix setting of 'ret' error return for a few casesJens Axboe2018-08-161-0/+1
* block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook2018-08-021-18/+18
* pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park2018-07-281-1/+3
* pktcdvd: remove assignment in if conditionRAGHU Halharvi2018-07-171-23/+46
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-13/+1
|\
| * proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
* | pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-25/+25
* | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-2/+2
* | block: Split out bio_list_copy_data()Kent Overstreet2018-05-141-1/+1
* | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-1/+1
* | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
|/
* block: fix a typoJiufei Xue2018-03-011-1/+1
* pktcdvd: Fix a recently introduced NULL pointer dereferenceBart Van Assche2018-01-051-4/+4
* pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche2018-01-051-3/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-6/+5
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-18/+17
|\
| * pktcdvd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-18/+17