summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update spec to exploded source repo style spec file and bump release for rebuildf9Doug Ledford2008-07-241-25/+12
* Don't need to have the script executable in the source repoDoug Ledford2008-07-241-0/+0
* Install the mdadm.rules file as wellDoug Ledford2008-07-241-0/+1
* Add Makefile.local and install the mdmonitor script from thereDoug Ledford2008-07-241-0/+7
* Add remaining files from F-9 dist-cvs repoDoug Ledford2008-07-243-0/+448
* Apply mdadm-2.6.4-open.patch from F-9 dist-cvs repoDoug Ledford2008-07-247-9/+9
* Apply mdadm-2.6.1-build.patch from F-9 dist-cvs repoDoug Ledford2008-07-241-13/+16
* Apply mdadm-2.5.2-cflags.patch from F-8 dist-cvs repoDoug Ledford2008-07-241-3/+3
* Apply mdadm-2.2-nodiet.patch from F-8 dist-cvs repoDoug Ledford2008-07-241-1/+1
* Apply mdadm-2.5.2-static.patch from F-8 dist-cvs repoDoug Ledford2008-07-241-7/+10
* Put in our generic distropkg/Makefile and create the distropkg directory stru...Doug Ledford2008-07-246-0/+34
* Add support for distribution specific build extensionsDoug Ledford2008-07-241-0/+6
* 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
* Simplistig locking for --incremental.Bill Nottingham2008-05-051-1/+14
* Create /dev/md if needed and it doesn't exist.Bill Nottingham2008-05-051-0/+14
* Fix RAID acronym in man page.Neil Brown2008-05-051-2/+2
* Add a .gitignore file.Neil Brown2008-04-291-0/+5
* Use .\" instead of '''Neil Brown2008-04-291-66/+66
* diff -ru mdadm-2.6.4-orig/Query.c mdadm-2.6.4/Query.cNeil Brown2008-04-292-0/+6
* Fix possible bug with bitmap space allocation with v1.0 metadataNeil Brown2008-04-294-13/+15
* Small improvements to --incremental for arrays that are in the middle of reshapeNeil Brown2008-04-281-1/+2
* Allow creation of a RAID6 with a single missing device.Neil Brown2008-04-282-2/+19
* Updates some URLs in the man page.Neil Brown2008-04-282-4/+9
* Print 'Events' more sensibly.Neil Brown2008-04-282-1/+5
* Fix problems with array.size overflowing on large arrays.Neil Brown2008-04-283-3/+14
* Fix for segfault when reading /proc/mdstatNeil Brown2008-04-284-0/+19
* Use sysfs info for metadata version info in Detail and elsewhere.Neil Brown2007-12-143-13/+38
* Replace sysarray with mdinfoNeil Brown2007-12-146-63/+61
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-145-88/+86