aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c
Commit message (Expand)AuthorAge
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-07
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* pktcdvd: improve BKL and compat_ioctl.c usageArnd Bergmann2010-04-29
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-07
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-26
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-26
* pktcdvd: use BIO list management functionsAkinobu Mita2010-02-24
* pktcdvd: removing device does not remove its sysfs dirThadeu Lima de Souza Cascardo2010-02-02
* const: make block_device_operations constAlexey Dobriyan2009-09-22
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* debugfs: Modify default debugfs directory for debugging pktcdvd.GeunSik Lim2009-09-15
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-10
* debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-16
* Driver Core: block: add nodename support for block drivers.Kay Sievers2009-06-16
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-22
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-22
* pktcdvd: remove broken dev_t export of class devicesKay Sievers2008-12-10
* [PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro2008-12-04
* [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-21
* [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-21
* [PATCH] switch pktdvdcdAl Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* [PATCH] introduce __blkdev_driver_ioctl()Al Viro2008-10-21
* [PATCH] switch pktcdvd to blkdev_driver_ioctl()Al Viro2008-10-21
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-21
* device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* block: mark bio_split_pool staticDenis ChengRq2008-10-09
* block: don't depend on consecutive minor spaceTejun Heo2008-10-09
* Revert "pktcdvd: push BKL down into driver"Linus Torvalds2008-08-27
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* drivers/block/pktcdvd.c: avoid useless memsetChristophe Jaillet2008-07-04
* pktcdvd: push BKL down into driverAlan Cox2008-07-04
* Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon2008-07-03
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-29
|\
| * block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori2008-04-29
* | drivers: use non-racy method for proc entries creation (2)Denis V. Lunev2008-04-29
* | proc: remove proc_root_driverAlexey Dobriyan2008-04-29
|/
* pktcdvd: reduce stack consumptionPeter Osterlund2008-03-04
* fix ! versus & precedence in various placesAlexey Dobriyan2008-02-06
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-24
* Kobject: change drivers/block/pktcdvd.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-24
* pktcdvd: Convert from class_device to device for block/pktcdvdTony Jones2008-01-24
* pktcdvd: add kobject_put when kobject register failsDave Young2007-12-17
* pktcdvd: fix BUG caused by sysfs module reference semantics changeTejun Heo2007-11-08
* pktcdvd: don't rely on bio_init() preserving bio->bi_destructorLaurent Riffard2007-10-16
* pktcdvd: don't rely on bio_init() preserving bio->bi_io_vecJens Axboe2007-10-16
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10