summaryrefslogtreecommitdiff
path: root/super1.c
Commit message (Expand)AuthorAge
* trivial warn_unused_result squashingDan Williams2008-10-15
* Use common code to report MD_UUID for --detail --exportNeilBrown2008-09-18
* Ignore leading zeros in version number information.NeilBrown2008-09-18
* Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-18
* Allow metadata handlers to communicate desired safemode delay via mdinfoDan Williams2008-09-15
* Pass 'verbose' flag to validate_geometryNeil Brown2008-07-12
* Use O_DIRECT for all IO to devices.Neil Brown2008-07-12
* Remove silly convention that major='-1' means 'zero superblock'.Neil Brown2008-07-12
* Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-12
* Add subarray field to supertype.Neil Brown2008-07-12
* Remove 'major' from superswitch.Neil Brown2008-07-12
* Use text_version in map_file rather than major.minor.Neil Brown2008-07-12
* Fix write_init_super usage when hot-adding a spareNeil Brown2008-07-12
* Always initialise a struct super_type to zeroNeil Brown2008-07-12
* Change write_init_super to be called only once.Neil Brown2008-05-15
* Add 'container' level and ->validate_geometry method.Neil Brown2008-05-15
* add --export option to --examineKay Sievers2008-05-06
* Fix possible bug with bitmap space allocation with v1.0 metadataNeil Brown2008-04-29
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-14
* Fix compare_super to take supertype instead of a superblock.Neil Brown2007-12-14
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-14
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-14
* Clarify the avail/used devices sizes with version1 superblock.Neil Brown2007-10-17
* Also use &tst instead of st later on when loading v1 superblocksJérémy Bobbio2007-10-01
* Fix segfault on assembly on amd64 with v1 superblocksmartin f. krafft2007-09-30
* Don't corrupt 'supertype' when speculatively calling load_super1Neil Brown2007-09-24
* Fix problem with add a device to a 1.x array created with older mdadm.Neil Brown2007-08-20
* Interpret "--metadata=1" with --assemble to imply any version-1, not just 1.0Doug Ledford2007-07-09
* Update tests and add linear-addNeil Brown2007-05-21
* Fix --grow --add for linear arrays.Neil Brown2007-05-21
* Fix handling of negative bitmap offsets on 64bit hosts.Neil Brown2007-05-21
* Add --export option to --detail to use key=value pairs.Kay Sievers2007-05-08
* Fix up calculation of bitmap space when creating v1 metadata.Neil Brown2007-05-08
* A couple of casts needed in printf statements.Neil Brown2007-02-22
* Fix a warning about an uninitialised variable.Neil Brown2007-02-22
* Centralise code for copying uuidNeil Brown2006-12-14
* Support --uuid= with --create to choose your own UUID.Neil Brown2006-12-14
* Fix bug where v1 superblock might appear active when they should be clean.Neil Brown2006-12-14
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-14
* Fix and test --update=uuidNeil Brown2006-12-14
* When resync finished, report the mismatch count if there is one.Neil Brown2006-12-14
* Change 'Device Size' to 'Used Dev Size'Neil Brown2006-12-14
* Give useful message if raid4/5/6 cannot be started because it is not clean an...Neil Brown2006-12-14
* Fix a misleading comment.Neil Brown2006-12-14
* Support --update=devicesize for cases where the underlying device can change ...Neil Brown2006-12-14
* Improve allocation and use of space for bitmaps in version1 metadataNeil Brown2006-12-14
* Remove some unused interfaces to the metadata handlers.Neil Brown2006-12-14
* Make Assemble/Force work on raid6 with 2 missing devices.Neil Brown2006-12-14
* --update=resync did exactly the wrong thing for version1 metadata.Neil Brown2006-11-13
* Fixed UUID printing in "--detail --brief" for version1 metadata.Neil Brown2006-11-09