summaryrefslogtreecommitdiffstats
path: root/super0.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-7/+7
* Fix error message when adding a device that is too small.Neil Brown2007-08-201-6/+6
* Fix --grow --add for linear arrays.Neil Brown2007-05-211-3/+10
* Add --export option to --detail to use key=value pairs.Kay Sievers2007-05-081-0/+13
* Release 2.6mdadm-2.6Neil Brown2006-12-211-3/+3
* Add new mode: --incrementalNeil Brown2006-12-211-0/+3
* Support --uuid= with --create to choose your own UUID.Neil Brown2006-12-141-11/+18
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-46/+14
* Change 'Device Size' to 'Used Dev Size'Neil Brown2006-12-141-1/+2
* Give useful message if raid4/5/6 cannot be started because it is not clean an...Neil Brown2006-12-141-0/+1
* Improve allocation and use of space for bitmaps in version1 metadataNeil Brown2006-12-141-2/+6
* Remove some unused interfaces to the metadata handlers.Neil Brown2006-12-141-17/+0
* Make Assemble/Force work on raid6 with 2 missing devices.Neil Brown2006-12-141-1/+9
* Make --examine report chunk size when it shouldNeil Brown2006-10-091-0/+2
* Remove indeterminism from names in --examine --brief output.Neil Brown2006-08-111-5/+0
* Fix a recently introduced bug, and make --assemble more resilient to it.Neil Brown2006-06-261-1/+1
* Remove libssl dependancy and always use sha1.c codeNeil Brown2006-06-021-20/+22
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-291-1/+2
* Make sure everything compiles...Neil Brown2006-05-261-0/+4
* Improve names reported by --examine --briefNeil Brown2006-05-261-3/+9
* Choose better devnumbers and tidy up some issues with finding names.Neil Brown2006-05-261-1/+3
* Allow autoassembly to choose it's own name for the array.Neil Brown2006-05-231-1/+1
* When assembly arrays using incomplete detail, prefer arrays built for this host.Neil Brown2006-05-231-0/+12
* Support --update=homehost to allow updating of homehost information.Neil Brown2006-05-231-0/+7
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-231-1/+9
* Include homehost information in --examine as appropriateNeil Brown2006-05-191-4/+12
* Include homehost information in --detail where appropriate.Neil Brown2006-05-191-1/+8
* Make homehost information appear in superblock.Neil Brown2006-05-191-2/+17
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* When updating uuid, update the bitmap as well - internal bitmaps.Neil Brown2006-05-161-2/+36
* Fix problem with sector/KB size confuision for bitmap sizing.Neil Brown2006-05-151-4/+2
* Support new offset layout for raid10Neil Brown2006-05-151-4/+8
* [PATCH] Make sure update_super returns correct value.Neil Brown2006-04-281-4/+14
* Create missing /dev files where needed.Neil Brown2006-03-281-1/+1
* Remove ident arg from getinfo_super;Neil Brown2006-03-271-2/+2
* Support restarting of a reshape on --assembleNeil Brown2006-03-201-10/+26
* Release some compile fixes.Neil Brown2006-02-061-3/+4
* Have --examine report reshape details.Neil Brown2006-01-271-1/+40
* Enable support for v.large raid1.Neil Brown2006-01-271-2/+4
* Minor fixesNeil Brown2006-01-271-1/+1
* Support updating of uuid during --assemble.Neil Brown2005-12-051-0/+6
* Support bitmaps with raid10Neil Brown2005-11-221-4/+3
* Create version-4 bitmaps if kernel supports it.Neil Brown2005-10-111-2/+2
* Fix remaining problems with hot-add bitmap to version-1 superblockNeil Brown2005-09-121-1/+1
* Fix assembling of raid10 in the face of missing devices.Neil Brown2005-09-121-0/+5
* Passes all tests, nearly ready for release.Neil Brown2005-08-261-28/+9
* Support internal bitmaps with format-1 superblocks.Neil Brown2005-08-251-3/+4
* Add 'quite' option and tidy up some tests.Neil Brown2005-08-151-3/+4
* Support nameing of version-1 arrays.Neil Brown2005-08-091-3/+4
* Add write-behind supportNeil Brown2005-08-091-8/+18