summaryrefslogtreecommitdiffstats
path: root/mdadm.c
Commit message (Expand)AuthorAgeFilesLines
* Release 2.5mdadm-2.5Neil Brown2006-05-261-1/+1
* Support --auto-update-homehostNeil Brown2006-05-261-0/+27
* Support auto-assembling of stacked devicesNeil Brown2006-05-261-10/+20
* Initial implementation of auto-assemblyNeil Brown2006-05-261-27/+55
* Support --update=homehost to allow updating of homehost information.Neil Brown2006-05-231-0/+2
* Allow --update=name to update the name during assembly.Neil Brown2006-05-231-0/+2
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-231-4/+4
* Include homehost information in --examine as appropriateNeil Brown2006-05-191-1/+1
* Include homehost information in --detail where appropriate.Neil Brown2006-05-191-2/+2
* Make homehost information appear in superblock.Neil Brown2006-05-191-1/+8
* Allow homehost to be set on command line or in config fileNeil Brown2006-05-191-12/+20
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* New flag --no-degradedNeil Brown2006-05-191-0/+4
* Arrange the 'auto' setting in mdadm.conf can choose default type.Neil Brown2006-05-161-10/+12
* Allow default creation info to to be stored in mdadm.confNeil Brown2006-05-151-34/+3
* Limit size of bitmap to 2million chunks.Neil Brown2006-05-151-1/+0
* Support new offset layout for raid10Neil Brown2006-05-151-3/+5
* Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent ...Neil Brown2006-03-291-0/+1
* Kill old superblocks on create.Neil Brown2006-03-281-1/+1
* Reduce dependance on MD_SB_DISKSNeil Brown2006-03-281-1/+1
* Allow resize to backup to a file.Neil Brown2006-03-271-7/+37
* Initial reshape supportNeil Brown2006-03-131-1/+2
* Release some compile fixes.Neil Brown2006-02-061-2/+9
* Sort mdstat entries so that composites are well-ordered.Neil Brown2006-01-311-2/+2
* Prefer version-1 superblocks for v.large devices.Neil Brown2006-01-311-8/+0
* Stuff like..Neil Brown2006-01-301-1/+1
* Support --help --assemble etc.Neil Brown2006-01-301-14/+22
* Enable support for v.large raid1.Neil Brown2006-01-271-2/+2
* Support updating of uuid during --assemble.Neil Brown2005-12-051-1/+3
* syslog support for monitor modeNeil Brown2005-12-051-1/+7
* Support --assume-clean for --createNeil Brown2005-12-051-1/+1
* Improve option parsingNeil Brown2005-12-051-7/+17
* Support bitmaps with raid10Neil Brown2005-11-221-1/+1
* Make sure mdadm -S returns correct error codeNeil Brown2005-10-211-1/+3
* Assorted fixesNeil Brown2005-08-161-10/+9
* Add 'quite' option and tidy up some tests.Neil Brown2005-08-151-8/+12
* Support nameing of version-1 arrays.Neil Brown2005-08-091-2/+18
* Add write-behind supportNeil Brown2005-08-091-5/+40
* Support fixing of byte-swapped superblocks.Neil Brown2005-08-091-0/+14
* Allow --force flag with --growNeil Brown2005-06-141-0/+1
* Don't list device= in --examine --scan output.Neil Brown2005-06-141-4/+4
* Allow --auto to still be meaningful when --scan is givenNeil Brown2005-06-141-3/+6
* Retry --stop --scan until all stoppable devices have been stoppedNeil Brown2005-06-141-22/+37
* StuffNeil Brown2006-04-171-4/+4
* Move the test for validity of raid_disk later.Neil Brown2005-06-071-8/+22
* Increase max-devs on type-1 superblocksNeil Brown2005-06-071-2/+4
* Support --grow --bitmap=internalNeil Brown2005-06-071-4/+12
* Add support for internal bitmapsNeil Brown2005-06-071-2/+10
* Make sure to seed the random number generator for uuidsNeil Brown2005-06-071-0/+2
* Initial bitmap supportNeil Brown2005-06-071-3/+69