aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28md: fix integer as NULL pointer warnings in md.cHarvey Harrison1-4/+4
2008-04-21RAID: remove trailing space from printk lineNick Andrew1-1/+1
2008-03-19md: remove the 'super' sysfs attribute from devices in an 'md' arrayNeilBrown1-12/+0
2008-03-10md: fix formatting error in /proc/mdstatNeilBrown1-1/+1
2008-03-04md: lock access to rdev attributes properlyNeilBrown1-9/+26
2008-03-04md: make sure a reshape is started when device switches to read-writeNeilBrown1-0/+1
2008-03-04md: clean up irregularity with raid autodetectNeilBrown1-1/+3
2008-03-04md: guard against possible bad array geometry in v1 metadataNeilBrown1-2/+6
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-2/+1
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