]> git.ipfire.org Git - thirdparty/mdadm.git/history - Manage.c
mdadm/util: unify stat checking blkdev into function
[thirdparty/mdadm.git] / Manage.c
2017-05-05  Zhilong Liumdadm/util: unify stat checking blkdev into function
2017-05-05  Zhilong Liumdadm/util: unify fstat checking blkdev into function
2017-05-02  Jes SorensenManage: Manage_ro(): Use md_array_active()
2017-04-20  Jes Sorensensysfs: Parse array_state in sysfs_read()
2017-04-11  Jes SorensenRetire mdassemble
2017-04-05  Jes SorensenManage: Remove all references to md_get_version()
2017-03-30  Jes Sorensensysfs: Make sysfs_init() return an error code
2017-03-29  Jes Sorensenutil: Introduce md_get_disk_info()
2017-03-29  Jes Sorensenutil: Introduce md_get_array_info()
2017-03-28  NeilBrownAdd 'force' flag to *hot_remove_disk().
2017-03-28  NeilBrownIntroduce sys_hot_remove_disk()
2017-03-28  NeilBrownRetry HOT_REMOVE_DISK a few times.
2016-11-29  NeilBrownIntroduce enum flag_mode for setting and clearing flags.
2016-11-28  NeilBrownAdd failfast support.
2016-07-21  Tomasz MajchrzakRemove: container should wait for an array to release...
2016-03-22  Jes SorensenManage: Manage_subdevs(): Remove unnecessary NULL initi...
2016-03-22  Jes SorensenManage: Manage_add(): Avoid NULL initialization of...
2016-03-22  Jes SorensenManage: Manage_add(): Fix memory leak
2016-03-10  Hannes ReineckeFix regression during add devices
2016-03-09  Jes SorensenManage: Manage_subdevs() fix file descriptor leak
2016-03-08  Jes SorensenManage: Manage_add(): Fix potential NULL pointer derefe...
2016-03-08  Jes SorensenManage: Remove unnecessary NULL pointer checks
2016-02-17  Jes SorensenManage.c: Only issue change events for kernels older...
2015-12-21  Song Liuin --add assign raid_disk of 0 to journal
2015-12-21  NeilBrownMerge branch 'fix-unlikely-potential-overflows' of...
2015-12-21  NeilBrownMerge https://github.com/makelinux/mdadm
2015-12-16  Song Liurecreate journal in mdadm
2015-10-08  Guoqing Jiangre-add: make re-add try to write sysfs node first
2015-09-30  NeilBrownMerge branch 'fix' of git://github.com/ldzhong/mdadm
2015-09-28  Guoqing Jiangmdadm: make cluster raid also could support re-add
2015-08-03  NeilBrownMerge branch 'mdadm-3.3.x'
2015-07-29  Guoqing Jiangmdadm: fix wrong condition for go to abort
2015-07-27  NeilBrownMerge branch 'cluster'
2015-07-06  NeilBrownManage/stop: don't stop during initial critical section.
2015-07-06  NeilBrownManage/stop: improve some comments.
2015-07-06  NeilBrownManage/stop: guard against 'completed' being too large.
2015-07-01  NeilBrownManage: fix no-op test in Manage_stop.
2015-07-01  NeilBrownmdstat: discard 'dev' field, just use 'devnm'
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
next