aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/pktcdvd.c
AgeCommit message (Expand)Author
2012-09-09pktcdvd: Switch to bio_kmalloc()Kent Overstreet
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-07-20kill useless checks for sb->s_op == NULLAl Viro
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-09pktcdvd: Convert to bdops->check_events()Tejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-27Fix pktcdvd ioctl dev_minor range checkDan Rosenberg
2010-09-10block: remove spurious uses of REQ_HARDBARRIERTejun Heo
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-04-29pktcdvd: improve BKL and compat_ioctl.c usageArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-24pktcdvd: use BIO list management functionsAkinobu Mita
2010-02-02pktcdvd: removing device does not remove its sysfs dirThadeu Lima de Souza Cascardo
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-15debugfs: Modify default debugfs directory for debugging pktcdvd.GeunSik Lim
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim
2009-06-15Driver Core: block: add nodename support for block drivers.Kay Sievers
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2008-12-10pktcdvd: remove broken dev_t export of class devicesKay Sievers
2008-12-04[PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro
2008-10-21[PATCH] switch pktdvdcdAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro
2008-10-21[PATCH] switch pktcdvd to blkdev_driver_ioctl()Al Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-09block: mark bio_split_pool staticDenis ChengRq
2008-10-09block: don't depend on consecutive minor spaceTejun Heo
2008-08-27Revert "pktcdvd: push BKL down into driver"Linus Torvalds
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman