summaryrefslogtreecommitdiffstats
path: root/super0.c
Commit message (Expand)AuthorAgeFilesLines
* Pass 'verbose' flag to validate_geometryNeil Brown2008-07-121-3/+6
* Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-15/+18
* Make super super0.c function static.Neil Brown2008-07-121-3/+3
* Remove silly convention that major='-1' means 'zero superblock'.Neil Brown2008-07-121-1/+1
* Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-121-1/+3
* Add subarray field to supertype.Neil Brown2008-07-121-0/+3
* Remove 'major' from superswitch.Neil Brown2008-07-121-1/+0
* Use text_version in map_file rather than major.minor.Neil Brown2008-07-121-0/+2
* Fix write_init_super usage when hot-adding a spareNeil Brown2008-07-121-0/+2
* Always initialise a struct super_type to zeroNeil Brown2008-07-121-0/+1
* Merge branch 'master' into devel-3.0Neil Brown2008-06-191-1/+4
|\
| * Fix an error when assembling arrays that are in the middle of a reshape.Neil Brown2008-06-191-1/+4
* | 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