summaryrefslogtreecommitdiff
path: root/Detail.c
Commit message (Expand)AuthorAgeFilesLines
* Detail: fix handling of 'disks' array.NeilBrown2014-11-041-4/+4
* Detail: Avoid dereferencing some NULL pointers.NeilBrown2014-08-061-3/+3
* Release mdadm-3.3mdadm-3.3NeilBrown2013-09-031-1/+1
* Detail: Factor out add_device()Martin Wilck2013-07-021-11/+21
* Detail: deterministic ordering in --brief --verbosemwilck@arcor.de2013-06-241-8/+25
* Detail: add device information to --detail --exportNeilBrown2013-06-191-0/+19
* Detail: report on inactive arrays.NeilBrown2013-05-131-26/+55
* Detail: fix --brief --verboseNeilBrown2013-05-131-2/+2
* Detail.c: call load_container for container subarraysmwilck@arcor.de2013-03-041-1/+9
* Discard devnum in favour of devnmNeilBrown2013-02-211-12/+12
* Detail: print correct size for large external-metadata arrays.NeilBrown2013-02-051-0/+2
* Report replacement devices correctly with --detail and --examineNeilBrown2012-10-231-7/+15
* Detail: don't report a faulty device as 'spare' or 'rebuilding'.NeilBrown2012-10-221-1/+2
* Handles spaces in array names better.NeilBrown2012-10-041-4/+10
* imsm: Allow to specify controller for --detail-platform.Maciej Naruszewicz2012-10-041-5/+5
* Detail/raid10: don't report 'set' names for 'far' and 'offset' raid10.NeilBrown2012-10-031-1/+1
* Fix return code for --detail-platformMaciej Naruszewicz2012-10-021-0/+1
* imsm: Add --export option for --detail-platformMaciej Naruszewicz2012-10-021-2/+6
* fix segfaults in Detail()Lukasz Dorau2012-09-201-2/+3
* Minor cosmetic fixes in various files.NeilBrown2012-08-131-10/+18
* Change Detail and misc_scan to take a struct contextNeilBrown2012-07-091-19/+20
* Change name of 'c' variable in DetailNeilBrown2012-07-091-17/+18
* Convert 'quiet' to 'not verbose' in various places.NeilBrown2012-07-091-4/+4
* Remove scattered checks for malloc success.NeilBrown2012-07-091-5/+5
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-10/+10
* Monitor: fix inconsistencies in values for ->percentNeilBrown2012-06-041-4/+4
* Detail: show which 'set' each device in a RAID10 belongs toNeilBrown2012-05-301-1/+13
* Add --prefer option for --detail and --monitorNeilBrown2012-04-181-5/+6
* Remove avail_disks arg from 'enough'.NeilBrown2012-02-071-2/+2
* Detail(): Remember to free 'avail'Jes Sorensen2011-11-021-1/+2
* Fix memory leakJes Sorensen2011-11-011-0/+1
* Show DELAYED, PENDING status of resync process in "--detail"Krzysztof Wojcik2011-06-231-9/+9
* mdadm --detail was incorrect for shrinking reshapesAndrew Burgess2011-06-231-4/+1
* Detail: report subarrays of a container properly.NeilBrown2011-03-091-1/+1
* imsm: set imsm spare uuid to 0Anna Czarnowska2010-12-261-3/+3
* Initialize st->devnum and st->container_dev in super_by_fdDan Williams2010-11-231-7/+4
* Use new container_content rather than passing subarray to load_super.NeilBrown2010-11-221-32/+40
* super_by_fd: return subarray info explicitly.NeilBrown2010-11-221-1/+5
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-221-1/+1
* detail/wait: better handling of monitoring sync action.NeilBrown2010-11-221-2/+2
* Compile with -Wextra by defaultNeilBrown2010-08-051-1/+1
* Detail: clean up handing of the 'info' we load from superblock.NeilBrown2010-08-051-35/+47
* Cast to long long before left-shifting too much.NeilBrown2010-07-221-1/+1
* 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