summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* raid6check: Fix off-by-one in argument checkRobert Buchholz2012-09-10
* Move xmalloc et al into their own fileRobert Buchholz2012-09-10
* mapfile: fix mapfile rebuild for containersNeilBrown2012-08-20
* find_free_devnum: avoid auto-using names in /etc/mdadm.confNeilBrown2012-08-20
* mdmon: allow --takeover when original was started with --offrootNeilBrown2012-08-20
* mdmon: fix arg processing for -aNeilBrown2012-08-20
* ddf: hack to fix container recognition.NeilBrown2012-08-15
* ddf: allow a non-spare to be used to recovery a missing device.NeilBrown2012-08-15
* ddf: fix multiple white-space issues.NeilBrown2012-08-15
* Manage: zero metadata before adding to 'external' array.NeilBrown2012-08-15
* Manage.c: fix make everything compilation errorLukasz Dorau2012-08-14
* sha1.h: remove ansidecl.h header inclusionLukasz Dorau2012-08-14
* query udev dir via pkg-configSamuli Suominen2012-08-14
* mdassemble: split dietlibc logic into dedicated targetMike Frysinger2012-08-13
* fix handling of CPPFLAGSMike Frysinger2012-08-13
* Grow.c: change size to be unsigned and use '0' in case of 'no change'Lukasz Dorau2012-08-13
* udev-rules: prevent systemd from mount devices before they are ready.Harald Hoyer2012-08-13
* 07reshape5intr: Set speed_limit_min to be able to reduce resync speed below 1000Jes Sorensen2012-08-13
* Minor cosmetic fixes in various files.NeilBrown2012-08-13
* tests/03r5assemV1: reduce sync speed further.NeilBrown2012-08-13
* Manage_subdevs: factor out Manage_deleteNeilBrown2012-08-13
* Manage_subdevs: split most of 'add' handling into Manage_add.NeilBrown2012-08-13
* Manage: split out attempt_re_add.NeilBrown2012-08-13
* Manage_subdev: give 'st' a better name and narrower focus.NeilBrown2012-08-13
* Manage: minor cosmetic fixes.NeilBrown2012-08-13
* Fix default size calculations that were recently broken.NeilBrown2012-08-13
* Repair mode for raid6Robert Buchholz2012-07-09
* Make test a bash script (as it is)Robert Buchholz2012-07-09
* Extract function to generate zeroes and expose xor functionRobert Buchholz2012-07-09
* Manage: simplify device searches in Manage_subdevsNeilBrown2012-07-09
* Use new struct context and struct shape for Grow_addbitmapNeilBrown2012-07-09
* Use new struct context and struct shape in Grow_reshapeNeilBrown2012-07-09
* Use new 'struct shape' to pass args to CreateNeilBrown2012-07-09
* Use new 'struct shape' to pass args to BuildNeilBrown2012-07-09
* Fix --build on 2.2 kernels :-)NeilBrown2012-07-09
* Create new 'struct shape' to pass around array details.NeilBrown2012-07-09
* Create: Remove unnecessary cast from 'size'.NeilBrown2012-07-09
* change array_size to be unsigned and use the new MAX_SIZENeilBrown2012-07-09
* Change the values for "max size" from -1 to 1.NeilBrown2012-07-09
* Assemble: don't leak memory with fdlist.NeilBrown2012-07-09
* Change Incremental and related functions to take struct contextNeilBrown2012-07-09
* Change Monitor to take a struct contextNeilBrown2012-07-09
* Change Detail and misc_scan to take a struct contextNeilBrown2012-07-09
* Change name of 'c' variable in DetailNeilBrown2012-07-09
* change Examine to take a struct contextNeilBrown2012-07-09
* Examine: split 'verbose' out from 'brief'.NeilBrown2012-07-09
* Change Create to take a struct contextNeilBrown2012-07-09
* Change Build to take a struct contextNeilBrown2012-07-09
* Change misc_list to take struct contextNeilBrown2012-07-09
* Convert Assemble() to take a context rather than a list of options.NeilBrown2012-07-09