summaryrefslogtreecommitdiff
path: root/drivers/block/pktcdvd.c
AgeCommit message (Expand)Author
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-27pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-18pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09pktcdvd: use class_groups instead of class_attrsGreg Kroah-Hartman
2017-06-01pktcdvd: Check queue type before attaching to a queueBart Van Assche
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-09-29pktcdvd: drop null test before destroy functionsJulia Lawall
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang
2014-01-03pktcdvd: fix error return codeJulia Lawall
2013-11-23block: Introduce new bio_split()Kent Overstreet
2013-11-23block: Rename bio_split() -> bio_pair_split()Kent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08pktcdvd: debugfs functions return NULL on errorDan Carpenter
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches
2013-05-29pktcdvd: silence static checker warningDan Carpenter
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07block_device_operations->release() should return voidAl Viro
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro