summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorLines
2008-05-24md: restart recovery cleanly after device failure.NeilBrown-11/+11
2008-05-24md: allow parallel resync of md-devices.Bernd Schubert-4/+36
2008-05-24md: notify userspace on 'stop' eventsDan Williams-0/+2
2008-05-24md: notify userspace on 'write-pending' changes to array_stateNeilBrown-1/+10
2008-05-24md: kill file_path wrapperChristoph Hellwig-2/+2
2008-04-30md: support blocking writes to an array on device failureDan Williams-1/+32
2008-04-30md: prevent duplicates in bind_rdev_to_arrayDan Williams-0/+5
2008-04-30md: remove a stray command from a copy and paste error in resync_start_storeDan Williams-1/+0
2008-04-30md: fix up switching md arrays between read-only and read-writeNeilBrown-4/+10
2008-04-30md: fix 'safemode' handling for external metadata.NeilBrown-11/+19
2008-04-30md: reinitialise more mddev fields in do_md_stop.NeilBrown-0/+25
2008-04-30md: skip all metadata update processing when using external metadata.NeilBrown-0/+2
2008-04-30md: fix use after free when removing rdev via sysfsDan Williams-1/+1
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-1/+2
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev-5/+1
2008-04-29block: make queue flags non-atomicNick Piggin-1/+2
2008-04-28md: fix integer as NULL pointer warnings in md.cHarvey Harrison-4/+4
2008-04-21RAID: remove trailing space from printk lineNick Andrew-1/+1
2008-03-19md: remove the 'super' sysfs attribute from devices in an 'md' arrayNeilBrown-12/+0
2008-03-10md: fix formatting error in /proc/mdstatNeilBrown-1/+1
2008-03-04md: lock access to rdev attributes properlyNeilBrown-9/+26
2008-03-04md: make sure a reshape is started when device switches to read-writeNeilBrown-0/+1
2008-03-04md: clean up irregularity with raid autodetectNeilBrown-1/+3
2008-03-04md: guard against possible bad array geometry in v1 metadataNeilBrown-2/+6
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck-2/+1
2008-02-06md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...NeilBrown-4/+4
2008-02-06md: change ITERATE_RDEV to rdev_for_eachNeilBrown-32/+32
2008-02-06md: change INTERATE_MDDEV to for_each_mddevNeilBrown-6/+6
2008-02-06md: change a few 'int' to 'size_t' in mdNeilBrown-3/+3
2008-02-06md: fix use-after-free bug when dropping an rdev from an md arrayNeilBrown-3/+5
2008-02-06md: allow an md array to appear with 0 drives if it has external metadataNeilBrown-3/+4
2008-02-06md: lock address when changing attributes of component devicesNeilBrown-1/+7
2008-02-06md: allow devices to be shared between md arraysNeilBrown-10/+78
2008-02-06md: set and test the ->persistent flag for md devices more consistentlyNeilBrown-3/+6
2008-02-06md: allow a maximum extent to be set for resyncingNeilBrown-10/+65
2008-02-06md: give userspace control over removing failed devices when external metdata...NeilBrown-9/+34
2008-02-06md: support 'external' metadata for md arraysNeilBrown-19/+58
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-1/+1
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman-1/+1
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman-1/+1
2008-01-24Kobject: convert drivers/md/md.c to use kobject_init/add_ng()Greg Kroah-Hartman-9/+4
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers-4/+4
2008-01-24Kobject: change drivers/md/md.c to use kobject_init_and_addGreg Kroah-Hartman-4/+6
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle-2/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov-1/+1
2007-10-17md: expose the degraded status of an assembled array through sysfsIustin Pop-0/+7
2007-10-17md: 'sync_action' in sysfs returns wrong value for readonly arraysNeilBrown-1/+1
2007-10-17md: software Raid autodetect dev list not arrayMichael J. Evans-9/+33
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe-1/+0
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman-2/+1