summaryrefslogtreecommitdiff
path: root/Manage.c
Commit message (Expand)AuthorAge
* Fix readding of a readwrite drive into a writemostly arrayDoug Ledford2011-09-19
* Discourage large devices from being added to 0.90 arrays.NeilBrown2011-09-08
* Check all member devices in enough_fdNeilBrown2011-05-23
* Manage: minor fix to add/re-add handling.NeilBrown2011-05-10
* Merge branch 'master' into devel-3.2NeilBrown2011-03-24
|\
| * --stop: separate 'is busy' test for 'did it stop properly'.NeilBrown2011-03-23
* | FIX: Add spare throws exception (v2)Adam Kwolek2011-03-20
* | Retry writing 'inactive' state during stopping arrayKrzysztof Wojcik2011-03-18
* | FIX: ping_monitor() usage causes memory leaksAdam Kwolek2011-03-18
* | Manage: fix the mess I made in earlier patch.NeilBrown2011-03-18
* | --stop: separate 'is busy' test for 'did it stop properly'.NeilBrown2011-03-17
* | Merge branch 'master' into devel-3.2NeilBrown2011-03-15
|\|
| * Manage/external: for external metadata, add_to_super needs lock on container.NeilBrown2011-03-15
| * Manage: be more careful about --add attempts.NeilBrown2011-03-10
| * Fix regression with removing 'failed' and 'detached' devices.NeilBrown2011-02-15
* | modified message on failure to read metadata in ManageCzarnowska, Anna2011-02-21
* | Fix regression with removing 'failed' and 'detached' devices.NeilBrown2011-02-15
* | Call free_super before attempting to add a new deviceNeilBrown2011-01-31
* | Don't close fds in write_init_superNeilBrown2011-01-25
* | Add spares to raid0 in mdadmAdam Kwolek2011-01-06
* | move_spare function modified and moved to Manage.cAnna Czarnowska2011-01-05
* | Allow --update=devicesize with --re-addNeilBrown2010-12-09
* | Manage: allow manual control of external raid0 readonly flagDan Williams2010-11-23
* | Replace various load_super calls with load_containerNeilBrown2010-11-22
* | Improve type names for mddev_devNeilBrown2010-11-22
* | Improve mddev_ident type definitions.NeilBrown2010-11-22
* | Pass subarray arg explicitly to ->update_subarray.NeilBrown2010-11-22
* | super_by_fd: return subarray info explicitly.NeilBrown2010-11-22
* | open_subarray: pass subarray name as explicit arg.NeilBrown2010-11-22
* | get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-22
* | Manage: be more careful about --add attempts.NeilBrown2010-11-22
|/
* Fix spare migration.NeilBrown2010-08-31
* Don't remove md devices with standard names.NeilBrown2010-08-31
* Compile with -Wextra by defaultNeilBrown2010-08-05
* Two Minor bug fixes to incremental supportDoug Ledford2010-07-22
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-06
|\
| * Rename subarray v2Dan Williams2010-06-22
* | Add --test option to --re-add and similarNeilBrown2010-07-06
* | Add support for "--re-add missing"NeilBrown2010-07-06
* | Avoid skipping devices where removing all faulty/detached devices.NeilBrown2010-06-30
* | Add -fail support to --incrementalNeilBrown2010-06-30
* | Support fail/remove using kernel nameNeilBrown2010-06-30
|/
* Create: cleanup after failed create in duplicated array member caseDan Williams2010-04-19
* Stop: done stop a container which still have members active.NeilBrown2010-03-09
* Manage: fix regression on removing detached devices.NeilBrown2010-03-03
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2009-12-30
|\
| * Support external metadata recovery-resumeDan Williams2009-12-21
| * Teach sysfs_add_disk() callers to use ->recovery_start versus 'insync' parameterDan Williams2009-12-21
* | Don't attempt a re-add if the device is marked as faulty.NeilBrown2009-12-08
|/
* Don't silently map --re-add to --addNeilBrown2009-11-17