summaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c
AgeCommit message (Expand)AuthorLines
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence-2/+2
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence-0/+2
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe-1/+1
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang-1/+1
2014-01-03pktcdvd: fix error return codeJulia Lawall-1/+3
2013-11-23block: Introduce new bio_split()Kent Overstreet-62/+74
2013-11-23block: Rename bio_split() -> bio_pair_split()Kent Overstreet-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet-25/+29
2013-11-08pktcdvd: debugfs functions return NULL on errorDan Carpenter-18/+4
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches-6/+8
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches-10/+12
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches-20/+24
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches-48/+42
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches-54/+53
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches-61/+61
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches-10/+10
2013-05-29pktcdvd: silence static checker warningDan Carpenter-1/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds-79/+23
2013-05-07block_device_operations->release() should return voidAl Viro-3/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-1/+1
2013-03-23pktcdvd: Use bio_reset() in disabled code to kill bi_idx usageKent Overstreet-9/+8
2013-03-23pktcdvd: use bio_copy_data()Kent Overstreet-67/+12
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet-1/+1
2013-03-23block: Add bio_end_sector()Kent Overstreet-3/+3
2012-09-09pktcdvd: Switch to bio_kmalloc()Kent Overstreet-45/+7
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang-4/+4
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro-1/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig-6/+5
2011-07-20kill useless checks for sb->s_op == NULLAl Viro-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe-2/+0
2011-03-10block: remove per-queue pluggingJens Axboe-2/+0
2011-03-09pktcdvd: Convert to bdops->check_events()Tejun Heo-4/+9
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo-14/+8
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-1/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-8/+8
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-8/+8
2010-09-27Fix pktcdvd ioctl dev_minor range checkDan Rosenberg-1/+1
2010-09-10block: remove spurious uses of REQ_HARDBARRIERTejun Heo-1/+0
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann-0/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann-4/+9
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig-1/+1
2010-04-29pktcdvd: improve BKL and compat_ioctl.c usageArnd Bergmann-3/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy-1/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen-3/+9