]> git.ipfire.org Git - thirdparty/mdadm.git/history - Manage.c
Add a new clustered disk
[thirdparty/mdadm.git] / Manage.c
2015-06-16  Guoqing JiangAdd a new clustered disk
2015-05-13  NeilBrownManage: when re-adding, do check avail size if ->sb...
2015-05-06  NeilBrownManage: fix test for 'is array failed'.
2015-02-12  NeilBrownDon't break long strings onto multiple lines.
2014-08-11  NeilBrownManage: fix removal of non-existent devices.
2014-08-11  NeilBrownManage: simplify `rdev` handling in Manage_subdevs.
2013-12-04  NeilBrownTwo small fixes related to enough()
2013-10-30  NeilBrownAdd support for --add-spare
2013-09-13  NeilBrownMake -IRs and --run work properly for containers.
2013-09-09  Lukasz DorauManage.c: fix small memory leak
2013-09-03  NeilBrownRelease mdadm-3.3 mdadm-3.3
2013-08-26  NeilBrownChange "mdadm --run" to use the same code as "mdadm...
2013-08-14  NeilBrownFix bug with adding to 0.90 array
2013-07-30  NeilBrownManage: remove call to validate_geometry.
2013-07-24  NeilBrownManage: fix typo in error for "--with" handling
2013-07-15  NeilBrownMerge commit '956a13fb850321bed8568dfa8692c0c323538d7c'
2013-07-10  NeilBrownStop: fix up synchronising end of reshape to good boundary.
2013-07-02  NeilBrownStop: improve synchronising of reshape with whole stripes.
2013-07-01  NeilBrownManage: check alignment when stopping an array undergoi...
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-06-19  NeilBrownManage: split Manage_runstop into Manage_run and Manage...
2013-05-21  NeilBrownChange some fprintf(stderrs to cont_err()
2013-05-13  NeilBrownRemove open-coded use_udev().
2013-05-13  NeilBrownManage: support --fail set-X and --remove set-X
2013-04-22  NeilBrownManage_runstop: call flush_mdmon if O_EXCL fails on...
2013-03-05  NeilBrownEnsure mddev_dev struct always zeroed on allocation.
2013-03-04  NeilBrownEnhance incremental removal.
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2012-11-27  NeilBrownManage: Add support for --re-add faulty
2012-11-27  NeilBrownFix "--remove faulty" and similar commands.
2012-10-24  NeilBrownManage: improve error message when given a non-block...
2012-10-23  NeilBrownAdd support for --replace and --with
2012-10-04  NeilBrownAllow data-offset to be specified per-device for create
2012-10-04  NeilBrownAdd data_offset arg to ->validate_geometry.
2012-10-04  NeilBrownAdd data_offset arg to ->avail_size
2012-09-24  NeilBrownManage: fix checks for removal from a container.
2012-08-14  NeilBrownManage: zero metadata before adding to 'external' array.
2012-08-13  Lukasz DorauManage.c: fix make everything compilation error
2012-08-12  NeilBrownManage_subdevs: factor out Manage_delete
2012-08-12  NeilBrownManage_subdevs: split most of 'add' handling into Manag...
2012-08-12  NeilBrownManage: split out attempt_re_add.
2012-08-12  NeilBrownManage_subdev: give 'st' a better name and narrower...
2012-08-12  NeilBrownManage: minor cosmetic fixes.
2012-07-09  NeilBrownManage: simplify device searches in Manage_subdevs
2012-07-09  NeilBrownConvert 'quiet' to 'not verbose' in various places.
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-07-09  NeilBrownRemove re_add flag in favour of new disposition.
2012-07-09  NeilBrownIntroduce pr_err for printing error messages.
2012-04-18  NeilBrownRelax restrictions on when --add is permitted.
2012-04-17  NeilBrownRaid limit of 1024 when scanning for devices.
2012-04-04  NeilBrownFix typo: wan -> want
2012-03-22  NeilBrownManage: freeze recovery while adding multiple devices.
2012-03-22  NeilBrownManage: replace 'return 1' with 'goto abort'.
2012-03-07  NeilBrownManage: allow --re-add to failed array.
2011-11-02  Jes SorensenManage_ro(): Check pointer rather than dereferencing it
2011-11-01  Jes SorensenManage_runstop(): Avoid memory leak
2011-11-01  Jes SorensenManaga_ro(): free() mdi before exiting
2011-11-01  Jes SorensenManage_subdevs(): avoid leaking super
2011-11-01  Jes Sorensenremove_devices(): readlink returns -1 on error
2011-09-19  Doug LedfordFix readding of a readwrite drive into a writemostly...
2011-09-08  NeilBrownDiscourage large devices from being added to 0.90 arrays.
2011-05-23  NeilBrownCheck all member devices in enough_fd
2011-05-10  NeilBrownManage: minor fix to add/re-add handling.
2011-03-24  NeilBrownMerge branch 'master' into devel-3.2
2011-03-23  NeilBrown--stop: separate 'is busy' test for 'did it stop properly'.
2011-03-20  Adam KwolekFIX: Add spare throws exception (v2)
2011-03-18  Krzysztof WojcikRetry writing 'inactive' state during stopping array
2011-03-18  Adam KwolekFIX: ping_monitor() usage causes memory leaks
2011-03-18  NeilBrownManage: fix the mess I made in earlier patch.
2011-03-17  NeilBrown--stop: separate 'is busy' test for 'did it stop properly'.
2011-03-15  NeilBrownMerge branch 'master' into devel-3.2
2011-03-15  NeilBrownManage/external: for external metadata, add_to_super...
2011-03-14  NeilBrownMerge branch 'master' into devel-3.2
2011-03-10  NeilBrownMerge branch 'master' into devel-3.2
2011-03-10  NeilBrownManage: be more careful about --add attempts.
2011-02-21  Czarnowska, Annamodified message on failure to read metadata in Manage
2011-02-14  NeilBrownFix regression with removing 'failed' and 'detached...
2011-02-14  NeilBrownFix regression with removing 'failed' and 'detached...
2011-01-31  NeilBrownCall free_super before attempting to add a new device
2011-01-24  NeilBrownDon't close fds in write_init_super
2011-01-06  Adam KwolekAdd spares to raid0 in mdadm
2011-01-05  Anna Czarnowskamove_spare function modified and moved to Manage.c
2010-12-13  NeilBrownMerge branch 'master' into devel-3.2
2010-12-09  NeilBrownAllow --update=devicesize with --re-add
2010-12-09  NeilBrownMerge branch 'master' into devel-3.2
2010-11-23  Dan WilliamsManage: allow manual control of external raid0 readonly...
2010-11-22  NeilBrownReplace various load_super calls with load_container
2010-11-22  NeilBrownImprove type names for mddev_dev
2010-11-22  NeilBrownImprove mddev_ident type definitions.
2010-11-22  NeilBrownPass subarray arg explicitly to ->update_subarray.
2010-11-22  NeilBrownsuper_by_fd: return subarray info explicitly.
2010-11-22  NeilBrownopen_subarray: pass subarray name as explicit arg.
2010-11-22  NeilBrownget_info_super: report which other devices are thought...
2010-11-22  NeilBrownManage: be more careful about --add attempts.
2010-08-31  NeilBrownFix spare migration.
2010-08-31  NeilBrownDon't remove md devices with standard names.
2010-08-05  NeilBrownCompile with -Wextra by default
2010-07-22  Doug LedfordTwo Minor bug fixes to incremental support
2010-07-06  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-06  NeilBrownAdd --test option to --re-add and similar
next