aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+2
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-2/+2
2010-02-24pktcdvd: use BIO list management functionsAkinobu Mita1-68/+21
2010-02-02pktcdvd: removing device does not remove its sysfs dirThadeu Lima de Souza Cascardo1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-3/+3
2009-09-15debugfs: Modify default debugfs directory for debugging pktcdvd.GeunSik Lim1-1/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-4/+6
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim1-1/+1
2009-06-15Driver Core: block: add nodename support for block drivers.Kay Sievers1-0/+7
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+4
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2008-12-10pktcdvd: remove broken dev_t export of class devicesKay Sievers1-1/+1
2008-12-04[PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro1-2/+2
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-2/+2
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-4/+4
2008-10-21[PATCH] switch pktdvdcdAl Viro1-15/+15
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro1-2/+2
2008-10-21[PATCH] switch pktcdvd to blkdev_driver_ioctl()Al Viro1-10/+10
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+1
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-10-09block: mark bio_split_pool staticDenis ChengRq1-1/+1
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-1/+1
2008-08-27Revert "pktcdvd: push BKL down into driver"Linus Torvalds1-25/+10
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+3
2008-07-04drivers/block/pktcdvd.c: avoid useless memsetChristophe Jaillet1-2/+0
2008-07-04pktcdvd: push BKL down into driverAlan Cox1-10/+25
2008-07-03Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon1-4/+5
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-6/+1
2008-04-29proc: remove proc_root_driverAlexey Dobriyan1-2/+2
2008-04-29block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori1-2/+0
2008-03-04pktcdvd: reduce stack consumptionPeter Osterlund1-8/+13
2008-02-06fix ! versus & precedence in various placesAlexey Dobriyan1-2/+2
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: change drivers/block/pktcdvd.c to use kobject_init_and_addGreg Kroah-Hartman1-4/+5
2008-01-24pktcdvd: Convert from class_device to device for block/pktcdvdTony Jones1-9/+7
2007-12-17pktcdvd: add kobject_put when kobject register failsDave Young1-1/+3
2007-11-08pktcdvd: fix BUG caused by sysfs module reference semantics changeTejun Heo1-0/+9
2007-10-16pktcdvd: don't rely on bio_init() preserving bio->bi_destructorLaurent Riffard1-0/+2
2007-10-16pktcdvd: don't rely on bio_init() preserving bio->bi_io_vecJens Axboe1-0/+5
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-19/+6
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-6/+6
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-16kcdrwd: remove unneeded flush_signals() callOleg Nesterov1-3/+0