summaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c
Commit message (Expand)AuthorAgeFilesLines
* block: genhd: remove async_events fieldMartin Wilck2019-04-121-1/+0Star
* pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsChristoph Hellwig2018-11-161-2/+0Star
* 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-181-23/+46
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-13/+1Star
|\
| * proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1Star
* | 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/+1Star
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-6/+5Star
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-041-18/+17Star
|\
| * pktcdvd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-18/+17Star
* | pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig2017-06-271-2/+0Star
* | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-211-1/+0Star
* | pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-2/+10
* | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-9/+9
* | pktcdvd: Check queue type before attaching to a queueBart Van Assche2017-06-011-0/+5
|/
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-1/+1
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-2/+2
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+1
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-3/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* pktcdvd: don't scribble over the bvec arrayChristoph Hellwig2016-11-071-41/+6Star
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-2/+2
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-111-5/+4Star
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-5/+4Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-2/+2
|\ \
| * | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-071-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-2/+1Star
|\ \ | |/ |/|
| * pktcdvd: drop null test before destroy functionsJulia Lawall2015-09-291-2/+1Star
* | block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-21/+0Star
* | block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-2/+4
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-16/+16
|/
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-2/+2
* block,scsi: verify return pointer from blk_get_requestJoe Lawrence2014-08-261-0/+2
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-1/+1
* sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1