aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/pktcdvd.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENGravatar Arnd Bergmann 1-23/+1
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiGravatar Arnd Bergmann 1-4/+2
2019-12-21pktcdvd: fix regression on 64-bit architecturesGravatar Arnd Bergmann 1-1/+1
2019-10-23pktcdvd: add compat_ioctl handlerGravatar Arnd Bergmann 1-0/+25
2019-09-22pktcdvd: remove warning on attempting to register non-passthrough devGravatar Jens Axboe 1-1/+0
2019-04-12block: genhd: remove async_events fieldGravatar Martin Wilck 1-1/+0
2018-11-16pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsGravatar Christoph Hellwig 1-2/+0
2018-11-15block: remove the queue_lock indirectionGravatar Christoph Hellwig 1-2/+2
2018-10-02pktcdvd: fix fall-through annotationGravatar Gustavo A. R. Silva 1-1/+1
2018-08-16pktcdvd: fix setting of 'ret' error return for a few casesGravatar Jens Axboe 1-0/+1
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrGravatar Kees Cook 1-18/+18
2018-07-28pktcdvd: Fix possible Spectre-v1 for pkt_devsGravatar Jinbum Park 1-1/+3
2018-07-17pktcdvd: remove assignment in if conditionGravatar RAGHU Halharvi 1-23/+46
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-13/+1
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-25/+25
2018-05-24block drivers/block: Use octal not symbolic permissionsGravatar Joe Perches 1-2/+2
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-13/+1
2018-05-14block: Split out bio_list_copy_data()Gravatar Kent Overstreet 1-1/+1
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMGravatar Christoph Hellwig 1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-1/+1
2018-03-01block: fix a typoGravatar Jiufei Xue 1-1/+1
2018-01-05pktcdvd: Fix a recently introduced NULL pointer dereferenceGravatar Bart Van Assche 1-4/+4
2018-01-05pktcdvd: Fix pkt_setup_dev() error pathGravatar Bart Van Assche 1-3/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-6/+5
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-18/+17
2017-06-27pktcdvd: remove the call to blk_queue_bounceGravatar Christoph Hellwig 1-2/+0
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-1/+0
2017-06-18pktcdvd: use bio_clone_fast() instead of bio_clone()Gravatar NeilBrown 1-2/+10
2017-06-18blk: remove bio_set arg from blk_queue_split()Gravatar NeilBrown 1-1/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-9/+9
2017-06-09pktcdvd: use class_groups instead of class_attrsGravatar Greg Kroah-Hartman 1-18/+17
2017-06-01pktcdvd: Check queue type before attaching to a queueGravatar Bart Van Assche 1-0/+5
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-1/+1
2017-02-02block: Use pointer to backing_dev_info from request_queueGravatar Jan Kara 1-2/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-1/+1
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-11-07pktcdvd: don't scribble over the bvec arrayGravatar Christoph Hellwig 1-41/+6
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 1-1/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-2/+2
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+4
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieGravatar Jens Axboe 1-5/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-2/+2
2015-09-29pktcdvd: drop null test before destroy functionsGravatar Julia Lawall 1-2/+1
2015-08-13block: kill merge_bvec_fn() completelyGravatar Kent Overstreet 1-21/+0
2015-08-13block: make generic_make_request handle arbitrarily sized biosGravatar Kent Overstreet 1-2/+4
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-16/+16