aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-5/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-2/+2
2015-09-29pktcdvd: drop null test before destroy functionsJulia Lawall1-2/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-21/+0
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-2/+4
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-16/+16
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-2/+2
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence1-0/+2
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+1
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-01-03pktcdvd: fix error return codeJulia Lawall1-1/+3
2013-11-23block: Introduce new bio_split()Kent Overstreet1-62/+74
2013-11-23block: Rename bio_split() -> bio_pair_split()Kent Overstreet1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-25/+29
2013-11-08pktcdvd: debugfs functions return NULL on errorDan Carpenter1-18/+4
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches1-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches1-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches1-6/+8
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches1-10/+12
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches1-20/+24
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches1-48/+42
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches1-54/+53
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches1-61/+61
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches1-10/+10
2013-05-29pktcdvd: silence static checker warningDan Carpenter1-1/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-79/+23
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-23pktcdvd: Use bio_reset() in disabled code to kill bi_idx usageKent Overstreet1-9/+8
2013-03-23pktcdvd: use bio_copy_data()Kent Overstreet1-67/+12
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet1-1/+1
2013-03-23block: Add bio_end_sector()Kent Overstreet1-3/+3
2012-09-09pktcdvd: Switch to bio_kmalloc()Kent Overstreet1-45/+7
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-6/+5
2011-07-20kill useless checks for sb->s_op == NULLAl Viro1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-2/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2011-03-09pktcdvd: Convert to bdops->check_events()Tejun Heo1-4/+9
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-14/+8
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-8/+8
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1