summaryrefslogtreecommitdiff
path: root/drivers/block/pktcdvd.c
Commit message (Expand)AuthorAge
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-02
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* pktcdvd: don't scribble over the bvec arrayChristoph Hellwig2016-11-07
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-07
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-10
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-07
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
|\ \
| * | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-07
|\ \ | |/ |/|
| * pktcdvd: drop null test before destroy functionsJulia Lawall2015-09-29
* | block: kill merge_bvec_fn() completelyKent Overstreet2015-08-13
* | block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-13
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
|/
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-28
* block,scsi: verify return pointer from blk_get_requestJoe Lawrence2014-08-26
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-06
* sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-18
* pktcdvd: fix error return codeJulia Lawall2014-01-03
* block: Introduce new bio_split()Kent Overstreet2013-11-23
* block: Rename bio_split() -> bio_pair_split()Kent Overstreet2013-11-23
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* pktcdvd: debugfs functions return NULL on errorDan Carpenter2013-11-08
* pktcdvd: fix defective misuses of pkt_<level>Joe Perches2013-09-11
* pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches2013-09-11
* pktcdvd: convert pr_info to pkt_infoJoe Perches2013-09-11
* pktcdvd: convert pr_notice to pkt_noticeJoe Perches2013-09-11
* pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches2013-09-11
* pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches2013-09-11
* pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches2013-09-11
* pktcdvd: convert printk to pr_<level>Joe Perches2013-09-11
* pktcdvd: convert ZONE macro to static function get_zone()Joe Perches2013-09-11
* pktcdvd: silence static checker warningDan Carpenter2013-05-29
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * pktcdvd: Use bio_reset() in disabled code to kill bi_idx usageKent Overstreet2013-03-23
| * pktcdvd: use bio_copy_data()Kent Overstreet2013-03-23
| * block: Use bio_sectors() more consistentlyKent Overstreet2013-03-23
| * block: Add bio_end_sector()Kent Overstreet2013-03-23
* | block_device_operations->release() should return voidAl Viro2013-05-07
* | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
|/
* pktcdvd: Switch to bio_kmalloc()Kent Overstreet2012-09-09
* block: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-03
* block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-12
* kill useless checks for sb->s_op == NULLAl Viro2011-07-20
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\