summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in dm-cryptNeil Brown2007-10-161-26/+5Star
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-1610-210/+0Star
* dm: emc_endio returns voidGeert Uytterhoeven2007-10-131-2/+0Star
* kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-2/+1Star
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-1016-156/+73Star
* Stop exporting blk_rq_bio_prepNeilBrown2007-10-101-9/+1Star
* raid5: fix 2 bugs in ops_complete_biofillDan Williams2007-09-241-10/+7Star
* 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-121-8/+9
* dm-mpath-rdac: don't stomp on a requests transfer bitAndrew Vasquez2007-08-281-1/+1
* DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefinedRandy Dunlap2007-08-251-1/+1
* md: correctly update sysfs when a raid1 is reshapedNeilBrown2007-08-231-4/+18
* md: make sure a re-add after a restart honours bitmap when resyncingNeilBrown2007-08-231-1/+2
* Fix remap handling by blktraceAlan D. Brunelle2007-08-111-2/+2
* md: handle writes to broken raid10 arrays gracefullyArne Redlich2007-08-011-0/+7
* md: raid10: fix use-after-free of bioMaik Hampel2007-08-011-1/+2
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-2410-53/+53
* dm io: fix panic on large requestMilan Broz2007-07-221-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/+1Star
* 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/+5Star
* unregister_blkdev() delete redundant messages in callersAkinobu Mita2007-07-171-3/+1Star
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+0Star
* 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/+0Star
| * md: handle_stripe5 - request io processing in raid5_run_opsDan Williams2007-07-131-58/+13Star
| * 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/+25Star
| * 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
| * raid5: replace custom debug PRINTKs with standard pr_debugDan Williams2007-07-131-58/+58
| * raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams2007-07-131-786/+740Star
| * async_tx: add the async_tx apiDan Williams2007-07-132-28/+29
| * xor: make 'xor_blocks' a library routine for use with async_txDan Williams2007-07-135-162/+9Star
* | dm mpath: rdacChandra Seetharaman2007-07-133-0/+708
* | dm raid1: handle log failureJonathan Brassow2007-07-131-4/+8
* | dm raid1: handle resync failuresJonathan Brassow2007-07-131-3/+41
* | dm: add ratelimit logging macrosJonathan Brassow2007-07-131-4/+36
* | dm: disable barriersStefan Bader2007-07-134-12/+9Star
* | dm raid1: clear region outside spinlockJonathan Brassow2007-07-131-6/+6
* | dm snapshot: permit invalid activationMilan Broz2007-07-132-6/+10