summaryrefslogtreecommitdiffstats
path: root/Assemble.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mdadm: add xmalloc.hMariusz Tkaczyk2024-09-271-0/+2
* mdstat: Rework mdstat external arrays handlingMariusz Tkaczyk2024-07-301-6/+3
* mdadm: Assemble.c fix coverity issuesNigel Croxon2024-06-251-6/+24
* Change some error messages to info levelXiao Ni2024-05-241-10/+6
* add checking of return status on fstat callsNigel Croxon2024-05-211-18/+23
* Wait for mdmon when it is stared via systemdKinga Stefaniuk2024-05-141-2/+2
* mdadm: pass struct context for external reshapesMateusz Kusiak2024-05-071-5/+2
* sysfs: remove vers parameter from sysfs_set_arrayMateusz Kusiak2024-03-221-1/+1
* Replace "none" with macroMateusz Kusiak2024-01-241-2/+1
* Remove all "if zeros"Mateusz Kusiak2023-12-191-6/+0
* Fix assembling RAID volume by using incrementalPawel Piatkowski2023-10-261-6/+4
* Assemble: fix redundant memory freeKinga Tanska2023-10-261-2/+0
* Fix memory leak in file AssembleGuanqin Miao2023-09-011-2/+12
* Change char* to enum in context->update & refactor codeMateusz Kusiak2023-01-041-23/+17
* Change update to enum in update_super and update_subarrayMateusz Kusiak2023-01-041-5/+9
* mdadm: replace container level checking with inlineKinga Tanska2022-09-291-4/+3
* Assemble: check if device is container before scheduling force-clean updateKinga Tanska2022-08-241-3/+2
* mdadm: Replace obsolete usleep with nanosleepMateusz Grzonka2022-08-221-1/+1
* mdadm: block update=ppl for non raid456 levelsLukasz Florczak2022-06-241-6/+5
* Fix possible NULL ptr dereferences and memory leaksMateusz Grzonka2022-06-141-1/+6
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-051-4/+2
* Correct checking if file descriptors are validMateusz Grzonka2021-11-241-2/+1
* Assemble: apply sysfs rulesKinga Tanska2021-10-191-3/+2
* Assemble: skip devices that don't match uuid instead of aborting the assembly.Sudhakar Panneerselvam2021-08-021-0/+5
* Assemble: start dirty and degraded array.Mariusz Tkaczyk2021-07-271-75/+101
* Enable bitmap support for external metadataJakub Radtke2021-03-091-0/+7
* imsm: add verbose flag to compare_superMariusz Tkaczyk2021-03-081-1/+1
* Block overwriting existing links while manual assemblyKinga Tanska2020-06-051-0/+4
* Assemble.c: respect force flag.Mariusz Tkaczyk2020-05-141-13/+38
* Assemble: print error message if mdadm fails assembling with --uuid optionGioh Kim2020-04-271-1/+1
* Assemble: add support for RAID0 layouts.NeilBrown2019-12-021-0/+8
* mdadm: load default sysfs attributes after assemblationMariusz Dabrowski2019-07-101-3/+9
* Assemble: Fix starting array with initial reshape checkpointPawel Baldysiak2019-02-281-2/+16
* Fix spelling typos.Dimitri John Ledkov2019-02-111-1/+1
* Assemble: mask FAILFAST and WRITEMOSTLY flags when finding the most recent de...Gioh Kim2018-12-061-1/+4
* Assemble: keep MD_DISK_FAILFAST and MD_DISK_WRITEMOSTLY flagGioh Kim2018-12-061-0/+3
* Assemble: set devices to NULL when load_devices can't load deviceGuoqing Jiang2018-09-271-0/+5
* Assemble: free resources in load_devicesGuoqing Jiang2018-09-271-0/+3
* Assemble: remove the protection when clustered raid do assembleGuoqing Jiang2018-07-201-21/+0
* Coverity: Resource leak: fix return without freeAnthony Youngman2018-07-111-0/+2
* Free map to avoid resource leak issuesGuoqing Jiang2018-06-111-1/+1
* Assemble.c Don't ignore faulty disk when array is auto assembled.Mariusz Tkaczyk2018-06-081-0/+2
* Assemble: cleanup the failure pathGuoqing Jiang2018-03-081-40/+22
* Assemble: provide protection when clustered raid do assembleGuoqing Jiang2018-03-081-1/+31
* mdadm: prevent out-of-date reshaping devices from force assembleBingJing Chang2018-02-231-2/+20
* Assemble: prevent segfault with faulty "best" devicesAndrea Righi2018-01-211-2/+2
* mdadm: Fixup != broken formattingJes Sorensen2017-05-161-2/+2
* mdadm: Fixup more broken logical operator formattingJes Sorensen2017-05-161-5/+4
* mdadm: Fixup a large number of bad formatting of logical operatorsJes Sorensen2017-05-161-13/+10
* mdadm/util: unify stat checking blkdev into functionZhilong Liu2017-05-051-5/+2