summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2008-02-08md: fix data corruption when a degraded raid5 array is reshapedDan Williams
2008-02-08dm crypt: use bio_add_pageMilan Broz
2008-02-08dm crypt: fix write endioMilan Broz
2008-02-08dm: table detect io beyond deviceJun'ichi Nomura
2007-11-26raid5: fix unending write sequenceDan Williams
2007-11-16md: raid5: fix clearing of biofill operationsDan Williams
2007-11-16md: fix an unsigned compare to allow creation of bitmaps with v1.0 metadataNeilBrown
2007-11-16dm: fix thaw_bdevJun'ichi Nomura
2007-11-16dm delay: fix statusMilan Broz
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
2007-07-12dm raid1: handle resync failuresJonathan Brassow
2007-07-12dm: add ratelimit logging macrosJonathan Brassow