aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+1
2007-04-25packet: fix error handlingAndrew Morton1-1/+2
2007-02-20[PATCH] pktcdvd: Correctly set cmd_len field in pkt_generic_packetGerhard Dirschl1-1/+1
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-3/+3
2007-02-11[PATCH] pktcdvd: cleanupThomas Maier1-19/+7
2007-01-05[PATCH] Fix BUG at drivers/scsi/scsi_lib.c:1118 caused by "pktsetup dvd /dev/sr0"Christoph Hellwig1-31/+18
2006-12-08[PATCH] pktcdvd: add sysfs and debugfs interfaceThomas Maier1-4/+439
2006-12-08[PATCH] pktcdvd: bio write congestion using congestion_wait()Thomas Maier1-0/+32
2006-12-08[PATCH] pktcdvd: reusability of procfs functionsThomas Maier1-27/+45
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-10-04[PATCH] pktcdvd: rename a variable for better readabilityThomas Maier1-7/+7
2006-10-04[PATCH] pktcdvd: Replace pktcdvd strings with macro DRIVER_NAME.Thomas Maier1-61/+63
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe1-1/+1
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-3/+3
2006-07-31[PATCH] lockdep: annotate pktcdvd natural device hierarchyArjan van de Ven1-3/+3