summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* | dm raid1: fix leakageDmitry Monakhov2007-10-201-13/+15
* | dm crypt: missing kfree in ctr error pathDmitry Monakhov2007-10-201-0/+1
* | dm crypt: drop device ref in ctr error pathDmitry Monakhov2007-10-201-1/+3
* | dm io:ctl use constant struct sizeMilan Broz2007-10-201-3/+3
* | dm mpath: rdac fix init raceBryn M. Reeves2007-10-201-7/+8
|/
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* md: make sure read errors are auto-corrected during a 'check' resync in raid1NeilBrown2007-10-171-1/+2
* md: expose the degraded status of an assembled array through sysfsIustin Pop2007-10-171-0/+7
* md: 'sync_action' in sysfs returns wrong value for readonly arraysNeilBrown2007-10-171-1/+1
* md: fix a bug in some never-used code.NeilBrown2007-10-171-5/+5
* md: software Raid autodetect dev list not arrayMichael J. Evans2007-10-171-9/+33
* Fix memory leak in dm-cryptNeil Brown2007-10-161-26/+5
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-1610-210/+0
* dm: emc_endio returns voidGeert Uytterhoeven2007-10-131-2/+0
* kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-2/+1
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-1016-156/+73
* Stop exporting blk_rq_bio_prepNeilBrown2007-10-101-9/+1
* raid5: fix 2 bugs in ops_complete_biofillDan Williams2007-09-241-10/+7
* Fix kernel buuild with (CONFIG_COMPAT && ! CONFIG_BLOCK)aherrman@arcor.de2007-09-141-0/+3
* md: fix some bugs with growing raid5/raid6 arrays.NeilBrown2007-09-111-8/+9
* dm-mpath-rdac: don't stomp on a requests transfer bitAndrew Vasquez2007-08-271-1/+1
* DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefinedRandy Dunlap2007-08-241-1/+1
* md: correctly update sysfs when a raid1 is reshapedNeilBrown2007-08-221-4/+18
* md: make sure a re-add after a restart honours bitmap when resyncingNeilBrown2007-08-221-1/+2
* Fix remap handling by blktraceAlan D. Brunelle2007-08-111-2/+2
* md: handle writes to broken raid10 arrays gracefullyArne Redlich2007-07-311-0/+7
* md: raid10: fix use-after-free of bioMaik Hampel2007-07-311-1/+2
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-2410-53/+53
* dm io: fix panic on large requestMilan Broz2007-07-211-0/+2
* async_tx: fix kmap_atomic usage in async_memcpyDan Williams2007-07-201-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* dm: fix memory leak in dm_create_persistent() when starting metadata update t...Jesper Juhl2007-07-181-0/+1
* md: change bitmap_unplug and others to void functionsNeilBrown2007-07-174-74/+75
* md: check that internal bitmap does not overlap other dataNeilBrown2007-07-172-3/+54
* md: improve the is_mddev_idle test fixNeilBrown2007-07-171-13/+22
* md: improve message about invalid superblock during autodetectNeilBrown2007-07-171-4/+6
* Use menuconfig objects II - MDJan Engelhardt2007-07-171-10/+5
* unregister_blkdev() delete redundant messages in callersAkinobu Mita2007-07-171-3/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+0
* Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...Linus Torvalds2007-07-135-1204/+1685
|\
| * md: remove raid5 compute_block and compute_parity5Dan Williams2007-07-131-124/+0
| * md: handle_stripe5 - request io processing in raid5_run_opsDan Williams2007-07-131-58/+13
| * md: handle_stripe5 - add request/completion logic for async expand opsDan Williams2007-07-131-12/+38
| * md: handle_stripe5 - add request/completion logic for async read opsDan Williams2007-07-131-28/+25
| * md: handle_stripe5 - add request/completion logic for async check opsDan Williams2007-07-131-19/+65
| * md: handle_stripe5 - add request/completion logic for async compute opsDan Williams2007-07-131-35/+114
| * md: handle_stripe5 - add request/completion logic for async write opsDan Williams2007-07-131-23/+138
| * md: common infrastructure for running operations with raid5_run_opsDan Williams2007-07-131-9/+58
| * md: raid5_run_ops - run stripe operations outside sh->lockDan Williams2007-07-131-0/+536
OpenPOWER on IntegriCloud