summaryrefslogtreecommitdiffstats
path: root/super1.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Add 'container' level and ->validate_geometry method.Neil Brown2008-05-151-1/+31
|/
* add --export option to --examineKay Sievers2008-05-061-2/+37
* Fix possible bug with bitmap space allocation with v1.0 metadataNeil Brown2008-04-291-1/+3
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-58/+62
* Fix compare_super to take supertype instead of a superblock.Neil Brown2007-12-141-4/+7
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-13/+14
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-0/+7
* Clarify the avail/used devices sizes with version1 superblock.Neil Brown2007-10-171-2/+2
* Also use &tst instead of st later on when loading v1 superblocksJérémy Bobbio2007-10-011-1/+1
* Fix segfault on assembly on amd64 with v1 superblocksmartin f. krafft2007-09-301-1/+1
* Don't corrupt 'supertype' when speculatively calling load_super1Neil Brown2007-09-241-9/+10
* Fix problem with add a device to a 1.x array created with older mdadm.Neil Brown2007-08-201-0/+4
* Interpret "--metadata=1" with --assemble to imply any version-1, not just 1.0Doug Ledford2007-07-091-8/+29
* Update tests and add linear-addNeil Brown2007-05-211-0/+1
* Fix --grow --add for linear arrays.Neil Brown2007-05-211-4/+27
* Fix handling of negative bitmap offsets on 64bit hosts.Neil Brown2007-05-211-2/+2
* Add --export option to --detail to use key=value pairs.Kay Sievers2007-05-081-0/+23
* Fix up calculation of bitmap space when creating v1 metadata.Neil Brown2007-05-081-31/+20
* A couple of casts needed in printf statements.Neil Brown2007-02-221-2/+4
* Fix a warning about an uninitialised variable.Neil Brown2007-02-221-0/+2
* Centralise code for copying uuidNeil Brown2006-12-141-26/+4
* Support --uuid= with --create to choose your own UUID.Neil Brown2006-12-141-8/+23
* Fix bug where v1 superblock might appear active when they should be clean.Neil Brown2006-12-141-1/+3
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-36/+10
* Fix and test --update=uuidNeil Brown2006-12-141-2/+14
* When resync finished, report the mismatch count if there is one.Neil Brown2006-12-141-1/+1
* Change 'Device Size' to 'Used Dev Size'Neil Brown2006-12-141-1/+3
* Give useful message if raid4/5/6 cannot be started because it is not clean an...Neil Brown2006-12-141-0/+1
* Fix a misleading comment.Neil Brown2006-12-141-1/+3
* Support --update=devicesize for cases where the underlying device can change ...Neil Brown2006-12-141-5/+29
* Improve allocation and use of space for bitmaps in version1 metadataNeil Brown2006-12-141-27/+99
* Remove some unused interfaces to the metadata handlers.Neil Brown2006-12-141-20/+0
* Make Assemble/Force work on raid6 with 2 missing devices.Neil Brown2006-12-141-1/+9
* --update=resync did exactly the wrong thing for version1 metadata.Neil Brown2006-11-131-1/+1
* Fixed UUID printing in "--detail --brief" for version1 metadata.Neil Brown2006-11-091-1/+1
* Increase default size of bitmap for v1 superblocks.Neil Brown2006-10-191-1/+1
* Fix array-subscript error.Neil Brown2006-10-191-1/+1
* Fix typo in earlier patch.Neil Brown2006-10-101-1/+1
* Fix some endian-ness issues with v1 superblocks.Neil Brown2006-10-091-8/+16
* Work around bug in --add handling for version-1 superblocksNeil Brown2006-06-261-1/+5
* Add 'Array Slot' line to --examine for version-1 superblocksNeil Brown2006-06-261-0/+12
* Move a variable declaration to the declaration area.Paul Clements2006-06-201-2/+1
* Fix problem with post-increment usage in macroPaul Clements2006-06-201-2/+4
* Fix offsetof macro for 64bit hostsNeil Brown2006-06-161-1/+1
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-291-1/+2
* Release 2.5mdadm-2.5Neil Brown2006-05-261-1/+1
* Improve names reported by --examine --briefNeil Brown2006-05-261-1/+11
* When assembly arrays using incomplete detail, prefer arrays built for this host.Neil Brown2006-05-231-0/+11
* Support --update=homehost to allow updating of homehost information.Neil Brown2006-05-231-0/+11
* Allow --update=name to update the name during assembly.Neil Brown2006-05-231-0/+13