aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-14paride: pf driver fixesOndrej Zary1-11/+14
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust1-1/+2
2007-11-08pktcdvd: fix BUG caused by sysfs module reference semantics changeTejun Heo1-0/+9
2007-11-05paride: fix 'and' typo in drivers/block/paride/pt.cRoel Kluin1-1/+1
2007-10-29cciss: update copyright noticesMike Miller3-21/+21
2007-10-25ub: add sg_init_table for sense and read capacity commandsFUJITA Tomonori1-0/+2
2007-10-24SG: audit of drivers that use blk_rq_map_sg()Jens Axboe1-4/+6
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe2-13/+5
2007-10-24More SG build fixesDavid Miller1-0/+1
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle3-0/+3
2007-10-23Remove old lguest bus and drivers.Rusty Russell2-422/+0
2007-10-23Block driver using virtio.Rusty Russell3-0/+315
2007-10-22[SG] Update drivers to use sg helpersJens Axboe8-12/+24
2007-10-20remove unused return within void return functionDenis Cheng1-1/+0
2007-10-20remove duplicate MMAPPER Kconfig optionAdrian Bunk1-17/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19fix typos in drivers/block/KconfigPatrick Ringl1-2/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-17Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-3/+8
2007-10-17floppy: remove register keyword use from floppy driverJesper Juhl1-2/+5
2007-10-17floppy: remove dead/commented out code from floppy driverJesper Juhl1-26/+1
2007-10-17floppy: do a very minimal style cleanup of the floppy driverJesper Juhl1-50/+73
2007-10-17Remove final traces of long-deprecated "ramdisk" kernel parmRobert P. J. Day1-6/+1
2007-10-17drivers/block/cciss.c: fix check-after-useAdrian Bunk1-29/+27
2007-10-17cciss: fix error reporting for SG_IOSteve Cameron1-18/+61
2007-10-17NBD: allow hung network I/O to be cancelledPaul Clements1-31/+62
2007-10-17NBD: set uninitialized devices to size 0Paul Clements1-2/+5
2007-10-17floppy: tolerate DMA channel unavailabilityJan Beulich1-5/+9
2007-10-17aoe: remove unecessary wrapper functionEd L. Cashin3-17/+8
2007-10-17Remove unneeded lock_kernel() in driver/block/loop.cDiego Woitasen1-2/+0
2007-10-17nbd: change a parameter's type to remove a memcpy callDenis Cheng1-5/+3
2007-10-17nbd: use list_for_each_entry_safe to make it more consolidated and readableDenis Cheng1-4/+2
2007-10-17mm: bdi init hooksPeter Zijlstra1-1/+19
2007-10-17cciss: disable DMA refetch on Smart Array P600Mike Miller (OS Dev)1-3/+8