summaryrefslogtreecommitdiff
path: root/Manage.c
Commit message (Expand)AuthorAge
* Manage: fix removal of non-existent devices.NeilBrown2014-08-11
* Manage: simplify `rdev` handling in Manage_subdevs.NeilBrown2014-08-11
* Two small fixes related to enough()NeilBrown2013-12-05
* Add support for --add-spareNeilBrown2013-10-31
* Make -IRs and --run work properly for containers.NeilBrown2013-09-13
* Manage.c: fix small memory leakLukasz Dorau2013-09-10
* Release mdadm-3.3NeilBrown2013-09-03
* Change "mdadm --run" to use the same code as "mdadm --IRs".NeilBrown2013-08-26
* Fix bug with adding to 0.90 arrayNeilBrown2013-08-14
* Manage: remove call to validate_geometry.NeilBrown2013-07-30
* Manage: fix typo in error for "--with" handlingNeilBrown2013-07-24
* Stop: fix up synchronising end of reshape to good boundary.NeilBrown2013-07-10
* Stop: improve synchronising of reshape with whole stripes.NeilBrown2013-07-02
* Manage: check alignment when stopping an array undergoing reshape.NeilBrown2013-07-01
* Remove lots of unnecessary white space.NeilBrown2013-06-19
* Manage: split Manage_runstop into Manage_run and Manage_stopNeilBrown2013-06-19
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-21
* Remove open-coded use_udev().NeilBrown2013-05-13
* Manage: support --fail set-X and --remove set-XNeilBrown2013-05-13
* Manage_runstop: call flush_mdmon if O_EXCL fails on stopping mdmon array.NeilBrown2013-04-22
* Ensure mddev_dev struct always zeroed on allocation.NeilBrown2013-03-05
* Enhance incremental removal.NeilBrown2013-03-05
* Discard devnum in favour of devnmNeilBrown2013-02-21
* Manage: Add support for --re-add faultyNeilBrown2012-11-28
* Fix "--remove faulty" and similar commands.NeilBrown2012-11-28
* Manage: improve error message when given a non-block device.NeilBrown2012-10-24
* Add support for --replace and --withNeilBrown2012-10-23
* 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