summaryrefslogtreecommitdiff
path: root/Manage.c
Commit message (Expand)AuthorAge
* Relax restrictions on when --add is permitted.NeilBrown2012-04-18
* Raid limit of 1024 when scanning for devices.NeilBrown2012-04-18
* Fix typo: wan -> wantNeilBrown2012-04-04
* Manage: freeze recovery while adding multiple devices.NeilBrown2012-03-22
* Manage: replace 'return 1' with 'goto abort'.NeilBrown2012-03-22
* Manage: allow --re-add to failed array.NeilBrown2012-03-07
* Manage_ro(): Check pointer rather than dereferencing itJes Sorensen2011-11-03
* Manage_runstop(): Avoid memory leakJes Sorensen2011-11-02
* Managa_ro(): free() mdi before exitingJes Sorensen2011-11-02
* Manage_subdevs(): avoid leaking superJes Sorensen2011-11-02
* remove_devices(): readlink returns -1 on errorJes Sorensen2011-11-02
* 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