aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2008-07-08md: do_md_run(): Fix misleading error message.Andre Noll
2008-07-08md: md_getgeo(): Move comment to proper position.Andre Noll
2008-07-08md: md_ioctl(): Fix misleading indentation.Andre Noll
2008-06-30md: resolve external metadata handling deadlock in md_allow_writeDan Williams
2008-06-28Support changing rdev size on running arrays.Chris Webb
2008-06-28Make sure all changes to md/dev-XX/state are notifiedNeil Brown
2008-06-28Make sure all changes to md/degraded are notified.Neil Brown
2008-06-28Make sure all changes to md/sync_action are notified.Neil Brown
2008-06-28Make sure all changes to md/array_state are notified.Neil Brown
2008-06-28Don't reject HOT_REMOVE_DISK request for an array that is not yet started.Neil Brown
2008-06-28rationalise return value for ->hot_add_disk method.Neil Brown
2008-06-28Support adding a spare to a live md array with external metadata.Neil Brown
2008-06-28Enable setting of 'offset' and 'size' of a hot-added spare.Neil Brown
2008-06-28Don't try to make md arrays dirty if that is not meaningful.Neil Brown
2008-06-28Close race in md_probeNeil Brown
2008-06-28Allow setting start point for requested check/repairNeil Brown
2008-06-28Fix error paths if md_probe fails.Neil Brown
2008-06-06md: fix uninitialized use of mddev->recovery_waitDan Williams
2008-05-24md: restart recovery cleanly after device failure.NeilBrown
2008-05-24md: allow parallel resync of md-devices.Bernd Schubert
2008-05-24md: notify userspace on 'stop' eventsDan Williams
2008-05-24md: notify userspace on 'write-pending' changes to array_stateNeilBrown
2008-05-24md: kill file_path wrapperChristoph Hellwig
2008-04-30md: support blocking writes to an array on device failureDan Williams
2008-04-30md: prevent duplicates in bind_rdev_to_arrayDan Williams
2008-04-30md: remove a stray command from a copy and paste error in resync_start_storeDan Williams
2008-04-30md: fix up switching md arrays between read-only and read-writeNeilBrown
2008-04-30md: fix 'safemode' handling for external metadata.NeilBrown
2008-04-30md: reinitialise more mddev fields in do_md_stop.NeilBrown
2008-04-30md: skip all metadata update processing when using external metadata.NeilBrown
2008-04-30md: fix use after free when removing rdev via sysfsDan Williams
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev
2008-04-29block: make queue flags non-atomicNick Piggin
2008-04-28md: fix integer as NULL pointer warnings in md.cHarvey Harrison
2008-04-21RAID: remove trailing space from printk lineNick Andrew
2008-03-19md: remove the 'super' sysfs attribute from devices in an 'md' arrayNeilBrown
2008-03-10md: fix formatting error in /proc/mdstatNeilBrown
2008-03-04md: lock access to rdev attributes properlyNeilBrown
2008-03-04md: make sure a reshape is started when device switches to read-writeNeilBrown
2008-03-04md: clean up irregularity with raid autodetectNeilBrown
2008-03-04md: guard against possible bad array geometry in v1 metadataNeilBrown
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck
2008-02-06md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...NeilBrown
2008-02-06md: change ITERATE_RDEV to rdev_for_eachNeilBrown
2008-02-06md: change INTERATE_MDDEV to for_each_mddevNeilBrown
2008-02-06md: change a few 'int' to 'size_t' in mdNeilBrown
2008-02-06md: fix use-after-free bug when dropping an rdev from an md arrayNeilBrown
2008-02-06md: allow an md array to appear with 0 drives if it has external metadataNeilBrown
2008-02-06md: lock address when changing attributes of component devicesNeilBrown