aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-01-291-0/+11
|\
| * cdrom: Add support for Sega Dreamcast GD-ROM.Adrian McMenamin2008-01-281-0/+11
* | blk_end_request: changing xsysace (take 4)Kiyoshi Ueda2008-01-281-4/+1
* | blk_end_request: changing ub (take 4)Kiyoshi Ueda2008-01-281-5/+5
* | blk_end_request: changing cpqarray (take 4)Kiyoshi Ueda2008-01-281-29/+7
* | blk_end_request: changing cciss (take 4)Kiyoshi Ueda2008-01-281-22/+3
* | blk_end_request: changing xen-blkfront (take 4)Kiyoshi Ueda2008-01-281-6/+4
* | blk_end_request: changing viodasd (take 4)Kiyoshi Ueda2008-01-281-9/+6
* | blk_end_request: changing sx8 (take 4)Kiyoshi Ueda2008-01-281-30/+28
* | blk_end_request: changing sunvdc (take 4)Kiyoshi Ueda2008-01-281-7/+4
* | blk_end_request: changing ps3disk (take 4)Kiyoshi Ueda2008-01-281-8/+4
* | blk_end_request: changing nbd (take 4)Kiyoshi Ueda2008-01-281-5/+3
* | blk_end_request: changing floppy (take 4)Kiyoshi Ueda2008-01-281-9/+7
* | blk_end_request: changing DAC960 (take 4)Kiyoshi Ueda2008-01-281-9/+2
|/
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-1/+1
* Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-242-32/+34
* Kobject: change drivers/block/pktcdvd.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-4/+5
* pktcdvd: Convert from class_device to device for block/pktcdvdTony Jones2008-01-241-9/+7
* paride: Convert from class_device to device for block/parideTony Jones2008-01-242-9/+9
* aoechr: Convert from class_device to deviceTony Jones2008-01-241-4/+3
* cciss: section mismatchRandy Dunlap2008-01-141-1/+1
* loop: fix bad bio_alloc() nr_iovec requestJens Axboe2008-01-111-1/+1
* Cleanup umem driver: fix most checkpatch warnings, conform to kernelRandy Dunlap2007-12-181-156/+81
* pktcdvd: add kobject_put when kobject register failsDave Young2007-12-171-1/+3
* Fix NULL dereference in umem.cNeil Brown2007-12-101-1/+2
* aoe: properly initialise the request_queue's backing_dev_infoAndrew Morton2007-12-101-10/+16
* virtio: fix module/device unloadingRusty Russell2007-11-191-3/+7
* rd: fix data corruption on memory pressureChristian Borntraeger2007-11-141-0/+13
* paride: pf driver fixesOndrej Zary2007-11-141-11/+14
* [NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2007-11-121-1/+2
* pktcdvd: fix BUG caused by sysfs module reference semantics changeTejun Heo2007-11-081-0/+9
* paride: fix 'and' typo in drivers/block/paride/pt.cRoel Kluin2007-11-051-1/+1
* cciss: update copyright noticesMike Miller2007-10-293-21/+21
* ub: add sg_init_table for sense and read capacity commandsFUJITA Tomonori2007-10-251-0/+2
* SG: audit of drivers that use blk_rq_map_sg()Jens Axboe2007-10-241-4/+6
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-242-13/+5
* More SG build fixesDavid Miller2007-10-241-0/+1
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-233-0/+3
* Remove old lguest bus and drivers.Rusty Russell2007-10-232-422/+0
* Block driver using virtio.Rusty Russell2007-10-233-0/+315
* [SG] Update drivers to use sg helpersJens Axboe2007-10-228-12/+24
* remove unused return within void return functionDenis Cheng2007-10-201-1/+0
* remove duplicate MMAPPER Kconfig optionAdrian Bunk2007-10-201-17/+0
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* fix typos in drivers/block/KconfigPatrick Ringl2007-10-191-2/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-171-3/+8
|\
| * cciss: disable DMA refetch on Smart Array P600Mike Miller (OS Dev)2007-10-171-3/+8