summaryrefslogtreecommitdiffstats
path: root/Assemble.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove lots of unnecessary white space.NeilBrown2013-06-191-2/+1
* Assemble: when forcing a single-degraded RAID6 array, trigger a 'repair'.NeilBrown2013-06-191-6/+23
* Assemble/Incr: Don't include spares with too-high event count.NeilBrown2013-06-171-5/+13
* Make sure NOFILE resource limit is big enough.NeilBrown2013-05-301-0/+1
* Assemble: --update=metadata converts v0.90 to v1.0NeilBrown2013-05-281-3/+10
* Discard devnum in favour of devnmNeilBrown2013-02-211-20/+20
* Assemble: fix spelling: report_missmatch -> report_mismatchNeilBrown2012-12-051-23/+23
* Assemble: Don't auto-assemble arrays which conflict with mdadm.confNeilBrown2012-12-051-0/+7
* Assemble: ensure that <ignore>d arrays are not auto-assembled.NeilBrown2012-11-221-1/+16
* Assemble: fix call to wait_forNeilBrown2012-11-201-2/+4
* Assemble: Fix critical-section-recovery when assembling a growing array.NeilBrown2012-11-201-3/+3
* IMSM - allow assembling any imsm array even without OROM.NeilBrown2012-11-201-0/+2
* Assemble: add support for replacement devices.NeilBrown2012-10-241-20/+33
* Assemble.c - re-indent file.NeilBrown2012-10-221-62/+62
* Assemble: remove support for assembling arrays with ancient kernel.NeilBrown2012-10-221-73/+49
* Assemble: split out "start_array()" function.NeilBrown2012-10-221-281/+282
* Assemble: split out force_array()NeilBrown2012-10-181-90/+105
* Assemble: split out load_devices() functionality.NeilBrown2012-10-181-202/+232
* Assemble: split out select_devices function.NeilBrown2012-10-181-151/+173
* Fix up interactions between --assemble and --incrementalNeilBrown2012-10-101-66/+153
* New RESHAPE_NO_BACKUP flag to track when backup action is needed.NeilBrown2012-10-041-1/+3
* Assemble: don't leak memory with fdlist.NeilBrown2012-07-091-0/+1
* Change Incremental and related functions to take struct contextNeilBrown2012-07-091-16/+12
* Convert Assemble() to take a context rather than a list of options.NeilBrown2012-07-091-62/+59
* Assemble: allow arrays to be assembled read-only.NeilBrown2012-07-091-2/+15
* Remove scattered checks for malloc success.NeilBrown2012-07-091-6/+5
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-132/+122
* Don't consider disks with a valid recovery offset as candidates for bumping u...Alexander Lyakas2012-05-151-0/+1
* FIX: Assembled second array is in read only state during reshapeAdam Kwolek2012-04-171-8/+21
* Assemble: improve verbose logging when including old devices.NeilBrown2012-03-221-2/+4
* Assemble: support assembling of a RAID0 being reshaped.NeilBrown2012-03-071-1/+3
* Assemble: don't use O_EXCL until we have checked device content.NeilBrown2012-03-071-1/+24
* FIX: Array is not run when expansion disks are addedAdam Kwolek2012-02-091-1/+1
* Assemble: fix --force assemble during reshape.NeilBrown2012-02-071-3/+11
* Remove avail_disks arg from 'enough'.NeilBrown2012-02-071-8/+8
* Assemble: fix count in "assembled with .. but not started".NeilBrown2011-12-231-4/+8
* Assemble: make some plurals conditional.NeilBrown2011-12-231-6/+8
* Remove update_privateNeilBrown2011-12-201-3/+0
* Resolve some more warningsNeilBrown2011-12-131-1/+3
* fix: correct metadata's update communicationLukasz Dorau2011-11-211-0/+3
* Assemble(): don't dup_super() before we need it.Jes Sorensen2011-11-021-1/+3
* assemble_container_content(): fix memory leakJes Sorensen2011-11-021-1/+4
* Fix memory leakJes Sorensen2011-11-011-0/+1
* kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadataLabun, Marcin2011-10-311-8/+13
* Always run Grow_continue() for started array.Adam Kwolek2011-10-071-4/+13
* Monitor reshaped arrayAdam Kwolek2011-10-051-0/+6
* Add recovery blocked field to mdinfoAdam Kwolek2011-10-051-1/+1
* Do not continue reshape during initrd phaseAdam Kwolek2011-10-031-5/+7
* Move restore backup code to functionAdam Kwolek2011-09-211-37/+3
* FIX: Memory leak during AssemblyAdam Kwolek2011-09-211-0/+1