summaryrefslogtreecommitdiff
path: root/Examine.c
Commit message (Expand)AuthorAgeFilesLines
* Change update to enum in update_super and update_subarrayMateusz Kusiak2023-01-041-1/+1
* Don't associate spares with other arrays during RAID ExamineOleksandr Shchirskyi2021-07-161-1/+1
* imsm: add verbose flag to compare_superMariusz Tkaczyk2021-03-081-1/+1
* examine: tidy up some code.NeilBrown2017-03-061-36/+39
* Release mdadm-3.3mdadm-3.3NeilBrown2013-09-031-1/+1
* MISC: Add --examine-badblocks optionNeilBrown2012-12-051-0/+36
* Minor cosmetic fixes in various files.NeilBrown2012-08-131-7/+10
* change Examine to take a struct contextNeilBrown2012-07-091-19/+18
* Examine: split 'verbose' out from 'brief'.NeilBrown2012-07-091-5/+6
* Remove scattered checks for malloc success.NeilBrown2012-07-091-1/+1
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-4/+4
* examine: allows to examine a disk metadata on non-metadata compliant systemsLabun, Marcin2011-03-231-0/+2
* Don't close fds in write_init_superNeilBrown2011-01-251-0/+1
* Add must_be_container helper.NeilBrown2010-11-221-2/+1
* Improve type names for mddev_devNeilBrown2010-11-221-1/+1
* Use new load_container in ExamineNeilBrown2010-11-221-7/+23
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-221-2/+2
* Add mbr pseudo metadata handler.NeilBrown2010-09-061-1/+5
* Examine: don't count containers as sparesDan Williams2009-09-151-1/+2
* Examine: fixup output in the presence of containers with sparesDan Williams2009-09-151-3/+9
* Exmaine/brief: put member arrays after container arrays.NeilBrown2009-08-071-0/+2
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2009-08-071-3/+1
|\
| * fix examine_brief segfaultDan Williams2009-07-311-3/+1
* | Examine: make --metadata= work with --briefNeilBrown2009-07-101-2/+4
|/
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* Make --brief even briefer.NeilBrown2009-05-111-1/+1
* Examine: add examine_export for ddf and avoid crashes.NeilBrown2009-03-091-1/+2
* Examine: fix MD_DISK_SYNC is a bit not a flagDan Williams2008-10-281-1/+1
* add --export option to --examineKay Sievers2008-05-061-1/+4
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-12/+11
* Fix compare_super to take supertype instead of a superblock.Neil Brown2007-12-141-1/+1
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-9/+11
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-3/+3
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-1/+1
* Fix error code from examine properly..Neil Brown2006-06-021-5/+6
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-231-1/+1
* Include homehost information in --examine as appropriateNeil Brown2006-05-191-2/+4
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* Fix incorrect error status from --examine --scanNeil Brown2006-05-191-2/+3
* Remove ident arg from getinfo_super;Neil Brown2006-03-271-3/+2
* Provide error message if --examine does find a valid superblockNeil Brown2006-01-271-4/+8
* Allow scanning of devices listed in /proc/partitions independant of /devNeil Brown2005-12-051-2/+2
* Remvoe blank line from '--examine --brief' output.Neil Brown2005-11-221-1/+2
* Add 'quite' option and tidy up some tests.Neil Brown2005-08-151-1/+1
* Support nameing of version-1 arrays.Neil Brown2005-08-091-2/+3
* Don't list device= in --examine --scan output.Neil Brown2005-06-141-4/+6
* super1Neil Brown2005-05-031-13/+14
* Add a 'super-switch' so that different format superblocks can be used.Neil Brown2005-05-031-7/+15
* Separate sueprblock handling into separate fileNeil Brown2005-05-031-156/+24
* Change "dirty" to "active" in array statusNeil Brown2005-04-041-1/+1