summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 2.5.1mdadm-2.5.1Neil Brown2006-06-168-6/+48
* Update Changelog for 2.5.1Neil Brown2006-06-161-1/+17
* Fix offsetof macro for 64bit hostsNeil Brown2006-06-162-1/+1
* Fix memory leak in monitor modeNeil Brown2006-06-162-0/+13
* Fix up some internalbitmap testsNeil Brown2006-06-163-1/+4
* Allow CONFFILE2 to be overridden during make invocation.martin f. krafft2006-06-021-1/+3
* CPPFLAGS gets used automatically on implicit rules. martin f krafft2006-06-021-1/+1
* Avoid misdetection of overlapping partitions...Neil Brown2006-06-021-0/+19
* Remove libssl dependancy and always use sha1.c codeNeil Brown2006-06-023-47/+27
* Get --stop to honour --quietNeil Brown2006-06-022-5/+7
* Yet another include file that someone doesn't like....Neil Brown2006-06-021-1/+17
* Allow default metadata to be specified in mdadm.confNeil Brown2006-06-024-1/+40
* Don't try to create a new device when using --manage or --growNeil Brown2006-06-021-1/+1
* Finally (I hope) get byteorder stuff portable.Neil Brown2006-06-021-7/+18
* Fix typo in mail message from --monitorNeil Brown2006-06-021-1/+1
* Fix error code from examine properly..Neil Brown2006-06-021-5/+6
* Improve compiling for static binaries.Neil Brown2006-05-293-17/+27
* Make add_dev for uclibc return something.Neil Brown2006-05-291-0/+1
* Add uninstall target to MakefileNeil Brown2006-05-291-0/+3
* New install-* targets for installing differently compiled mdadmsNeil Brown2006-05-291-1/+15
* Makefile improvements for static linking.Neil Brown2006-05-291-3/+6
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-297-12/+25
* Uclibc has deprecated 'random' so use 'rand' instead.Neil Brown2006-05-291-0/+3
* add CFLAGS to mdassemble build and fix a couple of non-returning functionsNeil Brown2006-05-294-9/+8
* This is to avoid gcc warnings when building with strict-aliasing optimizationNeil Brown2006-05-291-4/+4
* snprintf size should be at most the size of the bufferNeil Brown2006-05-291-1/+1
* Release 2.5mdadm-2.5Neil Brown2006-05-2614-11/+203
* Make sure everything compiles...Neil Brown2006-05-264-7/+14
* Support --auto-update-homehostNeil Brown2006-05-264-3/+60
* Set default name for v1 array based on device name.Neil Brown2006-05-261-0/+11
* Support auto-assembling of stacked devicesNeil Brown2006-05-263-12/+40
* Never remove device nodes of active devices.Neil Brown2006-05-261-1/+3
* Improve names reported by --examine --briefNeil Brown2006-05-262-4/+20
* Choose better devnumbers and tidy up some issues with finding names.Neil Brown2006-05-265-3/+18
* Initial implementation of auto-assemblyNeil Brown2006-05-263-35/+117
* Allow autoassembly to choose it's own name for the array.Neil Brown2006-05-232-20/+33
* When assembly arrays using incomplete detail, prefer arrays built for this host.Neil Brown2006-05-234-5/+59
* Reorganise Assemble code somewhat.Neil Brown2006-05-232-7/+31
* Make sure name matching for array assembly understand the possibility of a ho...Neil Brown2006-05-232-2/+26
* Support --update=homehost to allow updating of homehost information.Neil Brown2006-05-234-0/+29
* Allow --update=name to update the name during assembly.Neil Brown2006-05-234-1/+24
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-237-19/+36
* Include homehost information in --examine as appropriateNeil Brown2006-05-195-12/+27
* Include homehost information in --detail where appropriate.Neil Brown2006-05-195-11/+23
* Make homehost information appear in superblock.Neil Brown2006-05-1911-14/+721
* Allow homehost to be set on command line or in config fileNeil Brown2006-05-194-19/+66
* Improve code for recognising config lines.Neil Brown2006-05-191-12/+19
* Just updaqte copyright dates and email addressNeil Brown2006-05-1920-21/+20
* New flag --no-degradedNeil Brown2006-05-195-30/+63
* Add a copy of /proc/mdstat to the mail message send by mdadm --monitor.Neil Brown2006-05-192-0/+13