summaryrefslogtreecommitdiff
path: root/Manage.c
Commit message (Expand)AuthorAge
* Allow data-offset to be specified per-device for createNeilBrown2012-10-04
* Add data_offset arg to ->validate_geometry.NeilBrown2012-10-04
* Add data_offset arg to ->avail_sizeNeilBrown2012-10-04
* Manage: fix checks for removal from a container.NeilBrown2012-09-24
* Manage: zero metadata before adding to 'external' array.NeilBrown2012-08-15
* Manage.c: fix make everything compilation errorLukasz Dorau2012-08-14
* Manage_subdevs: factor out Manage_deleteNeilBrown2012-08-13
* Manage_subdevs: split most of 'add' handling into Manage_add.NeilBrown2012-08-13
* Manage: split out attempt_re_add.NeilBrown2012-08-13
* Manage_subdev: give 'st' a better name and narrower focus.NeilBrown2012-08-13
* Manage: minor cosmetic fixes.NeilBrown2012-08-13
* Manage: simplify device searches in Manage_subdevsNeilBrown2012-07-09
* Convert 'quiet' to 'not verbose' in various places.NeilBrown2012-07-09
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Remove re_add flag in favour of new disposition.NeilBrown2012-07-09
* Introduce pr_err for printing error messages.NeilBrown2012-07-09
* 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