summaryrefslogtreecommitdiffstats
path: root/Detail.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mdadm: add xmalloc.hMariusz Tkaczyk2024-09-271-0/+2
* mdadm: Change displaying of devices in --detailAnna Sztukowska2024-08-301-10/+4
* Detail: fix --detail --export for uuid_zeroKinga Stefaniuk2024-07-241-1/+1
* mdadm: Fix native --detail --exportMariusz Tkaczyk2024-03-221-1/+25
* Detail: remove duplicated codeKinga Tanska2024-03-061-20/+13
* Remove all "if zeros"Mateusz Kusiak2023-12-191-7/+0
* mdadm: Follow POSIX Portable Character SetMariusz Tkaczyk2023-10-261-11/+6
* mdadm: define DEV_MD_DIRMariusz Tkaczyk2023-05-081-5/+4
* Detail.c: fix memleak in Detail()Wu Guanghao2023-03-081-0/+1
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-051-2/+2
* mdadm/Detail: Can't show container name correctly when unpluging disksXiao Ni2021-11-021-8/+8
* Fix memory leak after "mdadm --detail"Mateusz Grzonka2021-08-021-11/+9
* Remove Spare drives line from details for external metadataOleksandr Shchirskyi2021-07-161-1/+2
* It should be FAILED when raid has not enough active disksXiao Ni2021-03-081-4/+10
* mdadm/Detail: show correct state for clustered arrayZhao Heming2020-11-261-1/+19
* Detail: fix segfault during IMSM raid creationLidong Zhong2020-11-261-1/+1
* Detail: show correct raid level when the array is inactiveLidong Zhong2020-10-141-1/+4
* Detail: adding sync status for cluster deviceLidong Zhong2020-04-271-3/+6
* Detail: show correct bitmap info for cluster raid deviceLidong Zhong2020-03-161-1/+3
* Create: add support for RAID0 layouts.NeilBrown2019-12-021-0/+5
* imsm: return correct uuid for volume in detailBlazej Kucman2019-12-021-2/+2
* mdadm: Introduce new array state 'broken' for raid0/linearGuilherme G. Piccoli2019-09-301-2/+12
* mdadm: add --no-devices to avoid component devices detail informationColy Li2019-08-121-8/+16
* Detail.c: do not skip first character when calling xstrdup in Detail()Coly Li2019-02-131-1/+1
* Free map to avoid resource leak issuesGuoqing Jiang2018-06-111-0/+2
* mdadm: fix use-after-free after free_mdstatZhipeng Xie2018-04-101-1/+2
* Detail: differentiate between container and inactive arraysMariusz Tkaczyk2017-08-231-5/+11
* Detail: correct output for active arraysMariusz Tkaczyk2017-08-161-8/+7
* Detail: don't exit if ioctl has been successfulTomasz Majchrzak2017-05-241-12/+15
* mdadm: Fix '==' broken formattingJes Sorensen2017-05-161-3/+3
* Detail: Reinstate support for not having sysfsJes Sorensen2017-04-251-3/+5
* Detail: Respect code lines are 80 character wideJes Sorensen2017-04-251-101/+138
* Detail: determine array state from sysfsJes Sorensen2017-04-251-5/+4
* Detail: ensure --export names are acceptable as shell variables.NeilBrown2017-04-201-3/+9
* Detail: Fixup ugly if () foo() abuseJes Sorensen2017-04-121-3/+5
* Detail: Remove pre-2.6 code for printing info on rebuildingJes Sorensen2017-04-121-16/+3
* Detail: Stop bothering about md drivers older than 0.90.00Jes Sorensen2017-04-051-20/+7
* util: Introduce md_get_disk_info()Jes Sorensen2017-03-291-5/+3
* util: Introduce md_get_array_info()Jes Sorensen2017-03-291-1/+1
* Detail: show consistency policyArtur Paszkiewicz2017-03-291-36/+54
* Detail: handle non-existent arrays better.NeilBrown2017-03-281-0/+8
* mdadm: Specify enough length when write to bufferXiao Ni2017-03-171-1/+1
* Add failfast support.NeilBrown2016-11-281-0/+1
* mdadm: put journal device in right place of --detailSong Liu2016-08-121-1/+2
* Use dev_t for devnm2devid and devid2devnmMike Lovell2016-06-031-2/+2
* load_sys(): Add a buffer size argumentJes Sorensen2016-03-091-1/+1
* super0: Fix reporting of devices between 2GB and 4GBNeilBrown2016-01-281-2/+3
* Detail: fix wrong condition in recent change.NeilBrown2015-12-231-1/+1
* move journal to end of --detail listSong Liu2015-12-211-2/+3
* Merge https://github.com/makelinux/mdadmNeilBrown2015-12-211-4/+2
|\