summaryrefslogtreecommitdiff
path: root/Detail.c
Commit message (Expand)AuthorAge
* Add --prefer option for --detail and --monitorNeilBrown2012-04-18
* Remove avail_disks arg from 'enough'.NeilBrown2012-02-07
* Detail(): Remember to free 'avail'Jes Sorensen2011-11-02
* Fix memory leakJes Sorensen2011-11-01
* Show DELAYED, PENDING status of resync process in "--detail"Krzysztof Wojcik2011-06-23
* mdadm --detail was incorrect for shrinking reshapesAndrew Burgess2011-06-23
* Detail: report subarrays of a container properly.NeilBrown2011-03-09
* imsm: set imsm spare uuid to 0Anna Czarnowska2010-12-26
* Initialize st->devnum and st->container_dev in super_by_fdDan Williams2010-11-23
* Use new container_content rather than passing subarray to load_super.NeilBrown2010-11-22
* super_by_fd: return subarray info explicitly.NeilBrown2010-11-22
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-22
* detail/wait: better handling of monitoring sync action.NeilBrown2010-11-22
* Compile with -Wextra by defaultNeilBrown2010-08-05
* Detail: clean up handing of the 'info' we load from superblock.NeilBrown2010-08-05
* Cast to long long before left-shifting too much.NeilBrown2010-07-22
* Detail: Report state of FAILED when an array has too few devices to work.NeilBrown2010-01-29
* Don't use %02d as a metadata format specifier for metadata numbers.Doug Ledford2010-01-19
* Detail: report new-layout for RAID6 arraysNeilBrown2009-10-29
* Merge branch 'master' into devel-3.1NeilBrown2009-10-22
|\
| * Free some malloced memory that wasn't being freed.NeilBrown2009-10-22
| * Merge git://github.com/djbw/mdadmNeilBrown2009-10-19
| |\
| | * Detail: export MD_UUID from mapfileDan Williams2009-10-13
* | | Merge branch 'master' into devel-3.1NeilBrown2009-10-01
|\| |
| * | Add missing space in "--detail --brief" output.NeilBrown2009-10-01
| |/
| * Detail: fix for an imsm container with a spareDan Williams2009-09-15
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* | Examine/Detail: report raid6 layoutNeilBrown2009-07-14
|/
* Make --brief even briefer.NeilBrown2009-05-11
* Merge branch 'master' into devel-3.0NeilBrown2009-02-02
|\
| * Fix the used device size in mdadm -D output.NeilBrown2009-02-02
* | Create: warn when a metadata format's platform components are missingDan Williams2009-01-20
* | introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-08
* | Detail: support MD_DEVNAME in --export for metadata-less devices.NeilBrown2008-11-04
* | detail: --export also provided MD_DEVNAMENeilBrown2008-11-04
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-30
|\|
| * Adjust major number testing to allow for extended minor number in 2.6.28NeilBrown2008-10-30
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-30
|\|
| * Fix bad metadata formattingDoug Ledford2008-10-30
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-17
|\|
| * Improve reporting of layout for raid10.NeilBrown2008-10-13
* | Use common code to report MD_UUID for --detail --exportNeilBrown2008-09-18
* | Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-18
* | Teach --detail about containers and members there-of.NeilBrown2008-09-18
|/
* Clean up usage of open()Doug Ledford2008-07-24
* Add "bitmap=" to "--detail --brief" output when relevant.Neil Brown2008-06-26
* add --export option to --examineKay Sievers2008-05-06
* Fix problems with array.size overflowing on large arrays.Neil Brown2008-04-28
* Use sysfs info for metadata version info in Detail and elsewhere.Neil Brown2007-12-14
* Find super from fd on an array.Neil Brown2007-12-14