aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-2/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-2/+0
* | pktcdvd: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+9
|/
* block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-14/+8
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+0
|\
| * Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-1/+1
| |\
| * | block: remove spurious uses of REQ_HARDBARRIERTejun Heo2010-09-101-1/+0
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/ /
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-8/+8
|\ \ \ | |_|/ |/| |
| * | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-8/+8
| |/
* | Fix pktcdvd ioctl dev_minor range checkDan Rosenberg2010-09-271-1/+1
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+5
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-4/+9
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* pktcdvd: improve BKL and compat_ioctl.c usageArnd Bergmann2010-04-291-3/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-3/+9
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+2
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-2/+2
* pktcdvd: use BIO list management functionsAkinobu Mita2010-02-241-68/+21
* pktcdvd: removing device does not remove its sysfs dirThadeu Lima de Souza Cascardo2010-02-021-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-3/+3
* debugfs: Modify default debugfs directory for debugging pktcdvd.GeunSik Lim2009-09-151-1/+1
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-4/+6
* debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-151-1/+1
* Driver Core: block: add nodename support for block drivers.Kay Sievers2009-06-151-0/+7
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-2/+4
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* pktcdvd: remove broken dev_t export of class devicesKay Sievers2008-12-101-1/+1
* [PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro2008-12-041-2/+2
* [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-2/+2
* [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-4/+4
* [PATCH] switch pktdvdcdAl Viro2008-10-211-15/+15
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] introduce __blkdev_driver_ioctl()Al Viro2008-10-211-2/+2
* [PATCH] switch pktcdvd to blkdev_driver_ioctl()Al Viro2008-10-211-10/+10
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-1/+1
* device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+2
* block: mark bio_split_pool staticDenis ChengRq2008-10-091-1/+1
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-1/+1
* Revert "pktcdvd: push BKL down into driver"Linus Torvalds2008-08-271-25/+10
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+3
* drivers/block/pktcdvd.c: avoid useless memsetChristophe Jaillet2008-07-041-2/+0
* pktcdvd: push BKL down into driverAlan Cox2008-07-041-10/+25
* Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon2008-07-031-4/+5
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-291-2/+0
|\
| * block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori2008-04-291-2/+0