summaryrefslogtreecommitdiffstats
path: root/Manage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop: improve synchronising of reshape with whole stripes.NeilBrown2013-07-021-10/+30
* Manage: check alignment when stopping an array undergoing reshape.NeilBrown2013-07-011-1/+86
* Remove lots of unnecessary white space.NeilBrown2013-06-191-4/+4
* Manage: split Manage_runstop into Manage_run and Manage_stopNeilBrown2013-06-191-164/+169
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-211-1/+1
* Remove open-coded use_udev().NeilBrown2013-05-131-4/+1
* Manage: support --fail set-X and --remove set-XNeilBrown2013-05-131-0/+63
* Manage_runstop: call flush_mdmon if O_EXCL fails on stopping mdmon array.NeilBrown2013-04-221-5/+24
* Ensure mddev_dev struct always zeroed on allocation.NeilBrown2013-03-051-14/+14
* Enhance incremental removal.NeilBrown2013-03-041-2/+8
* Discard devnum in favour of devnmNeilBrown2013-02-211-37/+36
* Manage: Add support for --re-add faultyNeilBrown2012-11-281-4/+13
* Fix "--remove faulty" and similar commands.NeilBrown2012-11-281-24/+23
* Manage: improve error message when given a non-block device.NeilBrown2012-10-241-13/+16
* Add support for --replace and --withNeilBrown2012-10-231-0/+147
* Allow data-offset to be specified per-device for createNeilBrown2012-10-041-2/+2
* Add data_offset arg to ->validate_geometry.NeilBrown2012-10-041-1/+1
* Add data_offset arg to ->avail_sizeNeilBrown2012-10-041-1/+1
* Manage: fix checks for removal from a container.NeilBrown2012-09-241-15/+23
* Manage: zero metadata before adding to 'external' array.NeilBrown2012-08-151-0/+1
* Manage.c: fix make everything compilation errorLukasz Dorau2012-08-141-1/+1
* Manage_subdevs: factor out Manage_deleteNeilBrown2012-08-131-105/+115
* Manage_subdevs: split most of 'add' handling into Manage_add.NeilBrown2012-08-131-340/+330
* Manage: split out attempt_re_add.NeilBrown2012-08-131-91/+112
* Manage_subdev: give 'st' a better name and narrower focus.NeilBrown2012-08-131-27/+20
* Manage: minor cosmetic fixes.NeilBrown2012-08-131-60/+47
* Manage: simplify device searches in Manage_subdevsNeilBrown2012-07-091-113/+133
* Convert 'quiet' to 'not verbose' in various places.NeilBrown2012-07-091-34/+35
* Remove scattered checks for malloc success.NeilBrown2012-07-091-4/+3
* 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-021-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