summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* super1: put bitmap on a 4K boundary when possible.NeilBrown2010-02-241-8/+7
* Assemble: Handle assembling from config file which is out of order.NeilBrown2010-02-242-15/+37
* mdmon: Document startup/shutdown requirements in man page.NeilBrown2010-02-081-1/+58
* mapfile: use ALT_RUN as alternate place to store mapfileNeilBrown2010-02-081-4/+4
* mdmon: insist on creating .pid file at startup.NeilBrown2010-02-084-45/+34
* mdmon: don't monitor /proc/mounts to decide when to create .pid file.NeilBrown2010-02-083-15/+4
* mdmon: remove switch-root functionality.NeilBrown2010-02-082-136/+56
* mdmon: recognise --all in place of /proc/mdstatNeilBrown2010-02-042-3/+6
* mdmon: allow pid to be stored in different directory.NeilBrown2010-02-049-34/+121
* Having single function to read mdmon pid file.NeilBrown2010-02-043-41/+11
* mdmon: discard test_pidfile()NeilBrown2010-02-041-12/+4
* mdmon: don't mkdir /var/runNeilBrown2010-02-041-2/+0
* mdmon: improve switchroot handling.NeilBrown2010-02-041-20/+41
* mdmon: simplify try_kill_monitorNeilBrown2010-02-041-8/+7
* mdmon: remove scan variable from mdmon()NeilBrown2010-02-041-7/+5
* Assemble: fix --force assembly of v1.x arrays which are recovering.NeilBrown2010-02-045-1/+13
* Create: Improve warning message about booting from v1.xNeilBrown2010-02-011-2/+2
* Add test for "are we running as root".NeilBrown2010-02-011-0/+6
* super-intel.c: use %zu specifier for printf of size_tLuca Berra2010-02-011-1/+1
* mdadm-3.1.1 segfaults when mdadm -G -Z is used.Luca Berra2010-02-011-3/+3
* Kill: fix when zeroing busy devices.Artur Wojcik2010-01-292-3/+6
* mapfile: fix locking.NeilBrown2010-01-291-2/+5
* Detail: Report state of FAILED when an array has too few devices to work.NeilBrown2010-01-291-32/+48
* Tidy up some argument parsing, particularly for -bNeilBrown2010-01-293-20/+19
* md.4: various improvements to new section on scrubbing.NeilBrown2010-01-291-22/+19
* mdmon: fix fd leak and possible buffer overrun.NeilBrown2010-01-291-5/+5
* Correctly parse -N command line option.NeilBrown2010-01-281-3/+3
* md.4: add section on scrubbing and mismatch counts.NeilBrown2010-01-281-0/+109
* Grow: If bitmap interferes with grow, report this.NeilBrown2010-01-281-7/+28
* Assemble: error-check ->load_superNeilBrown2010-01-281-2/+16
* Remove stray debugging printfsNeilBrown2010-01-281-2/+4
* Fix segfault when the AUTO keyword is used in the config fileDoug Ledford2010-01-191-1/+10
* Don't use %02d as a metadata format specifier for metadata numbers.Doug Ledford2010-01-191-3/+3
* Make the IMSM_DEVNAME_AS_SERIAL option work when creating containers.Doug Ledford2010-01-191-1/+4
* Document validity of --assume-clean when all devices are zeroed.Michael Evan2009-12-301-0/+6
* Merge branch 'klockwork' of git://github.com/djbw/mdadmNeilBrown2009-12-305-49/+69
|\
| * imsm: prune dead code in validate_geometry_imsmDan Williams2009-12-101-15/+0
| * Fix required to enable RAID arrays on SAS disks.Artur Wojcik2009-12-103-10/+12
| * Fix for resource leak on error path.Artur Wojcik2009-12-101-3/+5
| * Fix for buffer overflow defect.Artur Wojcik2009-12-101-1/+1
| * Fix for buffer overflow error.Artur Wojcik2009-12-101-1/+1
| * Fix for memory leak defect.Artur Wojcik2009-12-101-0/+2
| * Fix for memory leak defect.Artur Wojcik2009-12-101-3/+5
| * Fix for memory leak defect.Artur Wojcik2009-12-101-3/+6
| * Fix for NULL pointer dereference defect.Artur Wojcik2009-12-101-0/+6
| * Fix for NULL pointer dereference defect.Artur Wojcik2009-12-101-1/+1
| * Fix for NULL pointer dereference defect.Artur Wojcik2009-12-101-0/+2
| * imsm: no need to report the component device name from container_contentDan Williams2009-12-101-2/+0
| * Fix for buffer overflow defect.Artur Wojcik2009-12-101-1/+1
| * Fix for NULL pointer dereference.Artur Wojcik2009-12-101-0/+4