aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-06md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDEV_PENDING.NeilBrown1-4/+4
2008-02-06md: change ITERATE_RDEV to rdev_for_eachNeilBrown1-32/+32
2008-02-06md: change INTERATE_MDDEV to for_each_mddevNeilBrown1-6/+6
2008-02-06md: change a few 'int' to 'size_t' in mdNeilBrown1-3/+3
2008-02-06md: fix use-after-free bug when dropping an rdev from an md arrayNeilBrown1-3/+5
2008-02-06md: allow an md array to appear with 0 drives if it has external metadataNeilBrown1-3/+4
2008-02-06md: lock address when changing attributes of component devicesNeilBrown1-1/+7
2008-02-06md: allow devices to be shared between md arraysNeilBrown1-10/+78
2008-02-06md: set and test the ->persistent flag for md devices more consistentlyNeilBrown1-3/+6
2008-02-06md: allow a maximum extent to be set for resyncingNeilBrown1-10/+65
2008-02-06md: give userspace control over removing failed devices when external metdata in useNeilBrown1-9/+34
2008-02-06md: support 'external' metadata for md arraysNeilBrown1-19/+58
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: convert drivers/md/md.c to use kobject_init/add_ng()Greg Kroah-Hartman1-9/+4
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-4/+4
2008-01-24Kobject: change drivers/md/md.c to use kobject_init_and_addGreg Kroah-Hartman1-4/+6
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle1-2/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-17md: expose the degraded status of an assembled array through sysfsIustin Pop1-0/+7
2007-10-17md: 'sync_action' in sysfs returns wrong value for readonly arraysNeilBrown1-1/+1
2007-10-17md: software Raid autodetect dev list not arrayMichael J. Evans1-9/+33
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-1/+0
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-17/+8
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-17md: change bitmap_unplug and others to void functionsNeilBrown1-2/+1
2007-07-17md: check that internal bitmap does not overlap other dataNeilBrown1-1/+21
2007-07-17md: improve the is_mddev_idle test fixNeilBrown1-13/+22
2007-07-17md: improve message about invalid superblock during autodetectNeilBrown1-4/+6
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+0
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams1-1/+1
2007-05-23md: fix bug with linear hot-add and elsewhereNeilBrown1-6/+14
2007-05-11md: improve the is_mddev_idle testNeilBrown1-1/+1
2007-05-09Revert "md: improve partition detection in md array"Linus Torvalds1-8/+18
2007-05-09md: improve partition detection in md arrayNeilBrown1-18/+8
2007-05-09md: allow reshape_position for md arrays to be set via sysfsNeilBrown1-7/+63
2007-05-09md: stop using csum_partial for checksum calculation in mdNeilBrown1-2/+29
2007-05-09md: move test for whether level supports bitmap to correct placeNeilBrown1-16/+26
2007-05-09md: cleanup: use seq_release_private() where appropriateMartin Peschke1-10/+1
2007-05-09drivers/md.c: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-3/+3
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-1/+1
2007-04-04[PATCH] md: avoid a deadlock when removing a device from an md array via sysfsNeilBrown1-1/+15
2007-03-27[PATCH] md: convert compile time warnings into runtime warningsNeilBrown1-10/+31
2007-03-27[PATCH] md: clear the congested_fn when stopping a raid5NeilBrown1-0/+1
2007-03-01[PATCH] md: restart a (raid5) reshape that has been aborted due to a read/write errorNeilBrown1-29/+45
2007-03-01[PATCH] md: clean out unplug and other queue function on md shutdownNeilBrown1-0/+3
2007-03-01[PATCH] md: move warning about creating a raid array on partitions of the one deviceNeilBrown1-26/+37
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1