summaryrefslogtreecommitdiffstats
path: root/super0.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* 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
* 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