summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Assemble: allow --force to work even when event counts are 0.NeilBrown2008-11-271-2/+0
* mapfile: fix bug in testing for /var/run/mdadm/NeilBrown2008-11-031-1/+1
* Incremental: change precedence order for autof setting.NeilBrown2008-11-031-3/+4
* Adjust major number testing to allow for extended minor number in 2.6.28NeilBrown2008-10-302-4/+27
* Incremental: allow assembly of foreign array.NeilBrown2008-10-302-7/+13
* Incremental: fix setting of 'autof' flag.NeilBrown2008-10-301-4/+10
* Fix --incremental assembly of partitions arrays.NeilBrown2008-10-302-6/+6
* Fix NULL pointer oopsDoug Ledford2008-10-301-4/+10
* Fix bad metadata formattingDoug Ledford2008-10-303-4/+10
* Allow WRITEMOSTLY to be cleared on --readd using --readwrite.NeilBrown2008-10-257-21/+29
* Remove .UR .UE macros from man page because the don't do what we want.NeilBrown2008-10-171-7/+4
* Grow: Fix linear-growth when devices are not all the same size.NeilBrown2008-10-151-1/+20
* Improve reporting of layout for raid10.NeilBrown2008-10-135-16/+31
* Manage: allow adding device that is just large enough to v1.x array.NeilBrown2008-10-134-9/+31
* Cosmetic cleanup of some messages.NeilBrown2008-08-013-5/+7
* Clean up usage of open()Doug Ledford2008-07-247-9/+9
* Add support for distribution specific build extensionsDoug Ledford2008-07-241-0/+6
* Fix confusing usage in md.4 man page.Neil Brown2008-07-081-1/+1
* Describe the HOMEHOST entry in the mdadm.conf man page.Neil Brown2008-07-071-0/+18
* Some more cleanup of tests.Neil Brown2008-06-273-8/+9
* Add test for stoping and restarting a raid5 reshape.Neil Brown2008-06-273-5/+42
* Add "bitmap=" to "--detail --brief" output when relevant.Neil Brown2008-06-261-0/+8
* Improve error message when mdadm fails to stop an array.Neil Brown2008-06-261-1/+6
* Couple more man page fixesNeil Brown2008-06-261-2/+2
* Add text to man pages suggesting partition type to use for version 1.x metadata.Pascal Charest2008-06-261-0/+8
* Italic/bold fixes in man pages.Neil Brown2008-06-262-35/+35
* Fix bug in forced assemble.Chris Webb2008-06-191-1/+1
* Fix an error when assembling arrays that are in the middle of a reshape.Neil Brown2008-06-191-1/+4
* Release 2.6.7mdadm-2.6.7Neil Brown2008-06-067-4/+38
* Avoid NULL reference calling free_super and elsewhere.Neil Brown2008-05-271-5/+7
* Remove stray semicolonNeil Brown2008-05-271-1/+1
* Fix autoassemble for stack arrays.Neil Brown2008-05-204-5/+38
* Release 2.6.6mdadm-2.6.6Neil Brown2008-05-197-4/+37
* Remove outdated HOWTO link and credit Jakob's contribution.David Greaves2008-05-191-5/+3
* Include sysfs.c in mdassemble.autoNeil Brown2008-05-191-3/+5
* "make everything" now also makes mdassemble.autoNeil Brown2008-05-192-2/+8
* Release 2.6.5mdadm-2.6.5Neil Brown2008-05-157-5/+47
* Get Changelog uptodateNeil Brown2008-05-151-0/+8
* Compiple fixes for mdassemble and diet-libcNeil Brown2008-05-152-43/+45
* Don't try the auto-detect test when md_mod is a moduleNeil Brown2008-05-151-0/+7
* Fix support for --update=swapsuperNeil Brown2008-05-152-2/+4
* Recent change broken handling of metadata-less arrays.Neil Brown2008-05-152-3/+5
* Fix possible NULL dereference in super_by_fdNeil Brown2008-05-151-1/+2
* Avoid possible null dereference in Assemble.Neil Brown2008-05-151-1/+2
* Set LOG_PID for syslogHans Lambermont2008-05-121-1/+1
* add --export option to --examineKay Sievers2008-05-067-11/+74
* Make device-special files for partitions when using --incrementalNeil Brown2008-05-053-6/+11
* let '-a' be specified for Incremental modeDan Williams2008-05-052-3/+8
* Unify code into find_free_devnum.Neil Brown2008-05-054-41/+50
* fix load_super/free_super mismatch in util.cDan Williams2008-05-051-1/+1