summaryrefslogtreecommitdiff
path: root/mdadm.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor parse_num and use it to parse optarg.Mateusz Grzonka2021-10-081-32/+18
* Add monitor delay parameter to mdadm.confoshchirs2021-08-021-4/+2
* Prevent user from using --stop with ambiguous argsNorbert Szulc2021-05-061-0/+5
* Add "bitmap" to allowed command-line valuesJakub Radtke2021-03-091-1/+3
* Super1: allow RAID0 layout setting to be removed.NeilBrown2020-10-141-2/+3
* Specify nodes number when updating cluster nodesXiao Ni2020-08-071-0/+5
* imsm: fill working_disks according to metadata.Blazej Kucman2020-01-211-3/+6
* Assemble: add support for RAID0 layouts.NeilBrown2019-12-021-0/+4
* Create: add support for RAID0 layouts.NeilBrown2019-12-021-0/+8
* mdadm: add --no-devices to avoid component devices detail informationColy Li2019-08-121-0/+4
* mdadm.c: Fix error handling for --zero-superblockMariusz Tkaczyk2018-09-271-1/+1
* Free map to avoid resource leak issuesGuoqing Jiang2018-06-111-0/+2
* mdadm: improve the dlm locking mechanism for clustered raidGuoqing Jiang2018-03-081-0/+20
* mdadm: allow clustered raid10 to be created with default layoutGuoqing Jiang2018-01-211-1/+1
* Monitor/msg: Don't print error message if mdmon doesn't runMariusz Tkaczyk2017-11-211-2/+2
* To support clustered raid10Guoqing Jiang2017-11-091-2/+7
* Close mdfd before returning main functionXiao Ni2017-10-021-0/+2
* Don't use exit(ERANGE)NeilBrown2017-08-161-1/+1
* mdadm: Fixup a large number of bad formatting of logical operatorsJes Sorensen2017-05-161-2/+1
* Don't use UnSet with consistency_policyArtur Paszkiewicz2017-04-241-6/+6
* mdadm.c:fix compile warning "mdfd is uninitialized"Zhilong Liu2017-04-111-1/+1
* mdadm: Fail for kernels older than 2.6.15Jes Sorensen2017-04-061-0/+5
* sysfs: Make sysfs_init() return an error codeJes Sorensen2017-03-301-3/+8
* mdadm.c: fix compile error "switch condition has boolean value"Gioh Kim2017-03-301-8/+6
* mdadm: Fixup a number of whitespace inconsistency casesJes Sorensen2017-03-291-26/+25
* mdadm: Clean up some ugly multiple actions on single lineJes Sorensen2017-03-291-10/+20
* Grow: support consistency policy changeArtur Paszkiewicz2017-03-291-0/+3
* Add 'ppl' and 'no-ppl' options for --update=Artur Paszkiewicz2017-03-291-1/+5
* Generic support for --consistency-policy and PPLArtur Paszkiewicz2017-03-291-3/+52
* mdadm:it doesn't make sense to set --bitmap twiceZhilong Liu2017-03-271-0/+4
* mdadm:add checking clustered bitmap in assemble modeZhilong Liu2017-03-071-2/+4
* mdadm:check the nodes when operate clustered arrayZhilong Liu2017-03-061-2/+2
* mdadm:fix typo in commentZhilong Liu2017-03-061-1/+1
* Fix oddity where mdadm did not recognise a relative pathWol2017-01-291-6/+6
* Introduce enum flag_mode for setting and clearing flags.NeilBrown2016-11-291-6/+6
* Add failfast support.NeilBrown2016-11-281-0/+11
* mdadm:add 'clustered' in typo prompt when specify wrong param for bitmapZhilong Liu2016-08-021-1/+1
* mdadm:Add '--nodes' option in GROW modezhilong2016-03-291-0/+1
* mdadm: Cleanup conditionalsJes Sorensen2016-03-221-51/+52
* Add --update=force-no-bbl.NeilBrown2015-12-211-2/+5
* recreate journal in mdadmSong Liu2015-12-161-0/+8
* Make cmap_* also has same policy as dlm_*Guoqing Jiang2015-10-211-2/+3
* Safeguard against writing to an active device of another nodeGuoqing Jiang2015-10-211-0/+2
* Enable create array with write journal (--write-journal DEVICE).Song Liu2015-10-191-0/+23
* Merge branch 'fix' of git://github.com/ldzhong/mdadmNeilBrown2015-10-011-2/+0
|\
| * mdadm: remove duplicate logic when c.delay is 0Lidong Zhong2015-08-261-2/+0
* | Increment version for clustered bitmapsGoldwyn Rodrigues2015-09-281-2/+3
|/
* main: remove use of uninitialized 'rv'.NeilBrown2015-08-051-2/+2
* Merge branch 'cluster'NeilBrown2015-07-271-3/+61
|\
| * mdadm: change the num of cluster nodeGuoqing Jiang2015-06-171-1/+4