summaryrefslogtreecommitdiffstats
path: root/super0.c
Commit message (Expand)AuthorAgeFilesLines
* Assemble: fix --force assembly of v1.x arrays which are recovering.NeilBrown2010-02-041-0/+1
* Various fixes for --killNeilBrown2009-11-241-2/+2
* Improve error messages when metadata handler does not support request.NeilBrown2009-11-171-3/+13
* Set default bitmap-chunksize for internal bitmaps to at least 64MegNeilBrown2009-11-171-2/+7
* Change default metadata from 0.90 to 1.1NeilBrown2009-11-171-3/+1
* Assemble/super0: allow non-in-sync devices to be assembled without complaint.NeilBrown2009-11-171-1/+8
* Handle negative delta_disks in super0 and super1.NeilBrown2009-10-161-5/+7
* Merge branch 'master' into devel-3.1NeilBrown2009-10-011-10/+9
|\
| * super0: fix crash on assemble if homehost is not set.NeilBrown2009-09-251-3/+7
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* | Grow: support restart of new migrations.NeilBrown2009-08-131-1/+1
* | Examine/Detail: report raid6 layoutNeilBrown2009-07-141-0/+8
|/
* Make --brief even briefer.NeilBrown2009-05-111-6/+10
* super0: Do all metadata IO with 4096byte alignmentNeilBrown2009-03-091-11/+14
* Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md...NeilBrown2008-12-181-0/+1
|\
| * introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-081-0/+1
* | Change 'size' argument to validate_geometry to be sectors, not KNeilBrown2008-12-041-2/+2
|/
* allow add_to_super to return errorsDan Williams2008-11-271-1/+3
* Merge branch 'master' into devel-3.0NeilBrown2008-10-301-1/+1
|\
| * Fix bad metadata formattingDoug Ledford2008-10-301-1/+4
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-171-4/+3
|\|
| * Improve reporting of layout for raid10.NeilBrown2008-10-131-4/+3
* | trivial warn_unused_result squashingDan Williams2008-10-151-4/+16
* | Use common code to report MD_UUID for --detail --exportNeilBrown2008-09-181-13/+0
* | Ignore leading zeros in version number information.NeilBrown2008-09-181-0/+3
* | Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-181-2/+7
* | 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-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