summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2007-10-13dm: emc_endio returns voidGeert Uytterhoeven-2/+0
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown-156/+73
2007-10-10Stop exporting blk_rq_bio_prepNeilBrown-9/+1
2007-09-24raid5: fix 2 bugs in ops_complete_biofillDan Williams-10/+7
2007-09-14Fix kernel buuild with (CONFIG_COMPAT && ! CONFIG_BLOCK)aherrman@arcor.de-0/+3
2007-09-11md: fix some bugs with growing raid5/raid6 arrays.NeilBrown-8/+9
2007-08-27dm-mpath-rdac: don't stomp on a requests transfer bitAndrew Vasquez-1/+1
2007-08-24DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefinedRandy Dunlap-1/+1
2007-08-22md: correctly update sysfs when a raid1 is reshapedNeilBrown-4/+18
2007-08-22md: make sure a re-add after a restart honours bitmap when resyncingNeilBrown-1/+2
2007-08-11Fix remap handling by blktraceAlan D. Brunelle-2/+2
2007-07-31md: handle writes to broken raid10 arrays gracefullyArne Redlich-0/+7
2007-07-31md: raid10: fix use-after-free of bioMaik Hampel-1/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe-53/+53
2007-07-21dm io: fix panic on large requestMilan Broz-0/+2
2007-07-20async_tx: fix kmap_atomic usage in async_memcpyDan Williams-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-2/+1
2007-07-18dm: fix memory leak in dm_create_persistent() when starting metadata update t...Jesper Juhl-0/+1
2007-07-17md: change bitmap_unplug and others to void functionsNeilBrown-74/+75
2007-07-17md: check that internal bitmap does not overlap other dataNeilBrown-3/+54
2007-07-17md: improve the is_mddev_idle test fixNeilBrown-13/+22
2007-07-17md: improve message about invalid superblock during autodetectNeilBrown-4/+6
2007-07-17Use menuconfig objects II - MDJan Engelhardt-10/+5
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita-3/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-1/+0
2007-07-13Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...Linus Torvalds-1204/+1685
2007-07-13md: remove raid5 compute_block and compute_parity5Dan Williams-124/+0
2007-07-13md: handle_stripe5 - request io processing in raid5_run_opsDan Williams-58/+13
2007-07-13md: handle_stripe5 - add request/completion logic for async expand opsDan Williams-12/+38
2007-07-13md: handle_stripe5 - add request/completion logic for async read opsDan Williams-28/+25
2007-07-13md: handle_stripe5 - add request/completion logic for async check opsDan Williams-19/+65
2007-07-13md: handle_stripe5 - add request/completion logic for async compute opsDan Williams-35/+114
2007-07-13md: handle_stripe5 - add request/completion logic for async write opsDan Williams-23/+138
2007-07-13md: common infrastructure for running operations with raid5_run_opsDan Williams-9/+58
2007-07-13md: raid5_run_ops - run stripe operations outside sh->lockDan Williams-0/+536
2007-07-13raid5: replace custom debug PRINTKs with standard pr_debugDan Williams-58/+58
2007-07-13raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams-786/+740
2007-07-13async_tx: add the async_tx apiDan Williams-28/+29
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams-162/+9
2007-07-12dm mpath: rdacChandra Seetharaman-0/+708
2007-07-12dm raid1: handle log failureJonathan Brassow-4/+8
2007-07-12dm raid1: handle resync failuresJonathan Brassow-3/+41
2007-07-12dm: add ratelimit logging macrosJonathan Brassow-4/+36
2007-07-12dm: disable barriersStefan Bader-12/+9
2007-07-12dm raid1: clear region outside spinlockJonathan Brassow-6/+6
2007-07-12dm snapshot: permit invalid activationMilan Broz-6/+10
2007-07-12dm snapshot: fix invalidation deadlockMilan Broz-5/+43
2007-07-12dm io: fix panic on large requestJun'ichi Nomura-1/+4