]> git.ipfire.org Git - thirdparty/mdadm.git/history - Assemble.c
Release mdadm-3.4
[thirdparty/mdadm.git] / Assemble.c
2016-01-28  NeilBrownRelease mdadm-3.4 mdadm-3.4
2016-01-28  NeilBrownsuper1: allow reshape that hasn't really started to...
2015-12-21  NeilBrownMerge branch 'fix-unlikely-potential-overflows' of...
2015-12-21  NeilBrownMerge https://github.com/makelinux/mdadm
2015-12-08  Song Liufix bug in assemble
2015-10-22  Song Liumdadm: refactor write journal code in Assemble and...
2015-10-19  Song LiuAssemble array with write journal
2015-08-05  NeilBrownAssemble: correctly capture error from ->write_bitmap
2015-08-03  NeilBrownMerge branch 'mdadm-3.3.x'
2015-08-03  NeilBrownAssemble: really don't assemble IMSM array without...
2015-08-03  NeilBrownAssemble: don't assemble IMSM array without OROM.
2015-07-29  NeilBrownAssemble: don't assemble IMSM array without OROM.
2015-07-27  NeilBrownMerge branch 'cluster'
2015-07-24  NeilBrownAssemble: extend --homehost='<ignore>' to allow --name...
2015-07-21  NeilBrownAssemble: improve tests for matching --name= request.
2015-07-17  NeilBrownAssemble: really ensure stripe_cache is bit enough...
2015-06-18  NeilBrownAssemble: ensure stripe_cache is big enough to handle...
2015-06-16  Guoqing Jiangmdadm: change the num of cluster node
2015-06-16  Guoqing Jiangmdadm: add the ability to change cluster name
2015-05-13  NeilBrownAssemble: don't check for pre-existing array when updat...
2015-04-08  NeilBrownAssemble/force: make it possible to "force" a new devic...
2015-04-08  NeilBrownAssemble: remove stray ':' from error message.
2015-04-07  NeilBrownRevert "Assemble: support assembling of a RAID0 being...
2015-04-07  NeilBrownAssemble: fix "no uptodate device" message.
2015-03-04  NeilBrownAssemble: don't ignore the return value from stat.
2015-02-12  NeilBrownDon't break long strings onto multiple lines.
2014-07-29  NeilBrownAssemble: Only fail auto-assemble in face of mdadm...
2014-07-08  Pawel BaldysiakIMSM: Add warning message when assemble spanned container
2014-06-05  NeilBrownIncremental: remove old devices when assembling in...
2014-05-22  NeilBrownGrow: fix resent grow_continue breakage.
2014-05-15  NeilBrownGrow: store a link to current backup file in /run/mdadm...
2014-02-25  NeilBrownAssemble: change load_devices to return most_recent...
2014-02-25  NeilBrownAssemble: re-arrange freeing of 'tst' in load_devices().
2014-02-25  NeilBrownAssemble: allow load_devices to change the 'st' which...
2014-01-20  NeilBrownAssemble: avoid infinite loop when auto-assembling...
2013-12-04  NeilBrownAssemble/Incremental: don't hold O_EXCL on mddev after...
2013-11-28  NeilBrownIncremental: add --export handling.
2013-11-28  NeilBrownRestructure assemble_container_content and improve...
2013-10-21  NeilBrownAssembe: fix bug in force_array - it wasn't forcing...
2013-09-13  NeilBrownMake -IRs and --run work properly for containers.
2013-09-03  NeilBrownRelease mdadm-3.3 mdadm-3.3
2013-09-02  NeilBrownAssemble: don't ever consider a 'spare' to be the ...
2013-07-15  NeilBrownMerge commit '956a13fb850321bed8568dfa8692c0c323538d7c'
2013-07-10  NeilBrownDon't set 'hold' option for mdstat_read if not needed.
2013-07-08  NeilBrownAssemble: avoid a consistency check when --force is...
2013-07-02  NeilBrownAssemble: improve messages when restarting a reshape.
2013-07-02  NeilBrownAssemble: ignore devices= if container= is present.
2013-07-02  NeilBrownAssemble: write raid-disks should be less fatal.
2013-06-27  NeilBrownAssemble: remove some stray tracing.
2013-06-19  NeilBrownAdd test for interaction of --assemble with --incr
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-06-19  NeilBrownAssemble: when forcing a single-degraded RAID6 array...
2013-06-17  NeilBrownAssemble/Incr: Don't include spares with too-high event...
2013-05-30  NeilBrownMake sure NOFILE resource limit is big enough.
2013-05-28  NeilBrownAssemble: --update=metadata converts v0.90 to v1.0
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2012-12-05  NeilBrownAssemble: fix spelling: report_missmatch -> report_mismatch
2012-12-05  NeilBrownAssemble: Don't auto-assemble arrays which conflict...
2012-11-22  NeilBrownAssemble: ensure that <ignore>d arrays are not auto...
2012-11-20  NeilBrownAssemble: fix call to wait_for
2012-11-20  NeilBrownAssemble: Fix critical-section-recovery when assembling...
2012-11-20  NeilBrownIMSM - allow assembling any imsm array even without...
2012-10-23  NeilBrownAssemble: add support for replacement devices.
2012-10-22  NeilBrownAssemble.c - re-indent file.
2012-10-22  NeilBrownAssemble: remove support for assembling arrays with...
2012-10-22  NeilBrownAssemble: split out "start_array()" function.
2012-10-18  NeilBrownAssemble: split out force_array()
2012-10-18  NeilBrownAssemble: split out load_devices() functionality.
2012-10-18  NeilBrownAssemble: split out select_devices function.
2012-10-10  NeilBrownFix up interactions between --assemble and --incremental
2012-10-04  NeilBrownNew RESHAPE_NO_BACKUP flag to track when backup action...
2012-07-09  NeilBrownAssemble: don't leak memory with fdlist.
2012-07-09  NeilBrownChange Incremental and related functions to take struct...
2012-07-09  NeilBrownConvert Assemble() to take a context rather than a...
2012-07-09  NeilBrownAssemble: allow arrays to be assembled read-only.
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-07-09  NeilBrownIntroduce pr_err for printing error messages.
2012-05-15  Alexander LyakasDon't consider disks with a valid recovery offset as...
2012-04-17  Adam KwolekFIX: Assembled second array is in read only state durin...
2012-03-22  NeilBrownAssemble: improve verbose logging when including old...
2012-03-06  NeilBrownAssemble: support assembling of a RAID0 being reshaped.
2012-03-06  NeilBrownAssemble: don't use O_EXCL until we have checked device...
2012-02-09  Adam KwolekFIX: Array is not run when expansion disks are added
2012-02-07  NeilBrownAssemble: fix --force assemble during reshape.
2012-02-07  NeilBrownRemove avail_disks arg from 'enough'.
2011-12-22  NeilBrownAssemble: fix count in "assembled with .. but not started".
2011-12-22  NeilBrownAssemble: make some plurals conditional.
2011-12-19  NeilBrownRemove update_private
2011-12-13  NeilBrownResolve some more warnings
2011-11-21  Lukasz Doraufix: correct metadata's update communication
2011-11-01  Jes SorensenAssemble(): don't dup_super() before we need it.
2011-11-01  Jes Sorensenassemble_container_content(): fix memory leak
2011-11-01  Jes SorensenFix memory leak
2011-10-31  Labun, Marcinkill-subarray: fix, IMSM cannot kill-subarray with...
2011-10-06  Adam KwolekAlways run Grow_continue() for started array.
2011-10-05  Adam KwolekMonitor reshaped array
2011-10-05  Adam KwolekAdd recovery blocked field to mdinfo
2011-10-02  Adam KwolekDo not continue reshape during initrd phase
2011-09-21  Adam KwolekMove restore backup code to function
2011-09-21  Adam KwolekFIX: Memory leak during Assembly
next