summaryrefslogtreecommitdiff
path: root/Manage.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove re_add flag in favour of new disposition.NeilBrown2012-07-091-6/+5
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-109/+95
* Relax restrictions on when --add is permitted.NeilBrown2012-04-181-9/+26
* Raid limit of 1024 when scanning for devices.NeilBrown2012-04-181-2/+2
* Fix typo: wan -> wantNeilBrown2012-04-041-1/+1
* Manage: freeze recovery while adding multiple devices.NeilBrown2012-03-221-0/+13
* Manage: replace 'return 1' with 'goto abort'.NeilBrown2012-03-221-36/+39
* Manage: allow --re-add to failed array.NeilBrown2012-03-071-3/+13
* Manage_ro(): Check pointer rather than dereferencing itJes Sorensen2011-11-031-1/+1
* Manage_runstop(): Avoid memory leakJes Sorensen2011-11-021-9/+13
* Managa_ro(): free() mdi before exitingJes Sorensen2011-11-021-6/+16
* Manage_subdevs(): avoid leaking superJes Sorensen2011-11-021-0/+10
* remove_devices(): readlink returns -1 on errorJes Sorensen2011-11-021-1/+1
* Fix readding of a readwrite drive into a writemostly arrayDoug Ledford2011-09-191-2/+15
* Discourage large devices from being added to 0.90 arrays.NeilBrown2011-09-081-4/+25
* Check all member devices in enough_fdNeilBrown2011-05-231-2/+6
* Manage: minor fix to add/re-add handling.NeilBrown2011-05-101-7/+7
* Merge branch 'master' into devel-3.2NeilBrown2011-03-241-1/+1
|\
| * --stop: separate 'is busy' test for 'did it stop properly'.NeilBrown2011-03-231-2/+36
* | FIX: Add spare throws exception (v2)Adam Kwolek2011-03-201-4/+4
* | Retry writing 'inactive' state during stopping arrayKrzysztof Wojcik2011-03-181-7/+18
* | FIX: ping_monitor() usage causes memory leaksAdam Kwolek2011-03-181-1/+1
* | Manage: fix the mess I made in earlier patch.NeilBrown2011-03-181-4/+6
* | --stop: separate 'is busy' test for 'did it stop properly'.NeilBrown2011-03-171-2/+36
* | Merge branch 'master' into devel-3.2NeilBrown2011-03-151-1/+11
|\ \ | |/
| * Manage/external: for external metadata, add_to_super needs lock on container.NeilBrown2011-03-151-5/+12
| * Manage: be more careful about --add attempts.NeilBrown2011-03-101-9/+27
| * Fix regression with removing 'failed' and 'detached' devices.NeilBrown2011-02-151-2/+2
* | modified message on failure to read metadata in ManageCzarnowska, Anna2011-02-211-1/+1
* | Fix regression with removing 'failed' and 'detached' devices.NeilBrown2011-02-151-2/+2
* | Call free_super before attempting to add a new deviceNeilBrown2011-01-311-5/+9
* | Don't close fds in write_init_superNeilBrown2011-01-251-2/+8
* | Add spares to raid0 in mdadmAdam Kwolek2011-01-061-14/+7
* | move_spare function modified and moved to Manage.cAnna Czarnowska2011-01-051-0/+44
* | Allow --update=devicesize with --re-addNeilBrown2010-12-091-1/+20
* | Manage: allow manual control of external raid0 readonly flagDan Williams2010-11-231-1/+2
* | Replace various load_super calls with load_containerNeilBrown2010-11-221-1/+1
* | Improve type names for mddev_devNeilBrown2010-11-221-3/+3
* | Improve mddev_ident type definitions.NeilBrown2010-11-221-1/+1
* | Pass subarray arg explicitly to ->update_subarray.NeilBrown2010-11-221-1/+1
* | super_by_fd: return subarray info explicitly.NeilBrown2010-11-221-3/+4
* | open_subarray: pass subarray name as explicit arg.NeilBrown2010-11-221-9/+1
* | get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-221-2/+2
* | Manage: be more careful about --add attempts.NeilBrown2010-11-221-9/+27
|/
* Fix spare migration.NeilBrown2010-08-311-0/+1
* Don't remove md devices with standard names.NeilBrown2010-08-311-23/+21
* Compile with -Wextra by defaultNeilBrown2010-08-051-6/+6
* Two Minor bug fixes to incremental supportDoug Ledford2010-07-221-4/+12
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-061-0/+53
|\
| * Rename subarray v2Dan Williams2010-06-221-0/+53