summaryrefslogtreecommitdiffstats
path: root/super1.c
Commit message (Expand)AuthorAgeFilesLines
* conf/assemble: new config line "auto".NeilBrown2009-05-111-1/+1
* Merge branch 'master' in devel-3.0NeilBrown2009-03-101-0/+4
|\
| * super1: make sure max_dev grows enough when adding a device to an array.NeilBrown2009-03-091-0/+3
| * Fix bad metadata formattingDoug Ledford2008-10-301-0/+3
* | super1/examine: remove confusing information.NeilBrown2009-03-091-4/+21
* | super1 - do metadata IO in sector_size units.NeilBrown2009-03-091-7/+64
* | introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-081-0/+1
* | allow add_to_super to return errorsDan Williams2008-11-271-1/+3
* | Don't give array name in --examine --brief output if it is doubtful.NeilBrown2008-11-041-2/+4
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-171-10/+38
|\|
| * Grow: Fix linear-growth when devices are not all the same size.NeilBrown2008-10-151-1/+20
| * Improve reporting of layout for raid10.NeilBrown2008-10-131-8/+6
| * Manage: allow adding device that is just large enough to v1.x array.NeilBrown2008-10-131-1/+12
* | trivial warn_unused_result squashingDan Williams2008-10-151-6/+18
* | Use common code to report MD_UUID for --detail --exportNeilBrown2008-09-181-6/+0
* | Ignore leading zeros in version number information.NeilBrown2008-09-181-3/+9
* | Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-181-2/+6
* | Allow metadata handlers to communicate desired safemode delay via mdinfoDan Williams2008-09-151-0/+1
* | Pass 'verbose' flag to validate_geometryNeil Brown2008-07-121-3/+6
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-17/+26
* | 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-0/+3
* | Add subarray field to supertype.Neil Brown2008-07-121-0/+3
* | Remove 'major' from superswitch.Neil Brown2008-07-121-2/+1
* | Use text_version in map_file rather than major.minor.Neil Brown2008-07-121-0/+1
* | Fix write_init_super usage when hot-adding a spareNeil Brown2008-07-121-6/+2
* | Always initialise a struct super_type to zeroNeil Brown2008-07-121-1/+2
* | Change write_init_super to be called only once.Neil Brown2008-05-151-96/+129
* | 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