summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* super-intel: make freesize not required for chunk size migrationKinga Tanska2023-01-051-5/+5
* incremental, manage: do not verify if remove is safeKinga Tanska2023-01-052-4/+5
* Manage: do not check array state when drive is removedKinga Tanska2023-01-051-2/+1
* mdadm/udev: Don't handle change event on raw devicesXiao Ni2023-01-051-0/+8
* util: remove obsolete code from get_md_nameMateusz Kusiak2023-01-042-39/+20
* mdmon: fix segfaultMateusz Kusiak2023-01-042-15/+13
* Change char* to enum in context->update & refactor codeMateusz Kusiak2023-01-043-57/+37
* Manage&Incremental: code refactor, string to enumMateusz Kusiak2023-01-045-33/+45
* Change update to enum in update_super and update_subarrayMateusz Kusiak2023-01-049-62/+52
* super-intel: refactor the code for enumMateusz Kusiak2023-01-041-12/+25
* super1: refactor the code for enumMateusz Kusiak2023-01-041-61/+91
* super0: refactor the code for enumMateusz Kusiak2023-01-041-39/+63
* super-ddf: Remove update_super_ddf.Mateusz Kusiak2023-01-041-70/+0
* Add code specific update options to enum.Mateusz Kusiak2023-01-042-0/+36
* Fix --update-subarray on active volumeMateusz Kusiak2023-01-042-5/+7
* mdadm: Add option validation for --update-subarrayMateusz Kusiak2023-01-044-74/+124
* mdadm: create ident_init()Mariusz Tkaczyk2022-12-283-32/+36
* Grow: fix possible memory leak.Blazej Kucman2022-12-281-1/+4
* Update mdadm Monitor manual.Blazej Kucman2022-12-281-21/+50
* Monitor: block if monitor modes are combined.Blazej Kucman2022-12-281-1/+6
* Mdmonitor: Split alert() into separate functionsMateusz Grzonka2022-12-281-91/+95
* Mdmonitor: Omit non-md devicesLukasz Florczak2022-09-291-8/+4
* mdadm: replace container level checking with inlineKinga Tanska2022-09-2910-20/+33
* ReadMe: fix command-line helpMariusz Tkaczyk2022-09-161-1/+1
* mdadm: Add Documentation entries to systemd servicesMariusz Tkaczyk2022-09-167-1/+8
* mdadm: added support for Intel Alderlake RST on VMD platformOldřich Jedlička2022-09-141-5/+13
* Monitor: Fix statelist memory leaksPawel Baldysiak2022-09-081-9/+31
* Manage: Block unsafe member failingMateusz Kusiak2022-09-081-1/+52
* mdadm: Correct typos, punctuation and grammar in manMateusz Grzonka2022-09-081-90/+88
* super1: report truncated deviceNeilBrown2022-08-291-7/+28
* Assemble: check if device is container before scheduling force-clean updateKinga Tanska2022-08-241-3/+2
* Grow: Split Grow_reshape into helper functionMateusz Kusiak2022-08-243-59/+81
* mdadm: Don't open md device for CREATE and ASSEMBLELogan Gunthorpe2022-08-233-20/+33
* mdadm: move data_offset to struct shapeMariusz Tkaczyk2022-08-234-26/+22
* mdadm: remove symlink optionMariusz Tkaczyk2022-08-236-53/+1
* tests: add test for namesMariusz Tkaczyk2022-08-231-0/+93
* tests/00readonly: Run udevadm settle before setting roLogan Gunthorpe2022-08-231-0/+1
* mdadm: Replace obsolete usleep with nanosleepMateusz Grzonka2022-08-228-26/+54
* tests: Add broken files for all broken testsLogan Gunthorpe2022-08-0724-0/+226
* mdadm/test: Mark and ignore broken test failuresLogan Gunthorpe2022-08-071-2/+35
* mdadm/test: Add a mode to repeat specified testsLogan Gunthorpe2022-08-071-12/+24
* tests/02lineargrow: clear the superblock at every iterationSudhakar Panneerselvam2022-08-071-0/+2
* tests/04update-metadata: avoid passing chunk size to raid1Sudhakar Panneerselvam2022-08-071-1/+5
* tests: fix raid0 tests for 0.90 metadataSudhakar Panneerselvam2022-08-075-8/+12
* tests/00raid0: add a test that validates raid0 with layout fails for 0.9Sudhakar Panneerselvam2022-08-071-4/+2
* mdadm: Fix optional --write-behind parameterLogan Gunthorpe2022-08-071-2/+3
* mdadm: Fix mdadm -r remove option regressionLogan Gunthorpe2022-08-073-0/+3
* monitor: Avoid segfault when calling NULL get_bad_blocksLogan Gunthorpe2022-08-071-0/+3
* mdadm/Grow: Fix use after close bug by closing after forkLogan Gunthorpe2022-08-071-1/+3
* DDF: Fix NULL pointer dereference in validate_geometry_ddf()Logan Gunthorpe2022-08-071-3/+3