summaryrefslogtreecommitdiff
path: root/Assemble.c
Commit message (Expand)AuthorAge
* Discard devnum in favour of devnmNeilBrown2013-02-21
* Assemble: fix spelling: report_missmatch -> report_mismatchNeilBrown2012-12-05
* Assemble: Don't auto-assemble arrays which conflict with mdadm.confNeilBrown2012-12-05
* Assemble: ensure that <ignore>d arrays are not auto-assembled.NeilBrown2012-11-22
* Assemble: fix call to wait_forNeilBrown2012-11-20
* Assemble: Fix critical-section-recovery when assembling a growing array.NeilBrown2012-11-20
* IMSM - allow assembling any imsm array even without OROM.NeilBrown2012-11-20
* Assemble: add support for replacement devices.NeilBrown2012-10-24
* Assemble.c - re-indent file.NeilBrown2012-10-22
* Assemble: remove support for assembling arrays with ancient kernel.NeilBrown2012-10-22
* Assemble: split out "start_array()" function.NeilBrown2012-10-22
* Assemble: split out force_array()NeilBrown2012-10-18
* Assemble: split out load_devices() functionality.NeilBrown2012-10-18
* Assemble: split out select_devices function.NeilBrown2012-10-18
* Fix up interactions between --assemble and --incrementalNeilBrown2012-10-10
* New RESHAPE_NO_BACKUP flag to track when backup action is needed.NeilBrown2012-10-04
* Assemble: don't leak memory with fdlist.NeilBrown2012-07-09
* Change Incremental and related functions to take struct contextNeilBrown2012-07-09
* Convert Assemble() to take a context rather than a list of options.NeilBrown2012-07-09
* Assemble: allow arrays to be assembled read-only.NeilBrown2012-07-09
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Introduce pr_err for printing error messages.NeilBrown2012-07-09
* Don't consider disks with a valid recovery offset as candidates for bumping u...Alexander Lyakas2012-05-15
* FIX: Assembled second array is in read only state during reshapeAdam Kwolek2012-04-17
* Assemble: improve verbose logging when including old devices.NeilBrown2012-03-22
* Assemble: support assembling of a RAID0 being reshaped.NeilBrown2012-03-07
* Assemble: don't use O_EXCL until we have checked device content.NeilBrown2012-03-07
* FIX: Array is not run when expansion disks are addedAdam Kwolek2012-02-09
* Assemble: fix --force assemble during reshape.NeilBrown2012-02-07
* Remove avail_disks arg from 'enough'.NeilBrown2012-02-07
* Assemble: fix count in "assembled with .. but not started".NeilBrown2011-12-23
* Assemble: make some plurals conditional.NeilBrown2011-12-23
* Remove update_privateNeilBrown2011-12-20
* Resolve some more warningsNeilBrown2011-12-13
* fix: correct metadata's update communicationLukasz Dorau2011-11-21
* Assemble(): don't dup_super() before we need it.Jes Sorensen2011-11-02
* assemble_container_content(): fix memory leakJes Sorensen2011-11-02
* Fix memory leakJes Sorensen2011-11-01
* kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadataLabun, Marcin2011-10-31
* Always run Grow_continue() for started array.Adam Kwolek2011-10-07
* Monitor reshaped arrayAdam Kwolek2011-10-05
* Add recovery blocked field to mdinfoAdam Kwolek2011-10-05
* Do not continue reshape during initrd phaseAdam Kwolek2011-10-03
* Move restore backup code to functionAdam Kwolek2011-09-21
* FIX: Memory leak during AssemblyAdam Kwolek2011-09-21
* Don't index past the end of 'best' array in Assemble.NeilBrown2011-06-17
* Add reshape restart support for external metadataAdam Kwolek2011-06-08
* getinfo_super now clears the 'info' structure before filling it in.NeilBrown2011-06-08
* FIX: Count correctly added devicesAdam Kwolek2011-04-18
* Assemble: improve efficacy of -Af in assembling degraded dirty arrays.NeilBrown2011-03-23