summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update spec to exploded source repo style spec file and bump release for rebuildf8Doug Ledford2008-07-241-20/+12
* Add Makefile.local and install the mdmonitor script from thereDoug Ledford2008-07-241-0/+7
* Add mdadm.spec and mdmonitor.init from F-8 dist-cvs repoDoug Ledford2008-07-242-0/+417
* Apply mdadm-2.6.1-build.patch from F-8 dist-cvs repoDoug Ledford2008-07-241-11/+13
* 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.4mdadm-2.6.4Neil Brown2007-10-198-5/+43
* Remove partitions from a device before adding it to an array.Neil Brown2007-10-191-1/+1
* Add some extra consistency checks based on level.Neil Brown2007-10-172-6/+21
* Clarify the avail/used devices sizes with version1 superblock.Neil Brown2007-10-171-2/+2
* Make sure --auto=mdp is honoured properlyNeil Brown2007-10-171-0/+1
* Fix restarting of a reshaping array.Neil Brown2007-10-161-0/+21
* Also use &tst instead of st later on when loading v1 superblocksJérémy Bobbio2007-10-011-1/+1
* Fix segfault on assembly on amd64 with v1 superblocksmartin f. krafft2007-09-301-1/+1
* Monitor.c s/MAXINT/INT_MAX/gmaximilian attems2007-09-271-6/+6
* mdopen.c don't shadow major() and minor()maximilian attems2007-09-271-32/+32
* Monitor.c include signal.h directlymaximilian attems2007-09-271-1/+1
* Add ANNOUNCE-2.6.1 to gitNeil Brown2007-09-241-0/+33
* Don't corrupt 'supertype' when speculatively calling load_super1Neil Brown2007-09-241-9/+10
* config.c include dirent.h instead sys/dir.hmaximilian attems2007-09-241-1/+1
* Create.c s/major/major_num/maximilian attems2007-09-241-4/+4
* Add klibc support to mdadm.hmaximilian attems2007-09-241-1/+8
* Make "--write-mostly" effective when re-adding a device to an array.Neil Brown2007-09-241-3/+5
* Explain the read-balancing algorithm for RAID1 better in md.4Iustin Pop2007-09-115-0/+7
* Release 2.6.3mdadm-2.6.3Neil Brown2007-08-207-7/+52
* Update changelogNeil Brown2007-08-201-0/+9
* Report error when grow cannot be restarted.Neil Brown2007-08-202-3/+5
* Fix error message when adding a device that is too small.Neil Brown2007-08-202-6/+8
* Fix problem with add a device to a 1.x array created with older mdadm.Neil Brown2007-08-206-0/+7
* Reject '--bitmap none' for build and create.Neil Brown2007-07-231-1/+7
* "--export" segfaults with non-persistent super blocksTim Woods2007-07-231-1/+2
* In the MISC MODE section in mdadm(8), the names of the options should beNeil Brown2007-07-231-8/+8
* Substantial corrections to man pages.Scott Weikart2007-07-134-159/+156
* Typo in man page: Multipath has an L ...Neil Brown2007-07-111-1/+1
* Allow "--write-behind=" to be done in grow mode.Ian Dall2007-07-092-0/+4
* Enhance raid4 support: --assemble and --monitor wasn't quite happy with it.Doug Ledford2007-07-093-8/+10
* Fix parsing of "-a" in various contexts.Doug Ledford2007-07-093-3/+8
* Mark some files FD_CLOEXEC to protect sendmail from them.Doug Ledford2007-07-092-1/+6
* Improve error message when trying to create an array that already exists.Doug Ledford2007-07-091-1/+11
* Interpret "--metadata=1" with --assemble to imply any version-1, not just 1.0Doug Ledford2007-07-091-8/+29
* Fix spare migration and other problems with --monitor.Neil Brown2007-07-092-0/+3
* Compile with various -O flags for testing.Neil Brown2007-05-221-2/+14
* Fix compile error in Detail.cNeil Brown2007-05-221-1/+1
* Release 2.6.2mdadm-2.6.2Neil Brown2007-05-218-13/+48
* Make return code for "--detail --test" more reliable.Neil Brown2007-05-213-6/+17
* Improve error message for adding bitmap to a level that cannot support it.Neil Brown2007-05-214-5/+26
* Add --auto-detect for in-kernel autodetect.Neil Brown2007-05-218-1/+74