aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-8/+8
2010-09-27Fix pktcdvd ioctl dev_minor range checkDan Rosenberg1-1/+1
2010-09-10block: remove spurious uses of REQ_HARDBARRIERTejun Heo1-1/+0
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-4/+9
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-04-29pktcdvd: improve BKL and compat_ioctl.c usageArnd Bergmann1-3/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-3/+9