summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix mdmon takeoverLuca Berra2010-03-03
* fix mdmon option parsingLuca Berra2010-03-03
* Add _FORTIFY_SOURCE to mdadm.O2 build.NeilBrown2010-03-03
* Fix warning about unused variable.NeilBrown2010-03-03
* fix gcc warnings about strict-aliasing rulesNeilBrown2010-03-03
* Assemble: clean up properly if we cannot add the bitmap file.NeilBrown2010-02-24
* Create: change default metadata type to 1.2NeilBrown2010-02-24
* Grow: be more relaxed about timestamp mismatches on backup file.NeilBrown2010-02-24
* Assemble: check inargv before complaining about stray arguments.NeilBrown2010-02-24
* super1: put bitmap on a 4K boundary when possible.NeilBrown2010-02-24
* Assemble: Handle assembling from config file which is out of order.NeilBrown2010-02-24
* mdmon: Document startup/shutdown requirements in man page.NeilBrown2010-02-08
* mapfile: use ALT_RUN as alternate place to store mapfileNeilBrown2010-02-08
* mdmon: insist on creating .pid file at startup.NeilBrown2010-02-08
* mdmon: don't monitor /proc/mounts to decide when to create .pid file.NeilBrown2010-02-08
* mdmon: remove switch-root functionality.NeilBrown2010-02-08
* mdmon: recognise --all in place of /proc/mdstatNeilBrown2010-02-04
* mdmon: allow pid to be stored in different directory.NeilBrown2010-02-04
* Having single function to read mdmon pid file.NeilBrown2010-02-04
* mdmon: discard test_pidfile()NeilBrown2010-02-04
* mdmon: don't mkdir /var/runNeilBrown2010-02-04
* mdmon: improve switchroot handling.NeilBrown2010-02-04
* mdmon: simplify try_kill_monitorNeilBrown2010-02-04
* mdmon: remove scan variable from mdmon()NeilBrown2010-02-04
* Assemble: fix --force assembly of v1.x arrays which are recovering.NeilBrown2010-02-04
* Create: Improve warning message about booting from v1.xNeilBrown2010-02-01
* Add test for "are we running as root".NeilBrown2010-02-01
* super-intel.c: use %zu specifier for printf of size_tLuca Berra2010-02-01
* mdadm-3.1.1 segfaults when mdadm -G -Z is used.Luca Berra2010-02-01
* Kill: fix when zeroing busy devices.Artur Wojcik2010-01-29
* mapfile: fix locking.NeilBrown2010-01-29
* Detail: Report state of FAILED when an array has too few devices to work.NeilBrown2010-01-29
* Tidy up some argument parsing, particularly for -bNeilBrown2010-01-29
* md.4: various improvements to new section on scrubbing.NeilBrown2010-01-29
* mdmon: fix fd leak and possible buffer overrun.NeilBrown2010-01-29
* Correctly parse -N command line option.NeilBrown2010-01-28
* md.4: add section on scrubbing and mismatch counts.NeilBrown2010-01-28
* Grow: If bitmap interferes with grow, report this.NeilBrown2010-01-28
* Assemble: error-check ->load_superNeilBrown2010-01-28
* Remove stray debugging printfsNeilBrown2010-01-28
* Fix segfault when the AUTO keyword is used in the config fileDoug Ledford2010-01-19
* Don't use %02d as a metadata format specifier for metadata numbers.Doug Ledford2010-01-19
* Make the IMSM_DEVNAME_AS_SERIAL option work when creating containers.Doug Ledford2010-01-19
* Document validity of --assume-clean when all devices are zeroed.Michael Evan2009-12-30
* Merge branch 'klockwork' of git://github.com/djbw/mdadmNeilBrown2009-12-30
|\
| * imsm: prune dead code in validate_geometry_imsmDan Williams2009-12-10
| * Fix required to enable RAID arrays on SAS disks.Artur Wojcik2009-12-10
| * Fix for resource leak on error path.Artur Wojcik2009-12-10
| * Fix for buffer overflow defect.Artur Wojcik2009-12-10
| * Fix for buffer overflow error.Artur Wojcik2009-12-10