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