summaryrefslogtreecommitdiffstats
path: root/super0.c
Commit message (Expand)AuthorAgeFilesLines
* Change write_init_super to be called only once.Neil Brown2008-05-151-19/+46
* Add 'container' level and ->validate_geometry method.Neil Brown2008-05-151-0/+38
* Fix support for --update=swapsuperNeil Brown2008-05-151-1/+2
* Recent change broken handling of metadata-less arrays.Neil Brown2008-05-151-1/+2
* add --export option to --examineKay Sievers2008-05-061-2/+22
* Small improvements to --incremental for arrays that are in the middle of reshapeNeil Brown2008-04-281-1/+2
* Print 'Events' more sensibly.Neil Brown2008-04-281-1/+3
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-45/+49
* Fix compare_super to take supertype instead of a superblock.Neil Brown2007-12-141-5/+8
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-17/+18
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-0/+7
* 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