summaryrefslogtreecommitdiffstats
path: root/mdadm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mdadm: add xmalloc.hMariusz Tkaczyk2024-09-271-0/+2
* Incremental: Rename IncrementalRemoveMariusz Tkaczyk2024-09-271-2/+1
* mdadm: deprecate bitmap custom fileMariusz Tkaczyk2024-05-231-23/+47
* mdadm: pass struct context for external reshapesMateusz Kusiak2024-05-071-1/+1
* Replace "none" with macroMateusz Kusiak2024-01-241-4/+3
* mdadm: define ident_set_devname()Mariusz Tkaczyk2023-10-261-8/+2
* mdadm: refactor ident->name handlingMariusz Tkaczyk2023-10-261-9/+3
* mdadm: set ident.devname if applicableMariusz Tkaczyk2023-10-261-32/+25
* Fix memory leak in file mdadmGuanqin Miao2023-09-011-0/+4
* Add secure gethostname() wrapperBlazej Kucman2023-09-011-2/+1
* 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-051-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