]> git.ipfire.org Git - thirdparty/mdadm.git/history - Manage.c
Allow data-offset to be specified per-device for create
[thirdparty/mdadm.git] / Manage.c
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
2010-07-06  NeilBrownAdd support for "--re-add missing"
2010-07-02  Dan WilliamsMerge branch 'fixes' into for-neil
2010-07-02  Dan WilliamsMerge branch 'subarray' into for-neil
2010-06-30  NeilBrownAvoid skipping devices where removing all faulty/detach...
2010-06-30  NeilBrownAdd -fail support to --incremental
2010-06-30  NeilBrownSupport fail/remove using kernel name
2010-06-22  Dan WilliamsRename subarray v2
2010-04-19  Dan WilliamsCreate: cleanup after failed create in duplicated array...
2010-03-09  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-03-09  NeilBrownStop: done stop a container which still have members...
2010-03-03  NeilBrownManage: fix regression on removing detached devices.
2009-12-30  NeilBrownMerge branch 'klockwork' of git://github.com/djbw/mdadm
2009-12-30  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2009-12-21  Dan WilliamsSupport external metadata recovery-resume
2009-12-21  Dan WilliamsTeach sysfs_add_disk() callers to use ->recovery_start...
2009-12-08  NeilBrownDon't attempt a re-add if the device is marked as faulty.
2009-11-19  NeilBrownMerge branch 'master' into devel-3.1
2009-11-17  NeilBrownDon't silently map --re-add to --add
2009-10-22  NeilBrownMerge branch 'master' into devel-3.1
2009-10-22  NeilBrownMerge branch 'master' into devel-3.1
2009-10-22  NeilBrownFree some malloced memory that wasn't being freed.
2009-10-01  NeilBrownMerge branch 'master' into devel-3.1
2009-07-14  NeilBrownRemove Manage_reconfing in favour of Grow_reshape
2009-06-02  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-06-02  NeilBrownMerge branch 'master' into devel-3.0
2009-06-02  NeilBrownUpdate copyright dates and remove references to @cse...
2009-05-11  NeilBrownMonitor: support spare-group manipulation for 1.x metadata.
2009-05-11  NeilBrownMerge branch 'master' into devel-3.0
2009-05-05  NeilBrownre-add error check
2009-04-14  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-04-14  NeilBrownincremental_container: preserve 'in_sync' flag when...
2009-03-10  NeilBrownMerge branch 'master' in devel-3.0
next