summaryrefslogtreecommitdiff
path: root/mdadm.c
Commit message (Expand)AuthorAgeFilesLines
* mdadm: define is_devname_ignore()Mariusz Tkaczyk2023-05-081-3/+2
* Bump minimum kernel version to 2.6.32Jes Sorensen2023-04-101-2/+2
* mdadm: Add --write-zeros option for CreateLogan Gunthorpe2023-03-131-0/+9
* Change char* to enum in context->update & refactor codeMateusz Kusiak2023-01-041-33/+19
* Manage&Incremental: code refactor, string to enumMateusz Kusiak2023-01-041-5/+18
* mdadm: Add option validation for --update-subarrayMateusz Kusiak2023-01-041-73/+31
* mdadm: create ident_init()Mariusz Tkaczyk2022-12-281-14/+2
* mdadm: Don't open md device for CREATE and ASSEMBLELogan Gunthorpe2022-08-231-20/+20
* mdadm: move data_offset to struct shapeMariusz Tkaczyk2022-08-231-11/+9
* mdadm: remove symlink optionMariusz Tkaczyk2022-08-231-20/+0
* mdadm: Fix optional --write-behind parameterLogan Gunthorpe2022-08-071-2/+3
* mdadm: Fix mdadm -r remove option regressionLogan Gunthorpe2022-08-071-0/+1
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-041-10/+10
* mdadm: block creation with long namesBlazej Kucman2021-12-081-1/+8
* Correct checking if file descriptors are validMateusz Grzonka2021-11-241-2/+1
* 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