aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+4
2008-02-06Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virtex into for-2.6.25Josh Boyer1-2/+4
2008-02-06Atari floppy: Rename disk_type to atari_disk_typeGeert Uytterhoeven1-8/+8
2008-02-06cciss: use upper_32_bits() macro to eliminate warningsRandy Dunlap1-4/+6
2008-02-06rd: use is_power_of_2() in drivers/block/rd.c.Robert P. J. Day1-1/+2
2008-02-06Allow auto-destruction of loop devicesDavid Woodhouse1-0/+8
2008-02-06fix ! versus & precedence in various placesAlexey Dobriyan2-3/+3
2008-02-06[POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer1-1/+3
2008-02-06[POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely1-1/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-42/+67
2008-02-04virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzzChristian Borntraeger1-7/+22
2008-02-04virtio_blk: Dont waste major numbersChristian Borntraeger1-12/+16
2008-02-04virtio_blk: provide getgeoChristian Borntraeger1-2/+13
2008-02-04virtio: Put the virtio under the virtualization menuAnthony Liguori1-1/+2
2008-02-04virtio: reset functionRusty Russell1-1/+5
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-2/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-22/+13
2008-02-03drivers/block/: Spelling fixesJoe Perches1-2/+2
2008-02-01USB: Remove unnecessary zeroing from ubPete Zaitcev1-23/+0
2008-02-01block/sunvdc.c:print_version() must be __devinitAdrian Bunk1-1/+1
2008-01-29cciss: fix bug in overriding ->data_len before completionJens Axboe1-1/+0
2008-01-29xsysace: end request handling fixJens Axboe1-4/+2
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+11
2008-01-28blk_end_request: changing xsysace (take 4)Kiyoshi Ueda1-4/+1
2008-01-28blk_end_request: changing ub (take 4)Kiyoshi Ueda1-5/+5
2008-01-28blk_end_request: changing cpqarray (take 4)Kiyoshi Ueda1-29/+7
2008-01-28blk_end_request: changing cciss (take 4)Kiyoshi Ueda1-22/+3
2008-01-28blk_end_request: changing xen-blkfront (take 4)Kiyoshi Ueda1-6/+4
2008-01-28blk_end_request: changing viodasd (take 4)Kiyoshi Ueda1-9/+6
2008-01-28blk_end_request: changing sx8 (take 4)Kiyoshi Ueda1-30/+28
2008-01-28blk_end_request: changing sunvdc (take 4)Kiyoshi Ueda1-7/+4
2008-01-28blk_end_request: changing ps3disk (take 4)Kiyoshi Ueda1-8/+4
2008-01-28blk_end_request: changing nbd (take 4)Kiyoshi Ueda1-5/+3
2008-01-28blk_end_request: changing floppy (take 4)Kiyoshi Ueda1-9/+7
2008-01-28blk_end_request: changing DAC960 (take 4)Kiyoshi Ueda1-9/+2
2008-01-28cdrom: Add support for Sega Dreamcast GD-ROM.Adrian McMenamin1-0/+11
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers2-32/+34
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
2008-01-24paride: Convert from class_device to device for block/parideTony Jones2-9/+9
2008-01-24aoechr: Convert from class_device to deviceTony Jones1-4/+3
2008-01-14cciss: section mismatchRandy Dunlap1-1/+1
2008-01-11loop: fix bad bio_alloc() nr_iovec requestJens Axboe1-1/+1
2007-12-18Cleanup umem driver: fix most checkpatch warnings, conform to kernelRandy Dunlap1-156/+81
2007-12-17pktcdvd: add kobject_put when kobject register failsDave Young1-1/+3
2007-12-10Fix NULL dereference in umem.cNeil Brown1-1/+2
2007-12-10aoe: properly initialise the request_queue's backing_dev_infoAndrew Morton1-10/+16
2007-11-19virtio: fix module/device unloadingRusty Russell1-3/+7
2007-11-14rd: fix data corruption on memory pressureChristian Borntraeger1-0/+13