summaryrefslogtreecommitdiffstats
path: root/Detail.c
Commit message (Expand)AuthorAgeFilesLines
* Detail: Report state of FAILED when an array has too few devices to work.NeilBrown2010-01-291-32/+48
* Don't use %02d as a metadata format specifier for metadata numbers.Doug Ledford2010-01-191-3/+3
* Detail: report new-layout for RAID6 arraysNeilBrown2009-10-291-0/+5
* Merge branch 'master' into devel-3.1NeilBrown2009-10-221-0/+6
|\
| * Free some malloced memory that wasn't being freed.NeilBrown2009-10-221-0/+1
| * Merge git://github.com/djbw/mdadmNeilBrown2009-10-191-0/+5
| |\
| | * Detail: export MD_UUID from mapfileDan Williams2009-10-131-0/+5
* | | Merge branch 'master' into devel-3.1NeilBrown2009-10-011-10/+18
|\| |
| * | Add missing space in "--detail --brief" output.NeilBrown2009-10-011-2/+2
| |/
| * Detail: fix for an imsm container with a spareDan Williams2009-09-151-1/+14
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* | Examine/Detail: report raid6 layoutNeilBrown2009-07-141-0/+4
|/
* Make --brief even briefer.NeilBrown2009-05-111-8/+10
* Merge branch 'master' into devel-3.0NeilBrown2009-02-021-2/+2
|\
| * Fix the used device size in mdadm -D output.NeilBrown2009-02-021-2/+2
* | Create: warn when a metadata format's platform components are missingDan Williams2009-01-201-2/+2
* | introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-081-0/+41
* | Detail: support MD_DEVNAME in --export for metadata-less devices.NeilBrown2008-11-041-0/+6
* | detail: --export also provided MD_DEVNAMENeilBrown2008-11-041-0/+5
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-301-1/+1
|\|
| * Adjust major number testing to allow for extended minor number in 2.6.28NeilBrown2008-10-301-1/+1
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-301-3/+3
|\|
| * Fix bad metadata formattingDoug Ledford2008-10-301-3/+3
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-171-3/+3
|\|
| * Improve reporting of layout for raid10.NeilBrown2008-10-131-3/+3
* | Use common code to report MD_UUID for --detail --exportNeilBrown2008-09-181-2/+10
* | Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-181-3/+5
* | Teach --detail about containers and members there-of.NeilBrown2008-09-181-31/+123
|/
* Clean up usage of open()Doug Ledford2008-07-241-1/+1
* Add "bitmap=" to "--detail --brief" output when relevant.Neil Brown2008-06-261-0/+8
* add --export option to --examineKay Sievers2008-05-061-1/+1
* Fix problems with array.size overflowing on large arrays.Neil Brown2008-04-281-1/+1
* Use sysfs info for metadata version info in Detail and elsewhere.Neil Brown2007-12-141-11/+30
* Find super from fd on an array.Neil Brown2007-12-141-1/+1
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-18/+16
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-6/+6
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-1/+3
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-6/+6
* Add metadata version information to "--detail --brief" output.Neil Brown2007-11-131-1/+4
* "--export" segfaults with non-persistent super blocksTim Woods2007-07-231-1/+2
* Fix compile error in Detail.cNeil Brown2007-05-221-1/+1
* Make return code for "--detail --test" more reliable.Neil Brown2007-05-211-4/+14
* Add --export option to --detail to use key=value pairs.Kay Sievers2007-05-081-2/+14
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-12/+2
* Change 'Device Size' to 'Used Dev Size'Neil Brown2006-12-141-3/+6
* Include homehost information in --detail where appropriate.Neil Brown2006-05-191-2/+2
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* Detail checks if array has been started or not and includes that in report.Neil Brown2006-05-151-2/+3
* Support new offset layout for raid10Neil Brown2006-05-151-3/+5
* Reduce dependance on MD_SB_DISKSNeil Brown2006-03-281-1/+1