summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2007-10-17md: make sure read errors are auto-corrected during a 'check' resync in raid1NeilBrown
2007-10-17md: expose the degraded status of an assembled array through sysfsIustin Pop
2007-10-17md: 'sync_action' in sysfs returns wrong value for readonly arraysNeilBrown
2007-10-17md: fix a bug in some never-used code.NeilBrown
2007-10-17md: software Raid autodetect dev list not arrayMichael J. Evans
2007-10-16Fix memory leak in dm-cryptNeil Brown
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe
2007-10-13dm: emc_endio returns voidGeert Uytterhoeven
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-10-10Stop exporting blk_rq_bio_prepNeilBrown
2007-09-24raid5: fix 2 bugs in ops_complete_biofillDan Williams
2007-09-14Fix kernel buuild with (CONFIG_COMPAT && ! CONFIG_BLOCK)aherrman@arcor.de
2007-09-11md: fix some bugs with growing raid5/raid6 arrays.NeilBrown
2007-08-27dm-mpath-rdac: don't stomp on a requests transfer bitAndrew Vasquez
2007-08-24DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefinedRandy Dunlap
2007-08-22md: correctly update sysfs when a raid1 is reshapedNeilBrown
2007-08-22md: make sure a re-add after a restart honours bitmap when resyncingNeilBrown
2007-08-11Fix remap handling by blktraceAlan D. Brunelle
2007-07-31md: handle writes to broken raid10 arrays gracefullyArne Redlich
2007-07-31md: raid10: fix use-after-free of bioMaik Hampel
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-21dm io: fix panic on large requestMilan Broz
2007-07-20async_tx: fix kmap_atomic usage in async_memcpyDan Williams
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-18dm: fix memory leak in dm_create_persistent() when starting metadata update t...Jesper Juhl
2007-07-17md: change bitmap_unplug and others to void functionsNeilBrown
2007-07-17md: check that internal bitmap does not overlap other dataNeilBrown
2007-07-17md: improve the is_mddev_idle test fixNeilBrown
2007-07-17md: improve message about invalid superblock during autodetectNeilBrown
2007-07-17Use menuconfig objects II - MDJan Engelhardt
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-13Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...Linus Torvalds
2007-07-13md: remove raid5 compute_block and compute_parity5Dan Williams
2007-07-13md: handle_stripe5 - request io processing in raid5_run_opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async expand opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async read opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async check opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async compute opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async write opsDan Williams
2007-07-13md: common infrastructure for running operations with raid5_run_opsDan Williams
2007-07-13md: raid5_run_ops - run stripe operations outside sh->lockDan Williams
2007-07-13raid5: replace custom debug PRINTKs with standard pr_debugDan Williams
2007-07-13raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams
2007-07-13async_tx: add the async_tx apiDan Williams
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams
2007-07-12dm mpath: rdacChandra Seetharaman
2007-07-12dm raid1: handle log failureJonathan Brassow